Sunday, August 28, 2011

Beginning C#

  • Console applications are the ones that basically operate from console window i.e. they take input values and output results to console windows only.
  • Windows applications are the ones that work as graphical user interface and have rich windows control like buttons,text boxes etc.
  • Web applications run on a web server, they are generally designed to be accessed over network.
These applications can be designed using Microsoft Visual Studio Tool. Microsoft provides .NET Framework to design and run these applications. Advantage of .NET Framework being providing Consistent Programming Model. For Details about .NET Framework Read: Microsoft .NET

No comments:

Post a Comment