How does .NET achieve the goal
- Web Services (Web services are called as Health storm service through which ones data can be utilized by other people without re-entry of the data of the client). The centre of the .NET architecture.
- ADO.Net Datasets & XML support through out the platform (Allows access to disconnected distributed databases. It creates Dataset containing database schemas).
- In .NET framework common data types are defined using this data type you can share data between different applications and Microsoft has told to all the software vendors to develop compilers according to these common data types, so that their compilers become .NET Complaint.
- Threading is built-in.
- Cross language inheritance is one of the best feature of .NET.
- Cross language debugging is also possible.
- Visual Studio.NET IDE is the GUI editor for all .NET languages.
- Under .NET after compilation all languages will generate Intermediate Language Code (IL).
- No need of registration, GUIDs.
- Multiple versions of the same component can be run side-by-side.
- No “DLL Hell”.
- Applications will run directly from CD.
- Applications install only the core logic.
- No need to install runtime libraries.
- No need to copy the .dll files with the code.
- Object Oriented Paradigm.
- Classes
- Objects
- Data Abstraction
- Encapsulation
- Inheritance
- Polymorphism
- Interfaces
- Common Language Runtime (CLR)
- Common Language Specification (CLS) - Common Language Specifications for Cross Language Implementation.
- Garbage Collection
- Interoperability
- Web Applications (ASP.NET)
This comment has been removed by the author.
ReplyDeleteThanks for your review and keep in touch so that u will get more information.
Delete