ASP.net mainly used for developing the web pages. IT is a process of the Easy Programming Model. ASP.NET is much faster than classic ASP, because its a part of .net framework. Most applications migrated from classic ASP to ASP.NET see a 3x to 5x increase in pages served.
Announcement
Collapse
No announcement yet.
why using ASP.net
Collapse
X
-
Most of the time the answer does not have anything to do with performance, or style, or requirements or how easy is the language. The most common answer is because the programmer is already used to that language and has put some investment in learning this or a precedent language. Many VB developers jumo naturally into Asp.net. I don't believe there is a better language just better developers.
Comment
-
-
Unfortunately, the Internet still has bandwidth limitations and not every person is running the same web browser. These issues make it necessary to stick with HTML as our mark-up language of choice. This means that web pages won't look quite as amazing as a fully fledged application running under Windows, but with a bit of skill and creative flair, you can make some rather amazing web applications with ASP.NET. ASP.NET processes all code on the server (in a similar way to a normal application). When the ASP.NET code has been processed, the server returns the resultant HTML to the client. If the client supports JavaScript, then the server will use it to make the clients browser experience quicker and easier. Even with HTML being the limiting factor here, ASP.NET still manages to bring true OOP (Object Oriented Programming) to the Internet.
Comment
-
Comment