Mark Forums Read
  #1  
Old 01-14-2009, 05:54 AM
ajit22 ajit22 is offline
Member
 
Join Date: Jan 2009
Posts: 54
ajit22 is on a distinguished road
Default Advantages of ASP.NET

Asp.net is used to create web pages and web technologies and is the integral part of the .NET framework. ASP stands for active server pages and is the successor of ASP. There are so many advantages related to this technology that it has become the hot favorite for the programmers who are engaged in web development.

There are many advantages that I would like to bring in front of you. They are as follows:

1. Consistent programming model
You will definitely find that the coding can be done in any one of the language either it is C sharp or VB.NET. You will definitely find it to be very useful as far as CLR (Common language runtime) is concerned. With .NET the programming technique looks similar either you are coding in C sharp or you are coding in VB.NET. There is only a little bit of syntactical difference between the two programming language. Hence you can say that the .net framework is very versatile as far as programming languages are concerned. You can do the coding in any language among those provided.

2. Less code
The ASP.NET provides us the pleasure to do the least coding and still come out with the best results. You will really find the IDE environment more users friendly. However you cannot decline that they are also machine friendly.

3.More secure
You will really find it to be more secure since there is a built in authentication and pre-application configuration. It uses industry standard protocols like TCP/IP, SOAP, XML and HTTP for distributed applications communication.

4.Rich toolkit
ASP.NET is equipped with the very good toolkit provide with visual studio software. You will definitely find drag and drop server control, automatic deployment to be very handy when you will do the coding of your project. You will also find WYSIWYG editor.

5.Simplified development affect
Let us take an example of web development. You must remember that in ASP when it was required to retrieve the data from the database then you has to prepare the application logic (code) as well as presentation logic (design). You will definitely remember that you had to do the both at ne place. This was a little bit confusing and made the development steps somewhat confusing. Hence in ASP.NET this problem was taken into consideration. Now you can write the design code and actual code at two different places. You will definitely find this step to be very user friendly and it has really come out to be.

Another advantage is the debugging. There are so many debugging facilities in addition that you will definitely find it to be very useful.

These are some of the advantages of ASP.NET.
__________________
New York Web design
Website design

Reply With Quote
 #Add to Ads's Reputation  
OldSponsored Ads
Ads AdsPromoter is online
Member
 
Join Date: LongTime
Posts: 1100
Ads is on a distinguished road
Default New Sponsored Ads



This message will go away once you are registered. Also, by registering, you will have access to all post topics, communicate privately with other members (PM), respond to polls, upload graphics, and access other special features! Registration is fast, simple and absolutely free so please Click Here to join our Web Hosting community today!
Reply With Quote
  #2  
Old 04-13-2009, 09:34 AM
vks87 vks87 is offline
Member
 
Join Date: Mar 2009
Posts: 85
vks87 is on a distinguished road
Default

Thanks nice post..I like this useful information..
Reply With Quote
  #3  
Old 06-18-2009, 10:29 AM
gkumar gkumar is offline
Senior Member
 
Join Date: Jun 2009
Posts: 203
gkumar is on a distinguished road
Default

asp.net is easier infact because it has much better language flexability, php can be done in one language, php, asp.net can be done in c#, vb.net, j#, c++.net and many many many more, delphi. It is refered to as proprietary, which conveys it it costs money to use, but infact it does not. Asp.net can be done from any text editor and can be run from several server. Infact now it can be even run from apache and linux with the mono project. Mysql and Msde are too good free data bases that will work with asp.netp
Reply With Quote
  #4  
Old 03-18-2010, 06:40 AM
boby boby is offline
Junior Member
 
Join Date: Mar 2010
Location: UK
Posts: 17
boby is on a distinguished road
Default

Hi guys

