Sunday, 1 October 2017

The .Net Framework 

The .Net framework is a revolutionary platform that helps you to write the following types of applications:
 Windows applications
 Web applications
 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 such as C#. Following are some of the components of the .Net framework:
 Common Language Runtime (CLR)

  1.  The .Net Framework Class Library 
  2. Common Language Specification 
  3.  Common Type System 
  4. Metadata and Assemblies 
  5. Windows Forms 
  6. ASP.Net and ASP.Net AJAX 
  7. ADO.Net 
  8. Windows Workflow Foundation (WF)
  9. Windows Presentation Foundation 
  10. Windows Communication Foundation (WCF)
  11. LINQ 

No comments:

Post a Comment

Banking System Project

//*************************************************************** //                   HEADER FILE USED IN PROJECT //********************...