Free Programming Books
Free download ebooks on computer and programming

Free Ebook Computer Programming

Free Ebook Computer Programming :
Introducing Microsoft Visual Basic 2005 for Developers.pdf
Publisher :
Microsoft Press
Pages :242
Format :pdf
Size :67.0 MB
Upload date :11-30-05

Table of content

Coming soon

Other HOT and Free ebooks!!

Coming Soon

Free Ebook Visual Basic 2005 : Introducing Microsoft Visual Basic 2005 for Developers.pdf

Microsoft .NET Framework Primer for the Visual Basic Developer

The Microsoft .NET Framework and the corresponding versions of Microsoft Visual Studio that target the .NET Framework are major innovations for software developers. If you have been programming in Visual Basic 6 (or earlier), you will appreciate the advances in productivity, security, reliability, and "deployability" offered by these new development and execution environments.

Every program relies on its platform and other libraries to provide run-time services. Visual Basic 6 programmers know well the types of services provided by the Visual Basic Runtime. Java programmers use the Java Virtual Machine (JVM). Other programmers use the libraries for the technologies they develop with. The Microsoft .NET Framework class library provides a rich library for creating applications that run on the platform (or execution environment) known as the common language runtime (CLR). This chapter will introduce you to the basics of the .NET Framework, its class library, and the developer tools that make up Microsoft Visual Studio 2005. At the end of this chapter are some highlights of the new features in .NET Framework 2.0 and Visual Studio 2005 that are covered in more detail in the rest of this book.

The .NET Framework CLR is an execution environment that manages key platform services, including memory and security. Code that targets the .NET Framework is often referred to as managed code because it requires management services provided by the execution environment. All Visual Basic code you write for the .NET Framework is managed code. This includes Windows applications, Web applications, and all other types of applications.........more

Download free ebook : Microsoft_Press--Introducing_Microsoft_Visual_Basic_2005_for_Developers.pdf
Free downloadable ebook to learn Visual Basic

 

The Applications You Can Build

You have probably heard a lot of hype about .NET and XML Web services. Much of that hype is well deserved because the .NET Framework and Visual Studio 2005 make building and consuming Web services so easy. But Microsoft .NET technologies are not just about Web services.

Visual Studio 2005 and the .NET Framework are just as powerful for creating other types of applications including Windows and Web applications. At times, the hype around Web services has overshadowed the wide range of applications you can create with Microsoft .NET technologies and the many benefits of targeting the .NET Framework, including increased security, increased developer productivity, decreased deployment and maintenance costs, and an extensive pre-built library for many generic tasks.

Top