SUBMITTED TO:- MANJEET KAURSUBMITTED TO:- MANJEET KAUR
BY:-YOUSAF SAHOTABY:-YOUSAF SAHOTA
ROLL NO:-151076221367ROLL NO:-151076221367
Introduction to VB.NetIntroduction to VB.Net
COLLEgE:- CHANDIgARH
UNIvERSITY
BRANCH:-C.S.E
DATE:-13.9.2017
What is .NET?
A brand of Microsoft technologies
A platform for creating distributed Web applications
A combination of new and updated technologies
Technologies in .NET
The .NET Framework
Visual Studio.NET
Support for Web Services
Other .NET technologies
.NET My Services
.NET Enterprise Services
The .NET Framework
Consists of two major components:
The Common Language Runtime (CLR)
Various Class Libraries
The .NET Framework is the foundation for .NET
development
Needed by all Visual Studio.NET developers
Required by users running .NET apps
.NET Applications
Local apps that run in Windows
ASP.NET apps that run in browsers
Multiple .NET languages all support these multiple
application types
Form
window
Properties window
Menu barTabs
Toolbox
The Toolbox
 Click Toolbox
from the
Toolbars
 Toolbox
contains a list
of tools that
helps to design
projects
The Property Window
•The properties window allows you to see and set all of the
properties of the particular object that you have placed on the
form. There are many properties for each object, and all can be
seen by scrolling down the properties window.
Introduction to VB.net
Introduction to VB.net

Introduction to VB.net

  • 1.
    SUBMITTED TO:- MANJEETKAURSUBMITTED TO:- MANJEET KAUR BY:-YOUSAF SAHOTABY:-YOUSAF SAHOTA ROLL NO:-151076221367ROLL NO:-151076221367 Introduction to VB.NetIntroduction to VB.Net COLLEgE:- CHANDIgARH UNIvERSITY BRANCH:-C.S.E DATE:-13.9.2017
  • 2.
    What is .NET? Abrand of Microsoft technologies A platform for creating distributed Web applications A combination of new and updated technologies
  • 3.
    Technologies in .NET The.NET Framework Visual Studio.NET Support for Web Services Other .NET technologies .NET My Services .NET Enterprise Services
  • 4.
    The .NET Framework Consistsof two major components: The Common Language Runtime (CLR) Various Class Libraries The .NET Framework is the foundation for .NET development Needed by all Visual Studio.NET developers Required by users running .NET apps
  • 5.
    .NET Applications Local appsthat run in Windows ASP.NET apps that run in browsers Multiple .NET languages all support these multiple application types
  • 6.
  • 7.
    The Toolbox  ClickToolbox from the Toolbars  Toolbox contains a list of tools that helps to design projects
  • 8.
    The Property Window •Theproperties window allows you to see and set all of the properties of the particular object that you have placed on the form. There are many properties for each object, and all can be seen by scrolling down the properties window.