* ASP.NET drastically reduces the amount of code required to build large applications
* ASP.NET makes development simpler and easier to maintain with an event-driven, server-side programming model
* ASP.NET pages are easy to write and maintain because the source code and HTML are together
* The source code is executed on the server. The pages have lots of power and flexibility by this approach
* The source code is compiled the first time the page is requested. Execution is fast as the Web Server compiles the page the first time it is requested. The server saves the compiled version of the page for use next time the page is requested
* The HTML produced by the ASP.NET page is sent back to the browser. The application source code you write is not sent and is not easily stolen
* ASP.NET makes for easy deployment. There is no need to register components because the configuration information is built-in
* The Web server continuously monitors the pages, components and applications running on it. If it noticies memory leaks, infinite loops, other illegal software or activities, it seamlessly kills those activities and restarts itself
* ASP.NET validates information (validation controls) entered by the user without writing a single line of code
* ASP.NET easily works with ADO .NET using data-binding and page formatting features
* ASP.NET applications run fater and counters large volumes of users without performance problems


Thanks for all friends
__________________
Web Design London
Reply With Quote
  #5  
Old 09-03-2010, 11:11 AM
ketty20 ketty20 is offline
Junior Member
 
Join Date: Aug 2010
Posts: 1
ketty20 is on a distinguished road
Thumbs up RE: Advantages of ASP.NET

There are many advantages of ASP.Net

Very important of all is programming is made very easy.

New version of Microsoft provides better facilities even.
Java scripts , live chat,video all are easily updated.
Reply With Quote
  #6  
Old 09-10-2010, 10:39 AM
maddy26 maddy26 is offline
Junior Member
 
Join Date: Sep 2010
Posts: 6
maddy26 is on a distinguished road
Default

ASP.NET has many advantages over other platforms when it comes to creating Web applications. Probably the most significant advantage is its integration with the Windows server.
__________________
Sheffield Weekend
Reply With Quote
  #7  
Old 09-24-2010, 02:35 PM
martin0001 martin0001 is offline
Junior Member
 
Join Date: Sep 2010
Posts: 4
martin0001 is on a distinguished road
Default

Good knowledge related asp.net. But i thank to all have posted. Because i learn something or other from every one.
Reply With Quote
  #8  
Old 10-09-2010, 03:26 PM
tonydsilva tonydsilva is offline
Junior Member
 
Join Date: Oct 2010
Posts: 4
tonydsilva is on a distinguished road
Default

Thanks for sharing these useful information about Advantages of ASP.NET
__________________
pc speedscan | speedscan pro
Reply With Quote
  #9  
Old 06-15-2011, 03:46 AM
peterjames25 peterjames25 is offline
Junior Member
 
Join Date: Jun 2011
Posts: 4
peterjames25 is on a distinguished road
Default

In the early days of the Web i.e. before the release of Internet Information Services (IIS) in 1997, the contents of web pages were largely static. These web pages needed to be constantly, and manually, modified. There was an urgent need to create web sites that were dynamic and would update automatically.In ASP.NET it’s easy to use threads and build asynchronous handlers in your server-side web code.
__________________
kids worksheets
Reply With Quote
  #10  
Old 07-11-2011, 10:02 AM
vvjack01 vvjack01 is offline
Junior Member
 
Join Date: Jul 2011
Posts: 17
vvjack01 is on a distinguished road
Default

You will definitely find that the coding can be done in any one of the language either it is C sharp or VB.NET. You will definitely find it to be very useful as far as CLR (Common language runtime) is concerned. With .NET the programming technique looks similar either you are coding in C sharp or you are coding in VB.NET. There is only a little bit of syntactical difference between the two programming language. Hence you can say that the .net framework is very versatile as far as programming languages are concerned. You can do the coding in any language among those provided.
__________________
upvc roofing sheet
Reply With Quote
 #Add to Ads's Reputation  
OldSponsored Ads
Ads AdsPromoter is online
Member
 
Join Date: LongTime
Posts: 1100
Ads is on a distinguished road
Default New Sponsored Ads



This message will go away once you are registered. Also, by registering, you will have access to all post topics, communicate privately with other members (PM), respond to polls, upload graphics, and access other special features! Registration is fast, simple and absolutely free so please Click Here to join our Web Hosting community today!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 05:45 AM.


Powered by vBulletin Version 3.6.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 2.4.0