SlideShare a Scribd company logo
Wahyu Primadi
Mobile: 089 636 888887
Email: wprimadi@gmail.com
Email: wahyu.primadi@littleorangecorp.com
Website: http://wahyu.littleorangecorp.com
PEMROGRAMAN VISUAL II
MICROSOFT .NET FRAMEWORK
.NET Framework (pronounced DOT NET) is a software framework developed
by Microsoft that runs primarily on Microsoft Windows operating system.
It includes a large library and provides language interoperability (each
language can use code written in other languages) across several
programming languages.
*Language interoperability is the capability of two different languages to natively interact and operate on the
same kind of data structures.
*The Common Language Runtime (CLR) is the virtual machine component of Microsoft's .NET framework and is
responsible for managing the execution of .NET programs. In a process known as just-in-time compilation, the compiled
code is converted into machine instructions that, in turn, are executed by the computer's CPU.
Visual Basic .NET
Visual Basic .NET (VB.NET) is an object-oriented and multi-purpose
computer programming language from Microsoft that is suitable for
most development needs. The language is designed with Rapid
Application Development in mind, providing several tools to shorten
development time.
Visual Basic .NET can be viewed as an evolution of the classic Visual Basic
(VB), implemented on the .NET Framework
Visual Basic .NET Versions
The first version of Visual Basic .NET debuted in 2002. As of 2014, seven
versions of Visual Basic .NET are released:
2002 (VB 7.0) relies on .NET Framework 1.0
2003 (7.1) was released with .NET Framework 1.1
2005 (VB 8.0), Microsoft dropped “.NET” from the name of the product.
2008 (VB 9.0) was released along with .NET Framework 3.5
2010 (VB 10.0)
2012 (VB 11.0) was released along with .NET Framework 4.5
2013 (VB 12.0) was released with .NET Framework 4.5.1
IDE: Visual Studio .NET
Visual Studio .NET is a complete set of development tools for building
ASP Web applications, XML Web services, desktop applications, and
mobile applications. Visual Basic .NET, Visual C++ .NET, Visual C# .NET,
and Visual J# .NET all use the same integrated development environment
(IDE), which allows them to share tools and facilitates in the creation of
mixed-language solutions. In addition, these languages leverage the
functionality of the .NET Framework, which provides access to key
technologies that simplify the development of ASP Web applications and
XML Web services.
IDE: Visual Studio .NET
Visual Studio .NET is a complete set of development tools for building
ASP Web applications, XML Web services, desktop applications, and
mobile applications. Visual Basic .NET, Visual C++ .NET, Visual C# .NET,
and Visual J# .NET all use the same integrated development environment
(IDE), which allows them to share tools and facilitates in the creation of
mixed-language solutions. In addition, these languages leverage the
functionality of the .NET Framework, which provides access to key
technologies that simplify the development of ASP Web applications and
XML Web services.

More Related Content

PPT
Introduction to VB.net
PPTX
Lecture 1 introduction to vb.net
PPTX
Presentation on Visual Studio
PPTX
PPTX
Dotnet Course in Pune
DOCX
Vb.net class notes
PPT
Introduction to .NET
Introduction to VB.net
Lecture 1 introduction to vb.net
Presentation on Visual Studio
Dotnet Course in Pune
Vb.net class notes
Introduction to .NET

What's hot (20)

PPTX
Overview of .Net Framework
PPTX
Vb6 vs vb.net....(visual basic) presentation
PPTX
Vb.net ide
PPT
Visual Studio IDE
PDF
What is Visual Studio Code?
PPTX
Dotnet Frameworks Version History
DOCX
Dotnet training in Chennai
PPT
Introduction to Visual Studio.NET
PPT
SynapseIndia dotnet development framework
PPTX
John pereless
PPTX
Introduction to vb.net
PPT
Visual basic
PDF
PDF
Lesson 1 Understanding Dot Net Framework
PPT
Module 1: Introduction to .NET Framework 3.5 (Slides)
PPTX
Introduction to vb.net
PDF
Learn .net and develop the web applications
PPTX
Evolution of .net frame work
PDF
ASP Dot Net Software Development in India - iFour Technolab
PPTX
C# Corner Kolkata Chapter - Developing windows 8 apps using HTML & Javascript
Overview of .Net Framework
Vb6 vs vb.net....(visual basic) presentation
Vb.net ide
Visual Studio IDE
What is Visual Studio Code?
Dotnet Frameworks Version History
Dotnet training in Chennai
Introduction to Visual Studio.NET
SynapseIndia dotnet development framework
John pereless
Introduction to vb.net
Visual basic
Lesson 1 Understanding Dot Net Framework
Module 1: Introduction to .NET Framework 3.5 (Slides)
Introduction to vb.net
Learn .net and develop the web applications
Evolution of .net frame work
ASP Dot Net Software Development in India - iFour Technolab
C# Corner Kolkata Chapter - Developing windows 8 apps using HTML & Javascript
Ad

