Why asp.net?

xiaoxiao2021-03-06  54

Writing Dynamic, High-Performance Web Applications Has Never Been Easier

ASP.NET Combines unprecedented (unpredictable) Developer Productivity with Performance, Reliability, And Deployment. Developer Productivityasp.Net Helps you deliver real world Web Applications in Record Time.

Easy Programming Model. ASP.NET makes building real world Web applications dramatically easier. ASP.NET server controls enable an HTML-like style of declarative programming that let you build great pages with far less code than with classic ASP. Displaying data, validating user Input, And Uploading Files Are All Amazingly Easy. Best of All, ASP.NET Pages Work in All Browsers - Including Netscape, Opera, AOL, AND Internet Explorer.

Flexible Language Options. ASP.NET lets you leverage (With) your current programming language skills. Unlike classic ASP, which supports only interpreted VBScript and JScript, ASP.NET now supports more than 25 .NET languages ​​(including built-in support for VB .NET, C #, and JScript.net - no tool required, Giving You UnprecendENTED Flexibility In your choice of language.

. Great Tool Support You can harness (play) the full power of ASP.NET using any text editor -! Even Notepad But Visual Studio .NET adds the productivity of Visual Basic-style development to the Web Now you can visually design ASP. .NET Web Forms using familiar drag-drop-doubleclick techniques, and enjoy full-fledged code support including statement completion and color-coding. VS.NET also provides integrated support for debugging and deploying ASP.NET Web applications. The Enterprise versions of Visual Studio .NET deliver life-cycle features to help organizations plan, analyze, design, build, test, and coordinate teams that develop ASP.NET Web applications. These include UML class modeling, database modeling (conceptual, logical, and physical models), testing tools (functional, performance and scalability), and enterprise frameworks and templates, all available within the integrated Visual Studio .NET environment.Rich Class Framework. Application features that used to be hard to impl ement, or required a 3rd-party component, can now be added in just a few lines of code using the .NET Framework. The .NET Framework offers over 4500 classes that encapsulate rich functionality like XML, data access, file upload, regular expressions Image generation, Performance Monitoring and Logging, Transactions, Message Queuing, SMTP Mail, And Much More! Improved Performance and ScalabilityArsp.net lets you use serve more users with the Same Hardware.

Compiled execution. ASP.NET is much faster than classic ASP, while preserving the "just hit save" update model of ASP. However, no explicit compile step is required! ASP.NET will automatically detect any changes, dynamically compile the files if needed , and store the compiled results to reuse for subsequent requests. Dynamic compilation ensures that your application is always up to date, and compiled execution makes it fast. Most applications migrated from classic ASP see a 3x to 5x increase in pages served.Rich output caching . ASP.NET output caching can dramatically improve the performance and scalability of your application. When output caching is enabled on a page, ASP.NET executes the page just once, and saves the result in memory in addition to sending it to the user. When another user requests the same page, ASP.NET serves the cached result from memory without re-executing the page. Output caching is configurable, and can be used to cache individual regions or an entire ...................................

Web-Farm Session State. ASP.NET session state lets you share session data user-specific state values ​​across all machines in your Web farm. Now a user can hit different servers in the web farm over multiple requests and still have full access to her SESSION. and Since Business Components Created with the .NET Framework Are Free-Threaded, You No Longer Need To Worry About Thread Affinity.

. Microsoft .NET Outperforms (than) J2EE In a head-to-head comparison of performance and scalability between Sun's Java Pet Store J2EE blueprint application and the ASP.NET implementation, Microsoft .NET significantly outperformed J2EE The bottom line:. The ASP .NET implementation required only 1 / 4th as many lines of code, was 28x faster (that's 2700%), and supported 7.6x as many concurrent users as J2EE, with only 1 / 6th as much processor utilization. Click here to review the results Download The Code, And Run The .NET PET SHOP YOURSELF.ENCED RELIABILITYASP.NET Ensures That your application is always available to your users.

Memory Leak, Deadlock and Crash Protection. ASP.NET Automatically Detects and Recovers from Errors Like Deadlocks and Memory Leaks to Ensure your application is always available to your users.

For example, say that your application has a small memory leak, and that after a week the leak has tied up a significant percentage of your server's virtual memory. ASP.NET will detect this condition, automatically start up another copy of the ASP.NET worker process, and direct all new requests to the new process. Once the old process has finished processing its pending (pending) requests, it is gracefully disposed and the leaked memory is released. Automatically, without administrator intervention or any interruption of service , ASP.NET HAS Recovered from the error.

Easy DeploymentAnP.Net Takes The Pain Out of Deploying Server Applications.

.. "No touch" application deployment ASP.NET dramatically simplifies installation of your application With ASP.NET, you can deploy an entire application as easily as an HTML page:. Just copy it to the server No need to run regsvr32 to register any components, and configuration settings are stored in an XML file within the application.Dynamic update of running application. ASP.NET now lets you update compiled components without restarting the web server. in the past with classic COM components, the developer would have to restart ......................

Easy Migration Path. You do not have to migrate your existing applications to start using ASP.NET. ASP.NET runs on IIS side-by-side with classic ASP on Windows 2000 and Windows XP platforms. Your existing ASP applications continue to be processed by ASP.DLL, while new ASP.NET pages are processed by the new ASP.NET engine. you can migrate application by application, or single pages. And ASP.NET even lets you continue to use your existing classic COM business components. NEW APPLICASSP.NET Extend Your Application's Reach To New Customers and partners.

XML Web Services. XML Web services allow applications to communicate and share data over the Internet, regardless of operating system or programming language. ASP.NET makes exposing and calling XML Web Services simple.

Any Class Can Be Converted Into An Xml Web Service With Just A Few Lines of Code, and Can Be Called by Any SOAP Client.

.. Likewise, ASP.NET makes it incredibly easy to call XML Web Services from your application No knowledge of networking, XML, or SOAP is required.Mobile Web Device Support ASP.NET Mobile Controls let you easily target cell phones, PDAs - Over 80 Mobile Web Devices - Using ASP.NET. You Write Your Application Just Once, And The Mobile Controls Automatical Generate WAP / WML, HTML, or Imode As Required by The Requesting Device.

转载请注明原文地址:https://www.9cbs.com/read-119136.html

New Post(0)