ALL >> Computer-Programming >> View Article
Some Important Features Of Dot Net
Interoperability support (Interop)
Migrating to .NET from existing languages and platforms has been made much easier; Especially if that environment is COM or Java. COM, Interop is built into the framework, and C# will be very familiar for those developing in Java currently. In fact, Microsoft has a migration utility to automatically migrate existing Java source code into C#.
Common language runtime (CLR)
This is the engine that is shared among all languages supported in .NET, including C#, VB.NET, Managed C++, J#, and others to come.
With the help of the CLR, the developer can write base classes in VB.NET, child classes in C#, and aggregate this tree from Managed C++ (this is just one example). You choose the language during implementation.
Base class library (BCL)
What makes Java so appealing besides the managed environment and cross-platform support is its class library. The .NET framework takes the class library concept a step further by supporting it across any language and extensible for future platform variances. Now BCL-supported features such as remoting, string manipulation, ...
... exception handling, and collection management construct is the same from any language conforming to the CLI.
Common type system (CTS)
This addresses the supported data types within the framework and how they are represented in metadata format. Each supported .NET language need only support a subset of the total data type set. Typically, it will be those types used most frequently (e.g., integer, short, long, string, char, boolean, object, interface, struct, etc.)
Simplified deployment
Say goodbye to DLL hell and the nightmare of Windows registration. Applications can now be deployed by a simple XCOPY of the assemblies, ASP.net files, and configuration files.
Full Web service and SOAP support
Complexities are optionally hidden for building Web service providers and consumers in .NET. Details of the syntax and protocol surrounding XML Web services can be fully customized if needed, however. It is truly the best of both worlds.
XML at the core
Serialization, streaming, parsing, transforming, and schema support are only some of the baked-in XML features of the .NET runtime.
Object-oriented ASP.NET
Use script for your clients, not your server-based code! Leverage your existing OO framework from ASP.NET and enjoy improved Web application performance due to compiled server code.
Spec India is a Custom Software Application Development and Custom Software Solutions Company based in Ahmedabad, India. Our Services includes Legacy Application Migration and Interfaces, Java Application Development, ORACLE, .Net, and Mobile Computing Application.
Add Comment
Computer Programming Articles
1. Aws Tutorial For Beginners: Learn Cloud Computing Step By StepAuthor: Tech Point
2. Cloud Computing Tutorial: Complete Guide To Concepts, Models, And Uses
Author: Tech Point
3. Master Python Programming: Best Computer Course
Author: TCCI - Tririd Computer Coaching Institute
4. Spark Matrix™ Reveals Competitive Differentiation In Artificial Intelligence Services
Author: Umangp
5. Full Stack Web Development Course: It Training Institute
Author: TCCI - Tririd Computer Coaching Institute
6. Best Java Classes: Tcci’s Expert-led Job Training
Author: TCCI - Tririd Computer Coaching Institute
7. Pea Starch Market Worth $307.4 Million By 2029
Author: Rutuja kadam
8. Advance From Basic To Pro Java With Microservices Training - Programming Classes
Author: TCCI - Tririd Computer Coaching Institute
9. Expert E-commerce Website Development Services In Mohali | Sochtek
Author: sochtek
10. Combining Insight And Experience In Next-generation Siem Evaluation
Author: Umangp
11. Before You Skip Gcc High Pricing… Know What It Could Cost You
Author: ECF Data
12. Poker Slot Online Game At Poker88 Casino: A Complete Guide For Modern Players
Author: asdaf
13. Data Science Masters With Python: Join Tcci Classes
Author: TCCI - Tririd Computer Coaching Institute
14. Fast-track Web Development Course At Tcci - Best Computer Training
Author: TCCI - Tririd Computer Coaching Institute
15. Hiring Android Programmers And The Changing Nature Of Mobile Communication
Author: Shree Kumar






