|
|
EnterpriseDX is built upon a foundation of web-based technology. The core framework of the EnterpriseDX system is Microsoft's ASP.NET framework. There are several advantages of this approach, including:
 |
Enhanced Performance
ASP.NET is compiled common language runtime code running on the server. Unlike its interpreted predecessors , ASP.Net can take advantage of early binding, just-in-time compilation, native optimization, and caching services right out of the box. This amounts to dramatically better performance before you ever write a line of code.
|
|
|
|
 |
World-Class Tool Support
The ASP.NET framework is complemented by a rich toolbox and designer in the Visual Studio integrated development environment. WYSIWYG editing, drag-and-drop server controls, and automatic deployment are just a few of the features this powerful tool provides. |
|
|
|
 |
Power and Flexibility
Because ASP.NET is based on the common language runtime, the power and flexibility of that entire platform is available to Web applications developers. The .NET Framework class library, Messaging, and Data Access solutions are all seamlessly accessible from the Web. ASP.NET also language-independent, so you can choose the language that best applies to your applications or partition your applications across many languages. Further, common language runtime interoperability guarantees that your existing investment in COM-based development is preserved when migrating to ASP.NET. |
|
|
|
 |
Simplicity
ASP.NET makes it easy to perform common tasks, from simple form submission and client authentication to deployment and site configurations. for example, the ASP.NET page framework allows you to build user interfaces that cleanly separate application logic from presentation code and to handle event sin a simple, Visual Basic-like for processing model. Additionally, the common language runtime simplifies developments, with managed code services such as automatic reference counting and garbage collection. |
|
|
|
 |
Manageability
ASP.NET employs a text-based, hierarchical configuration system, which simplifies applying settings to your server environment and Web applications. Because configuration information is stored as plain text, new settings may be applied without the aid of local administrations tools. This :"zero local administration" philosophy extends to deploying ASP.NET Framework applications as well. An ASP.NET Framework application is deployed to a server simply by copying the necessary files to the server. No server restart is required, even to deploy or replace running compiled code. |
|
|
|
 |
Scalability and Availability
ASP.NET has been designed with scalability in mind, with features specifically tailored to improve performance in clustered and multiprocessor environments. Further, processes are closely monitored and managed by the ASP.NET runtime, so that if one misbehaves (leaks, deadlocks), a new process can be created in its place, which helps ,keep your application constantly available to handle requests. |
|
|
|
 |
Customizing and Extensibility
ASP.NET delivers a well-factored architecture that allows developers to "plug-in" their code at the appropriate level. In fact, it is possible to extend or replace any subcomponent of the ASP.NET runtime with your own custom-written component. Implementing custom authentication or state services has never been easier. |
|
|
|
 |
Security
With built in Windows authentication and per-application configuration, you can be assured that your applications are secure. |
For more information about EnterpriseDX,
please contact us.
* Microsoft, Microsoft Windows (or Windows), and ASP.NET are trademarks of Microsoft Corporation.
|
|