Sunday 28 April 2013


.Net Framework

  1. The .Net framework is a revolutionary platform that helps you to write the following types of applications:
  2. Windows applications
  3. Web applications
  4. Web services

The .Net framework applications are multi-platform applications. The framework has been designed in such a way that it can be used from any of the following languages: C#, C++, Visual Basic, Jscript, COBOL etc. All these languages can access the framework as well as communicate with each other.
The .Net framework consists of an enormous library of codes used by the client languages like C#. Following are some of the components of the .Net framework:
  1. Common Language Runtime (CLR)
  2. The .Net Framework Class Library
  3. Common Language Specification
  4. Common Type System
  5. Metadata and Assemblies
  6. Windows Forms
  7. ASP.Net and ASP.Net AJAX
  8. ADO.Net
  9. Windows Workflow Foundation (WF)
  10. Windows Presentation Foundation
  11. Windows Communication Foundation (WCF)
  12. LINQ
For the jobs each of these components perform, please see ASP.Net - Introduction and for details of each component, please consult Microsoft's documentation.

(IDE) For C#

Microsoft provides the following development tools for C# programming:
  1. Visual Studio 2010 (VS)
  2. Visual C# 2010 Express (VCE)
  3. Visual Web Developer
Visual C# Express and Visual Web Developer Express edition are trimmed down versions of Visual Studio and has the same look and feel. They retain most features of Visual Studio. In this tutorial, we have used Visual C # 2010 Express.