Similar to Pengantar Pemrograman Visual II (20)

PPTX
Microsoft.net architecturte
PPTX
Introduction to .net
PDF
Microsoft.pdf
PPT
Net framework
PPTX
basic of .net programming in computer language
PDF
Future of .NET - .NET on Non Windows Platforms
PPT
.Net introduction by Quontra Solutions
PPTX
PPT
Mobile Devolpment Slides
PPTX
.Net framework
PPTX
Net framework
PPTX
ASP.Net Technologies Part-1
PPT
Introduction to .net
PDF
Unit I- Introduction to .NET Framework.pdf
PPTX
O futuro do .NET : O que eu preciso saber
PPT
PPT
.Net framework
PDF
Dot net interview_questions
DOCX
Difference between .net and asp.net all you need to know
Microsoft.net architecturte
Introduction to .net
Microsoft.pdf
Net framework
basic of .net programming in computer language
Future of .NET - .NET on Non Windows Platforms
.Net introduction by Quontra Solutions
Mobile Devolpment Slides
.Net framework
Net framework
ASP.Net Technologies Part-1
Introduction to .net
Unit I- Introduction to .NET Framework.pdf
O futuro do .NET : O que eu preciso saber
.Net framework
Dot net interview_questions
Difference between .net and asp.net all you need to know
Ad

More from Wahyu Primadi (6)

PPTX
Timeline from 2016
PDF
Curriculum Vitae of Wahyu Primadi
PPTX
Introduction to IT Service Desk
PPT
IT Service Desk
PDF
Pemrograman Virus Menggunakan VBScript
PPT
Pengantar Kuliah: Pemrograman Berorientasi Objek 2 (AJAX)
Timeline from 2016
Curriculum Vitae of Wahyu Primadi
Introduction to IT Service Desk
IT Service Desk
Pemrograman Virus Menggunakan VBScript
Pengantar Kuliah: Pemrograman Berorientasi Objek 2 (AJAX)

Pengantar Pemrograman Visual II

  • 1. Wahyu Primadi Mobile: 089 636 888887 Email: wprimadi@gmail.com Email: wahyu.primadi@littleorangecorp.com Website: http://wahyu.littleorangecorp.com PEMROGRAMAN VISUAL II
  • 2. MICROSOFT .NET FRAMEWORK .NET Framework (pronounced DOT NET) is a software framework developed by Microsoft that runs primarily on Microsoft Windows operating system. It includes a large library and provides language interoperability (each language can use code written in other languages) across several programming languages. *Language interoperability is the capability of two different languages to natively interact and operate on the same kind of data structures. *The Common Language Runtime (CLR) is the virtual machine component of Microsoft's .NET framework and is responsible for managing the execution of .NET programs. In a process known as just-in-time compilation, the compiled code is converted into machine instructions that, in turn, are executed by the computer's CPU.
  • 3. Visual Basic .NET Visual Basic .NET (VB.NET) is an object-oriented and multi-purpose computer programming language from Microsoft that is suitable for most development needs. The language is designed with Rapid Application Development in mind, providing several tools to shorten development time. Visual Basic .NET can be viewed as an evolution of the classic Visual Basic (VB), implemented on the .NET Framework
  • 4. Visual Basic .NET Versions The first version of Visual Basic .NET debuted in 2002. As of 2014, seven versions of Visual Basic .NET are released: 2002 (VB 7.0) relies on .NET Framework 1.0 2003 (7.1) was released with .NET Framework 1.1 2005 (VB 8.0), Microsoft dropped “.NET” from the name of the product. 2008 (VB 9.0) was released along with .NET Framework 3.5 2010 (VB 10.0) 2012 (VB 11.0) was released along with .NET Framework 4.5 2013 (VB 12.0) was released with .NET Framework 4.5.1
  • 5. IDE: Visual Studio .NET Visual Studio .NET is a complete set of development tools for building ASP Web applications, XML Web services, desktop applications, and mobile applications. Visual Basic .NET, Visual C++ .NET, Visual C# .NET, and Visual J# .NET all use the same integrated development environment (IDE), which allows them to share tools and facilitates in the creation of mixed-language solutions. In addition, these languages leverage the functionality of the .NET Framework, which provides access to key technologies that simplify the development of ASP Web applications and XML Web services.
  • 6. IDE: Visual Studio .NET Visual Studio .NET is a complete set of development tools for building ASP Web applications, XML Web services, desktop applications, and mobile applications. Visual Basic .NET, Visual C++ .NET, Visual C# .NET, and Visual J# .NET all use the same integrated development environment (IDE), which allows them to share tools and facilitates in the creation of mixed-language solutions. In addition, these languages leverage the functionality of the .NET Framework, which provides access to key technologies that simplify the development of ASP Web applications and XML Web services.