Advantages Of ASP. NET Framework

3444 Words14 Pages

P R E F A C E

When A Computer Software succeeds-when it meets the needs of the people who use it, when it performs flawlessly over along period of time, when it is easy to modify and even easier to use-it can and does change things for the better. But when software fails-when its users are dissatisfied, when it is error prone, when it is difficult to change and even harder to use-bad things can and do happen.

We all want to build software that makes things better, avoiding the bad things that lurk in the shadow of failed efforts. To succeed we need discipline when software is designed and built. Many individuals and companies still develop software haphazardly, even as they build systems to service the most advanced …show more content…

We can use the classes in the .NET Framework to develop any type of applications. Since ASP.NET is part of the .NET Framework, we can do all these things from within an ASP.NET page. While ASP Classic pages are formed with scripting languages such as VBScript and JavaScript. ASP.NET pages are formed with full-blown programming languages such as Visual Basic and C#. And whereas there are five

standard objects accessible in the ASP Classic Framework (the Request, Response, Application, Session, and Server objects), there are over 3,400 standard objects in the .NET Framework that we can use in an ASP.NET page.
ASP.NET Pages are compiled
When an ASP.NET page is first requested, it is compiled and cached on the server. This means that an ASP.NET page performs very rapidly. All ASP.NET code is compiled rather than interpreted, which permits early binding, strong typing, and just-in-time (JIT) compiling to native code. …show more content…

At the heart of today’s most of the information system is Relational Database System (RDBMS). Have been the workhouse for data management operation for over a decade and continue to evolve and mature, providing sophisticated storage, retrieval and distribution function to enterprise – wide data processing and management system compared to the file system, RDBMS provides organization with capability to easily integrate and leverage the massive amount of operational data into meaningful data. The evolution of high-powered database engine such as SQL Server 2005 has faster the development of advance enabling technology including client/server ,data warehousing and online processing ,all of which comprise the core today’s state –of –art information system. A database is an organized collection of related information. Any meaningful data is called information. A database management system is a collection of interrelated data a set of programs to access that

More about Advantages Of ASP. NET Framework

Open Document