C# is a programming language developed by Microsoft and based off of the C++ language. It can be used to develop both stand-alone applications as well as web applications. This tutorial will focus on installing a free c# web development environment. If you're looking at building C# Windows form applications, this is the wrong tutorial, sorry.
Since we'll be focusing on C# in a web development sense, C# is roughly analogous to PHP. Familiarity with that language (or any C++ based language) will help. However, there are some very major differences between the two. Regardless of your familiarity with either, both are powerful web development languages and both have their own sets of benefits and drawbacks. When comparing the two it is impossible to say which one is "better". They're both good in their respective ways.
This tutorial will be focusing on the installation of a C# web development environment. We'll be installing Visual Web Developer Express 2008, a free version of Visual Studio 2008 geared specifically toward web development. If you're interested in building Windows applications there are other versions of the Express applications focused on that. We'll also be installing Microsoft SQL Server Express to function as a database backend to the web applications we'll be developing.
Introduction
4 Feb 2008 @ 08:08AM
Updated: 22 Jan 2010 @ 08:16AM
Comments (0)




