The C# Design Process Anders Hejlsberg, the lead C# architect, talks with Bruce Eckel and Bill Venners about the process used by the team that designed C#, and the relative merits of usability studies and good taste in language design.
Anders Hejlsberg, a distinguished engineer at Microsoft, led the team that designed the C# (pronounced C Sharp) programming language. Hejlsberg first vaulted onto the software world stage in the early eighties by creating a Pascal compiler for MS-DOS and CP/M. Read The Whole Article
A Simplified Color Guide in C# Jayant M. contributed with a program generating all the colors supported in C# by their names. Here is a simplified version of this program. To loop throughout all the known color's names I use GetName method of the Enum struct and to get the corresponding Color object I use the FromName method of the Color class. Read The Whole Article
Audio Video Modules for ASP.NET Community Starter Kit In this article, we will build an additional module for ASP.net CommunityStarterKit that enables you to publish audio and video contents. This module works together with Windows Media Services and it is written in C#. You have to install CommunityStarterKit (C# version for VS) to follow this article. Read The Whole Article
Choosing a Compiler: The Little Things Most of the time our choice of compiler is limited. It may be dictated to us by the hardware or system designer's choice of a processor or by our own choice of a real-time operating system or debugging tool. In such cases, we must put up with all of the annoyances of the particular compiler we're tied to. But what if you have more choice? What are the little things you should look for when comparing two or more cross compilers that will both work with your required hardware and software? Read The Whole Article
Creating GUIDs in c# What is a GUID? For those of you who don't know, a GUID (pronounced goo'id - Globally unique identifier) is a 128-bit integer that can be used to uniquely identify something. You may store users or products in your database and you want somehow uniquely identify each row in the database. A common approach is to create a autoincrementing integer, another way would be to create a GUID for your products. Read The Whole Article
To accomplish these tasks you can perform the following steps:
1. Add an ASP.Net web form to a new or existing ASP.Net project
2. Add the following attribute to the
tag: enctype="multipart/form-data"
3. From the web form designer add an HtmlInputFile control (the control labeled “File Field” on the HTML tab of the toolbox)` and an ASP.Net Button control to the page Read The Whole Article
Read this Newsletter at: http://www.cprogrammingtrends.com/2004/0204.html
I visited keyworddensity.com and it shows I have a very low density. When I search the home page it comes back with 0. I think most of our pages are pulled from a database, when I set up the administrator panel the web developer wrote this; ...
To unsubscribe from CProgrammingTrends ">Go Here.
To unsubscribe from CProgrammingTrends or any other iEntry publication,
simply send an email request to: support@ientry.com