VB.NET Tutorials, Code Examples & Articles
|
|
|
 |
| General
Java, Applets, J2EE,
J2ME, J2SE,
JavaBeans, JavaScript,
JDBC, Jini,
JSP, Servlets,
Swing |
 |
| General
Linux, Apache, MySQL,
PostgreSQL |
 |
| Active
Server Pages, ActionScript,
ASP.NET, C++,
C#, Perl,
PHP, Python,
Visual Basic, VB.NET |
 |
| |
Let the Education
Guide Network help you accelerate your career:
Learn more about...
Cooking
Schools
Culinary
Arts Schools
Online
MBA Programs
Our Web Sites:
Online
Degree Guide
The Vocational
School Guide
|
| |
| CSS,
DHTML, JavaScript |
 |
| ColdFusion,
Dreamweaver, Flash,
FrontPage, GoLive |
 |
| General
Web Services, .NET, SOAP,
UDDI, WSDL |
 |
| 3G,
802.11, EPOC,
i-mode, J2ME,
Palm, Pocket
PC, WAP, Windows
CE, WML, WiMax |
 |
| XML
(General) , ebXML, RSS,
SAX, XSLT,
VoiceXML, WML,
WSDL, XHTML,
XML Schema |
|
|
Tutorials & Training Courses
on CD-ROM
Over 300 Titles to choose from: from Web Design to
Programming, from
Dababases to Certifications. TRY FOR FREE!
Do you need high quality training at an afforable
price?
Do you need training that is easy to follow,
informative and allows you to master complex applications
fast?
Do you need to learn how to master Programming, Web
Design and Graphics?
Click
here to try a FREE Demo &
view the full range of training CD-ROMs
|
|
There are 183 articles & tutorials regarding "VB.NET".
- 13.) VB.NET OOP Part 3: The Singleton Pattern
- by Budi Kurniawan 11/11/2002 Beginners and seasoned object-oriented programmers know that they create an instance of a class by invoking the class' constructor preceded by the New keyword. For example, the following code constructs an instance of class MyClass by calling its no-argument constructor: New MyClass() You get one object each time a constructor is called. If you call a class' constructor three times, you get three instances of the class. Also note that even if you don't write...
Found at O'Reilly Network
- 14.) What Anonymous Methods Might Look Like in VB.NET
- By Paul Kimmel Go to page: 1 2 Next Anonymous methods are similar to C++ inline methods. Basically, an anonymous method is the method body without the method header defined at the point of use. In .NET, anonymous methods are used for delegates. (Think event handlers.) Thus far, anonymous methods haven't shown up in the current beta version of VB.NET 2.0. However, since VB is getting everything else 5; like generics and overloaded operators 5; I suspect anonymous methods are on the way...
Found at developer.com
- 15.) Delegates in VB.NET
- Author John Spano What are Delegates? In your Visual Basic.NET journey, you have definitely encountered a well used but little understood phenomenon called a delegate. You use them everyday, but might not know it. In this article, we will take a look at what a delegate is and how it will help you to develop better software. A delegate can be defined as a type safe function pointer. It encapsulates the memory address of a function in your code. Whenever you create or use an event in...
Found at Developer Fusion
- 16.) An Introduction to VB.NET and Database Programming - Introduction
- by Chas Profitt Download Source Code Read Comments Rate this resource Viewed 984 times Rating: 4 users 3.25 out of 5 Next > I am a beginner. I wanted to share some experiences with other beginners. The first frustration we have is finding a book that teaches us what we want to learn. When looking at beginners books we all want to avoid the books that are too simple, but can't yet crack the secret code the upper level books. I think there is some secret language that developers talk in;...
Found at Developer Fusion
- 17.) Write an FTP Client with VB.NET to Bridge Legacy Software
- By Paul Kimmel Go to page: 1 2 3 4 Next In this article, I begin an implementation of an FTP client in managed code. (The basis for this article was a previously published knowledge base article from Microsoft.com, knowledge base 832670, How to Access a File Transfer Protocol Site by Using Visual Basic .NET . The code is uniquely my own, but some snippets were mined from that article.) While the implementation is not complete, the article is a good starting point that provides enough...
Found at developer.com
- 18.) Watching Folder Activity in VB.NET - Introduction
- by Jayesh Jain Read Comments Rate this resource Viewed 33 times Rating: 1 users 5 out of 5 Next > Have you ever wanted to write an application that constantly monitors a folder and raises events when there is any activity in that folder? In the good old days using VB6, you had to use windows APIs to do something like this, which was not very simple and required a lot of coding. The Microsoft .NET Framework has introduced classes like System.IO and System.Diagnostics, which contain the...
Found at Developer Fusion
More articles & tutorials (Index of all articles & tutorials)
|
|