An Introduction to VB.NET and Database Programming
I am a beginner. I wanted to share some experiences with other beginners. The next few articles that come from my keyboard will be about my experience with teaching myself to develop applications in VB.NET.
Glance at better Visual Programming
This article gives a start to the existing Visual Basic programmers towards the more powerful features in VB.NET. Thus, giving a justification as to why the transition form VB to VB.NET is necesssary.
Leverage the .NET Framework with Visual Basic.NET
Using the .NET Framework, Microsoft Visual Basic developers can build robust applications. Arun Ganesh introduces the new features of VB.net for VB programmers.
VB.NET School - Lesson 1
The first of fifteen lessons exclusively available on Programmers Heaven to teach you about the .NET platform and the VB.NET language. This lesson introduces the course, details the architecture of the .NET platform and gives a high level overview of the VB.NET language.
VB.NET School - Lesson 10
Delegates and events are introduced and explained in this lesson. Learn how to use simple and multicast delegates, and how they are used by .NET in its implementation of events.
VB.NET School - Lesson 11
It's time to get GUI as the VB.NET School starts exploring Windows Forms and some of the fundamental controls. The Visual Studio.NET environment and form builder are also explored.
VB.NET School - Lesson 12
It's time to get GUI as the VB.NET School starts exploring Windows Forms and some of the fundamental controls. The Visual Studio.NET environment and form builder are also explored.
VB.NET School - Lesson 13
Connecting to a database is essential in the vast majority of business and enterprise applications. The .NET framework provides ADO.NET, a new object orientated framework for data access, to enable developers to work with databases easily. This lesson helps you understand how to use it and its key features.
VB.NET School - Lesson 14
Connecting to a database is essential in the vast majority of business and enterprise applications. The .NET framework provides ADO.NET, a new object orientated framework for data access, to enable developers to work with databases easily. This lesson helps you understand how to use it and its key features.
VB.NET School - Lesson 15
The file system is this week's topic at the VB.NET School. Learn how VB.NET and the .NET platform implement drive, folder and file support and how to use them in real life. we will also see how we can get the software systems environment information, e.g. the path to the Windows System folder & the Program Files folder, current user name, operating system version, etc. Data Streaming, both synchrous and asynchrous is explained.
VB.NET School - Lesson 2
The second lesson in the Programmers Heaven VB.NET School introduces the basics Of the VB.NET language, the VB.NET compiler and the basic features of VS.NET. It then draws these together to show you how to create a couple of simple console apps from what you've learnt.
VB.NET School - Lesson 3
This third lesson builds on the ideas learnt in the last two, presenting selection and iteration structures, arrays and data types. The essential language features are presented quickly enough for accomplished programmers to not get bored, but in enough detail not to lose those who are new to programming.
VB.NET School - Lesson 4
VB.NET is an object orientated programming language, and this lesson details the way OOP is approached in VB.NET. Classes, objects, constructors, access modifiers, properties, and methods are covered, and practical examples are given.
VB.NET School - Lesson 5
In this issue we look deeper into object orientated programming, introducing inheritance and polymorphism and how they are realised in VB.NET. The object class, the base of all classes, is also introduced and detailed.
VB.NET School - Lesson 6
In this issue we look deeper into object orientated programming, introducing inheritance and polymorphism and how they are realised in VB.NET. The object class, the base of all classes, is also introduced and detailed.
VB.NET School - Lesson 7
Abstract classes and interfaces are the focal point of this week's lesson. Learn about the similarities and differences between the two, and how and when to use them in your VB.NET programs.
VB.NET School - Lesson 8
Abstract classes and interfaces are the focal point of this week's lesson. Learn about the similarities and differences between the two, and how and when to use them in your VB.NET programs.
VB.NET School - Lesson 9
Discover how exceptions work in .NET and what they are used for. Find out how to use try...catch...finally blocks to catch exceptions, and how to define your own exceptions and throw them.