Download presentation
Presentation is loading. Please wait.
Published byAnna Golden Modified over 9 years ago
1
Introduction to VB.Net
2
What is.NET? A brand of Microsoft technologies A platform for creating distributed Web applications A combination of new and updated technologies
3
.NET.NET represents an advanced new generation of software that will drive the Next Generation Internet. Its purpose is to make information available any time, any place, and on any device. Its purpose is to make information available any time, any place, and on any device.
4
Technologies in.NET The.NET Framework Visual Studio.NET Support for Web Services Other.NET technologies.NET My Services.NET My Services.NET Enterprise Services.NET Enterprise Services
5
The.NET Framework Consists of two major components: The Common Language Runtime (CLR) The Common Language Runtime (CLR) Various Class Libraries Various Class Libraries The.NET Framework is the foundation for.NET development Needed by all Visual Studio.NET developers Needed by all Visual Studio.NET developers Required by users running.NET apps Required by users running.NET apps
6
Base Class Library Common Language Specification Common Language Runtime ADO.NET: Data and XML VBC++C# Visual Studio.NET ASP.NET: Web Services and Web Forms JScript… Windows Forms
7
Common Language Runtime.NET Framework Class Library ASP.NETADO.NET Windows Forms Enterprise Services Windows Browser Apps Web Services Apps Local Apps The.NET Framework includes the CLR and the class libraries …more more…
8
Common Language Runtime Common Type System (CTS) A just-in-time (JIT) compiler converts Microsoft Intermediate Language (MSIL) code into native code Performs other functions Garbage collection Garbage collection Exception managing Exception managing More More
9
.NET Applications Local apps that run in Windows ASP.NET apps that run in browsers Web Services that may be invoked by applications via the Internet; a means of distributed computing Multiple.NET languages all support these multiple application types
10
IDE
11
First Application
12
Module HelloWorld Sub Main() System.Console.WriteLine("Hello world!") End Sub End Module
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.