 
		
		  
		   | This is the first tutorial as  VB.NET 2005 Free Training :  VB.NET 2005 Free Training :  Exploring the Forms Designer  part of the Visual Basic  The .NET Framework  Event Handling In Visual  generated code - As you  .NET 2005 Training. In this  Architecture Part 2. In this  Basic .NET 2005 -  create a new project in the  tutorials we will be  tutorial of The .NET  Introduction to Event  Visual Basic, the IDE  learning about the basics of  Framework Architecture Part  Handling, One of the most  generally automatically adds  The .NET Framework  2 we will learn about  useful capabilities of the  lots of lines of code on its  Architecture, The .NET  Just-In-Time (JIT)  OOP Languages is their  own. Visual Basic 2005 comes  vision, Common Language  compilation, Assemblies,  inbuilt ability to be aware  with an option to skip over  Runtime (CLR), .NET  native assemblies, Global  of a large number of events  this behavior of the Visual  Framework Class Library and  Assembly Cache (GAC) and  like MouseOver, MouseClick,  Basic IDE. The default  Microsoft Intermediate  Comparison of VB.NET, C#,  and so on so that we can  option comes with this  Language (MSIL). It's very  and J#.  write codes to react to any  behavior enabled.  important to learn the  event that we are  basics before we actually  interested. This is made  start with the Programming.  possible by the rich set of  The .NET framework is a  classes that have been built  software technology that is  in the .NET Framework.  directed towards connecting  information, people, systems  and devices seamlessly. The  high level of software  integration that has been  attempted through use of XML  web services enables the  creation of small, discrete,  building block types of  applications. These  applications are connected  to other applications over  the Internet.  Date: May, 27 2005 Date: May, 31 2005 Date: Jul, 22 2005 Date: Jul, 22 2005 | 
| VB.NET 2005 Free Training :  VB.NET 2005 Free Training :  VB.NET 2005 Free Training:  VB.NET 2005 Free Training:  Introducing Windows Forms.  Visual Studio.NET Namespaces  Building graphical interface  Differences between VB.NET  We will be learning in the  - The .NET Framework class  elements - Building  1.0 and VB.NET 2.0: VB.NET  next series of articles as  library has thousands of  graphical interface elements  2005 comes with a number of  part of VB.NET 2005 Free  classes which are needed for  by using the System.Drawing  enhancements. The  Training : Introducing  developing and deploying  namespace, In this tutorial  IntelliSense Code snippets,  Windows Forms in the  solutions. In order to  we will learn about Graphics  the Windows Forms designer  following topics with code  organize all those classes  Object, The Windows Forms  updates, IntelliSense  samples and screen shots.  for ease of use .NET  Coordinate System, Drawing  filtering, debugger data  Framework uses namespaces.  Text on a Form, Drawing  tips, exception Assistant  This Gives the Classes their  Shapes and Working with  etc make the software a  own space and prevents  images.  pleasure to work with. The  conflicts between the  language has been spruced up  various names in these  with generics, unsigned  classes. For instance if two  types, Operator overloading  classes contain a method  etc.  Paint(), then to avoid  conflicts in names we can  place these classes in two  different namespaces. Thus  namespaces allow classes to  be grouped in a consistent,  hierarchical manner.  Date: Jul, 22 2005 Date: Jul, 22 2005 Date: Jul, 22 2005 Date: Jul, 22 2005 |