Dotnet Introduction
Dotnet Introduction
Dot Net
It is a framework.
It is multilanguage supported. (like C#,
VB .NET, J# etc.).
Dot Net framework +VB Language gives
us VB Dot Net.
Dot Net framework +C# Language(all
other languages) gives us ASP Dot Net.
Features
authorization.
authorization means user permission
setting.
Integrated Development
Environments (IDE).
Visual Studio .NET is Microsoft’s
Integrated Development Environment
(IDE) for creating, running and debugging
programs (also called applications) written
in a variety of .NET programming
languages.
Latest version of Visual Studio is VS2022.
Namespaces-:Namespaces are used to
organize the classes. It is same as the header
files.
Example-:using System;
Basic input and output functions are included
in this namespace.
Framework
Architecture
Framework
Architecture
Common Type
System (CTS)
describes the datatypes
that can be used by
managed code.
Architecture