C# FAQ 2.1 - How do I begin programming with C#?
To begin programming with C#, you first need to install a C# compiler. You can either use a command line compiler available from Microsoft or third party compiler kit such as the one developed by Mono. Microsoft's C# compiler is widely used by many developers as the Mono
compiler kit is not yet fully developed. In addition to this you can also build
C# applications with Visual C# .NET. It is a robust development tool used for
developing all kinds of C# applications.
|
Is it necessary to install Visual C# .NET to build C# applications? No! It is not necessary. A command line compiler is sufficient to learn C#. Visual C# .NET is only used to simplify the development process. |
Microsoft's C# compiler is available in the form of a package called the .NET Software Development Kit (SDK). A latest version of this kit can be downloaded from
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/netdevframework.asp.
You will also find this kit along with many programming magazine CD's or from
popular C# books such as Sams Teach Yourself the C# language in 21 Days.
After the kit has been downloaded, you have to install it. The installation process normally takes between 15-30 minutes depending upon the speed of your computer and is self explanatory. The setup will automatically register the
required environment variables and hence you can straight away start programming with C# after the completion of its installation.
|
Is it necessary to install .NET SDK and Visual Studio
.NET separately? |
During the course of its installation, setup will request you to run windows update. This update will install Microsoft Data Access Components which is required for developing database and ASP.NET applications. If you have purchased Visual Studio .NET, then you will have a separate CD titled "Visual Studio .NET prerequisites". It contains all the essential components required for running Visual Studio .NET setup.
Note:To test whether .NET Framework has been successfully installed on your system, go to command prompt and enter csc. If the system returns a fatal error message titled "No Inputs Specified" with the code CS 2008 then the installation is perfect.
All C# error messages are documented with codes. These messages will become familiar to you as you gain more experience with C#.
|
Can I install Mono C# compiler kit on Windows? |
In addition to Microsoft's C# compiler you also have an option to install Mono C# compiler kit available from www.go-mono.com. Mono is a project started to create .NET compilers meant for platforms other than Windows, such as Linux. But the project is still under development and with each release of the kit more features and additional support for namespaces are added.
The upcoming version of the Mono compiler kit promises to provide support for Windows Forms, ASP.NET and ADO.NET. Moreover, the new compiler will also provide database connectivity support for MySQL databases.

Comments
job knowledge test and job search engines
Posted by myersdspoe on 01/03/2013 07:21amA job growth chart with job verification! Check more job growth or job 7 kjv: http://archive.org/details/denserpas
ReplyCredits for free
Posted by mizerjwh on 11/07/2012 02:03pmhttp://sto-rubley.ru/?OFF=ON&ON=ï»¿Ñ Ð¾Ñм+кÑÐµÐ´Ð¸Ñ http://dengi-kredyt.ru/?OFF=ON&ON=гоÑÑдаÑÑÑвеннÑй+заем http://supper-kredit.ru/?OFF=ON&ON=окна+в+кÑедиÑ+в
ReplyÐÑедоÑÑавлÑÑ ÑÑлÑги по Ð²Ð·Ð»Ð¾Ð¼Ñ Ð¿Ð°ÑолÑ
Posted by KaskSippilk on 10/31/2012 11:14pmÐÑедоÑÑавлÑÑ ÑÑлÑги по Ð²Ð·Ð»Ð¾Ð¼Ñ Ð¿Ð°ÑолÑ(одноклаÑÑники, конÑакÑ, поÑÑа) за 2000ÑÑб. ÐаÑеÑÑвенно и конÑиденÑиалÑно. ÐплаÑа по ÑакÑÑ ÑвÑÐ·Ñ Ñо мной: 777andre7@gmail.com . ÐндÑей
ReplyListBox
Posted by markindia on 03/28/2006 09:21amhi, this is manish.I wanna to ask , how i can use all template of ListBox ?and , how can understand what is the importency of every template separetely ? In which template u will put the other control in ListBox ? why footer and item template are used?
Replydatagrid
Posted by markindia on 03/28/2006 09:19amhi, this is manish.I wanna to ask , how i can use all template of datagrid ?and , how can understand what is the importency of every template separetely ? In which template u will put the other control in DataGrid ? why footer and item template are used?
ReplyThere's also DotGNU C#
Posted by Qwertie on 04/20/2004 04:17amWhile the version number "0.1" doesn't instill confidence, this project has been brewing for some time. http://www.gnu.org/projects/dotgnu/
ReplyYou have left out C#Builder from Borland.
Posted by CBasicNet on 04/01/2004 09:36pmhttp://www.borland.com/products/downloads/download_csharpbuilder.html Personal Edition is free. Registration is also free! Download it!
-
ReplyC# Builder is a development tool
Posted by anand_n on 04/01/2004 11:22pmThis FAQ discusses only about the different compilers used for developing C# applications. C# Builder is a tool. I mean an editor. I've covered this in FAQ 2.2 which will be published soon. I'm also planning a separate FAQ for C# builder.
Reply