The DOT NET is a software framework. It is developed by Microsoft. It includes a large library and also provides language inter-operability across some programming languages. Language inter-operability refers the capability of two different languages to interact and operate on the same kind of data structures.
The programs written for DOT NET execute in a software environment. The name of the software environment is Common Language Runtime (#CLR). It is the virtual machine component. The compiled code is converted into machine code at first. Then it is executed by computer’s CPU. The CLR provides additional services like exception handling, memory management, type safety, garbage collection, thread management etc.
Design Features of DOT NET #Framework
Visual Basic .NET (VB .Net) is the advance form of the Visual Basic Programming language. It hosts a number of features that helps web developers to create bug-free custom web application in an easiest manner. Some of the important features of VB .Net are mentioned below:
• VB .Net includes features like in-place menu editor, automatic control anchoring and docking etc, all of which aid web programmers to create web application easily and quickly.
• This programming language provides automatic formatting of code, improved object browser, XML designer and lots more.
• By using this computer language, VB.Net web developers can easily create web application including features like event log, performance counters, file system etc.
• Since VB.Net is an object oriented programming language, web programmers can create enterprise-class code using full object-oriented constructs.
• It provides support for language features like implementation inheritance, encapsulation and polymorphism etc
• Visual Basic .NET provides a visual forms designer to help web developers create web forms easily. Besides this, developers can use “drag and drop” feature to place elements according to their business requirements.
• #VB.NET supports COM interoperability and enables developers to control the existing code for web application. It offers interoperability with other computer languages supporting .NET framework.
#Interoperability
Common Language Runtime engine (CLR)
Language independence
Base Class Library
#Simplified deployment
#Security
#Portability
0 Comments