Guruji Point - Code You Want To Write

  • Home
  • Asp.Net
  • WCF
  • SQL
  • Type Script
  • AngularJS
  • Tech News
  • Blog
  • Earn Online

Tuesday, 28 July 2015

.NET Framework

 Asp.Net C#     No comments   

Introduction

The .NET Framework provides the foundation for building and running .NET-based applications. The .NET Framework consists of two components, the common language runtime and the .NET Framework class library, which run on an operating system.Any language that conforms to the common language specification (CLS) can run on the common language runtime. In the .NET Framework, Microsoft provides support for Microsoft Visual Basic, Microsoft Visual C++, Microsoft Visual C#(pronounced C sharp), and Microsoft JScript. Third parties can provide additional languages.
The common language runtime
The common language runtime manages the execution of code and provides services to simplify the development process. Thecommon language runtime provides a robust and secure execution environment, support for multiple languages, and a managedenvironment where common services, such as garbage collection and security, are automatically provided.

The .NET Framework class library

The .NET Framework class library exposes features of the runtime and provides a library of classes that are accessed by all Web,Windows-based, and XML Web service applications.
In addition to base classes, the .NET Framework class library includes:
Element
Description
ADO.NET
Microsoft ADO.NET is the next generation of Microsoft 
ActiveX® Data Objects (ADO) technology. ADO.NET 
provides improved support for the disconnected programming 
model. It also provides rich XML support.
ASP.NET
Microsoft ASP.NET is a programming framework that is built 
on the common language runtime. ASP.NET can be used on a
server to build Web applications. ASP.NET Web Forms 
provide an easy and powerful way to build dynamic Web user 
interfaces (UI).
XML Web services
XML Web services are programmable Web components that 
can be shared among applications on the Internet or the 
intranet. The .NET Framework provides tools and classes for 
building, testing, and distributing XML Web services.
User interfaces
The .NET Framework supports three types of user interfaces:
•
Web Forms, which work by using ASP.NET.
•
Windows Forms, which run on Win32 client computers.
•
Console applications.
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Email ThisBlogThis!Share to XShare to Facebook
Newer Post Older Post Home

0 comments:

Post a Comment

Facebook Updates

Guruji Point

Categories

Comman table Expression in SQL Dynamic Grid Row IQueryable in c# Learn AngularJS Scope_Identity() Use of indexes comma seperated string in sql row_number() and dense_rank() salary table structure. while loop in sql why do we need cursor why tuple used

About Us

This blog is about the Programming ,Tech News and some intresting facts related Contents. Here you can find fundamental and expert level topic of programming languages very practically related to C# , Asp.Net ,Sql-Server, JavaScript, Jquery, WebServices And also Web-Api, WCF ,WPF, Angular Js.

Contact Us

Email Us - gurujipoints@gmail.com
Contact- 8077657477

Reach Us

Copyright © Guruji Point - Code You Want To Write