The .Net Framework offers a number of advantages to developers..They are
1) Consistent programming model
2) Direct Support for Security
3) Simplified Development efforts
4) Easy application deployment and Maintenance
5) Assemblies
1)Consistent programming model :
With .Net accessing data with a C# and VB.Net very similar apart from slight syntactical differences. Both the programs need to import the System.Data namespace, both programs establish connection with database and both programs run a query and display the data.
2)Direct Support for Security :
.Net framework enables the developer and the system administrator to specify method level security.
3)Simplified Development efforts:
The .Net Framework simplifies debugging with support for Run-time diagnostics.
4)Easy application deployment and Maintenance :
The .Net Framework makes easy to deploy applications. The .Net Framework handles the details of locating and loads the components.
5)Assemblies :
Assembly is elementary unit in a framework application. It performs various functions in programming with the .Net Frame work. Every computer that has the .Net Framework installed with have the Global Assembly Cache.
1) Consistent programming model
2) Direct Support for Security
3) Simplified Development efforts
4) Easy application deployment and Maintenance
5) Assemblies
1)Consistent programming model :
With .Net accessing data with a C# and VB.Net very similar apart from slight syntactical differences. Both the programs need to import the System.Data namespace, both programs establish connection with database and both programs run a query and display the data.
2)Direct Support for Security :
.Net framework enables the developer and the system administrator to specify method level security.
3)Simplified Development efforts:
The .Net Framework simplifies debugging with support for Run-time diagnostics.
4)Easy application deployment and Maintenance :
The .Net Framework makes easy to deploy applications. The .Net Framework handles the details of locating and loads the components.
5)Assemblies :
Assembly is elementary unit in a framework application. It performs various functions in programming with the .Net Frame work. Every computer that has the .Net Framework installed with have the Global Assembly Cache.
No comments:
Post a Comment