1. Home
  2. Computing & Technology
  3. Visual Basic

Chapter 1 - Writing Your First Program

By , About.com Guide

6 of 8

.NET is Based on XML

This has been just one example showing how .NET is completely based on XML. If you browse through the .NET files in Notepad, you get a feeling for what kind of information is actually in them and this gives you a better overall understanding of how .NET works.

For a Windows Application project, you can also browse these XML files:

  • Form1.resx
  • WindowsApplication1.vbproj.user

And the character based, but not XML files:

  • WindowsApplication1.sln
  • AssemblyInfo.vb
  • Form1.vb

Note that, except for AssemblyInfo.vb, these names will change if the name of the project changes.

In the rest of Chapter 1, our text shows how to change Properties in a VB.NET project. After going through the steps in Chapter 1, you can reopen the files in Notepad and notice how the changes you made in Visual Studio result in changes to these files. Again, the reason for doing this is to develop this "guru" feel for what .NET is actually doing. I'm a big believer in the "holistic" approach to learning.

Explore Visual Basic
By Category
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Visual Basic
  4. Learn VB.NET
  5. Writing Your First Program

©2009 About.com, a part of The New York Times Company.

All rights reserved.