Wednesday 6 September 2017

What is ASP.NET ?

ASP.NET is a web development model which is used to deliver interactive , data driven web applications over the internet . It also consists of a large number of controls , such as textboxes , buttons ,labels and navigation controls etc. for assembling , configuring and manipulating code to create HTML pages. You can create ASP.Net application using any CLR Compliant language such as C# ,VB etc . The main features of ASP.NET are follows
Better Performance
Improved Security(Forms Authentication,windows authentication,passport authentication)
Greater Scalability
Cookie less sessions

No comments:

Post a Comment

Creating First WEB API Project from scratch ?

  For creating Web API project open your Visual Studio Editor and Create New Project as shown in below figure. Now you have to select  ASP.N...