Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > VB.Net
Search:
What's New - What's Hot
Listings for Articles & Samples Articles & Samples (5931)
Listings for Downloads Downloads (5)
Listings for Errors and Bugs Errors and Bugs (69)
Listings for Introduction Introduction (42)
Listings for Knowledge Base Knowledge Base (498)
Listings for Sample Chapters Sample Chapters (25)
Listings for Support WebCasts Support WebCasts (5)
 


Using Classes and Structures in Visual Basic .NET     
Total Hits: 135  |  Today: 0Author: Gordon Brown      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article is intended to help developers choose between a class and a structure when writing an application. You can review the basic points of comparison between the two types in the "Structures and Classes" topic of the Visual Studio .NET product documentation. To find this topic, start Visual Studio .NET, select Index from the Help menu, and type "structures, Visual Basic" in the "Look for" field....

Security Concerns for Visual Basic .NET and Visual C# .NET Programmers     
Total Hits: 87  |  Today: 0Author: Robin Reynolds-Haertle      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article focuses on key security issues that Visual Basic .NET and Visual C# .NET developers need to address as they begin working with the .NET Framework. This overview discusses both Windows and Web applications, and the implementation, debugging, and deployment phases of development....

Multithreaded Programming with Visual Basic .NET     
Total Hits: 139  |  Today: 0Author: Robert Burns      Rating:  
Read Reviews | Write Review |  Your Rating: 

The .NET Framework provides new classes that make it easy to create multithreaded applications. This article discusses how you can use multithreaded programming techniques with Visual Basic® .NET to develop more efficient and responsive applications....

Programming with Stored Procedures in Visual Basic .NET (Part 1)     
Total Hits: 122  |  Today: 0Author: Paul Kimmel      Rating:  
Read Reviews | Write Review |  Your Rating: 

Stored procedures are an excellent way to optimize complex business solutions for database applications. In this article I will demonstrate how you can edit and run stored procedures in Visual Studio .NET and how to incorporate them into your Visual Basic .NET applications. ADO.Net has made this aspect of database programming accessible to all....

Create Your Own STOR     
Total Hits: 35  |  Today: 0Author: Steven Smith      Rating:  
Read Reviews | Write Review |  Your Rating: 

STOR, or Shared Table Of Resources, is a new standard for sharing information about online resources. ASPAlliance.com is one of the founding members of the STOR standard, and is actively supporting and promoting its use. You can read more about the STOR standard at its website, STORS.org.
This article provides a working example of how to create a STOR programmatically from a database of links. The ASPAlliance site has a backend database with a links table already, as well as a COM object for ...

Rarely Used Logical Operators in VBScript     
Total Hits: 136  |  Today: 0Author: 4guysfromrolla      Rating:  
Read Reviews | Write Review |  Your Rating: 

Glad you asked! A logical operator is an operator that compares the truth value of two statements (one to its right and one to its left, like: Expr1 AND Expr2), and, depending upon the truth value of these two statements, returns true or false. While that may sound confusing, once we look at an example I think things will clear up a bit!...

Using the VBScript Drives Collection     
Total Hits: 104  |  Today: 0Author: aspalliance      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article demonstrates how to access information about disk drives attached to a web server supporting ASP.

The techniques described here could have many uses, such as:

* Making sure a server supporting uploading of files has sufficient disk space available before large files are uploaded.

* Creating an ASP document that will allow remote monitoring of disk space while the server administrator is out of town....

Want to Know What I'm Listening To?     
Total Hits: 82  |  Today: 0Author: Duncan Mackenzie      Rating:  
Read Reviews | Write Review |  Your Rating: 

Considering I program in Microsoft® Visual Basic®, this shouldn't come as a big surprise, but I just love it when software supports some form of extensibility model. Call them add-ins in Microsoft® Office, or plug-ins in Adobe Photoshop® and Microsoft® Windows Media® Player, it is all the same to me. All of these terms indicate some way that I can add my own little bit of functionality to an already existing piece of software.
Now, as I said in my first column, I often write complete applicat...

What I've Learned: Airline Lavatories and Strings     
Total Hits: 124  |  Today: 0Author: Ken Getz      Rating:  
Read Reviews | Write Review |  Your Rating: 

Here's what I've learned: If you sit in the front row on an airplane, you'd better not do something you don't want everyone on the plane to see. Last summer, I took a trip from Los Angeles to Washington DC. A long ride. I had purposefully requested the bulkhead row at the front of the coach section (didn't get upgraded on this one) so I could get some work done. Because of the never-ending weight-loss cult by which I've been brainwashed, I drink a lot of water. I have clean insides. This also me...

Implementing Remoting     
Total Hits: 78  |  Today: 0Author: Bill Evjen, Billy Hollis, Rockford Lhotka, Tim McC      Rating:  
Read Reviews | Write Review |  Your Rating: 

When we implement an application using remoting, we'll have three key components to the application: the Client (the application calling the server); the Server Library (the DLL containing the objects to be called by the client); and the Host (the application running on the server that hosts remoting and the Server Library).
Basically, we create our server-side objects in a Visual Basic .NET Class Library project. Then, we expose the classes in that DLL from our server-side remoting host appl...

VBScript Programmer's Reference, 2nd Edition     
Total Hits: 77  |  Today: 0Author: Adrian Kingsley-Hughes, Kathie Kingsley-Hughes, Da      Rating:  
Read Reviews | Write Review |  Your Rating: 

Do loop is the most versatile of all of the loop constructs. This is because you can easily make it loop as many times as you like based on any criteria you like. (However, you'd have to go through some trouble to use it to traverse a collection — For Each…Next is much better for that.) The power of the Do loop is in the use of the While and Until keywords. You can use While or Until at either the beginning of the loop or the end of the loop to control whether the loop will go around again. Let'...

Meyers Briggs Example     
Total Hits: 47  |  Today: 0Author: Scott Cate      Rating:  
Read Reviews | Write Review |  Your Rating: 

Here is code to parse an ASCII file and generate a Meyers Briggs test....

Utility Belt: wsAmazonKeyWordSearch     
Total Hits: 59  |  Today: 0Author: Charles Carroll      Rating:  
Read Reviews | Write Review |  Your Rating: 

"Utility Belt" can grab the same XML one grabs from Amazon webservices. Here is an example of a wbeservices call....

ExecuteScalar     
Total Hits: 268  |  Today: 0Author: Charles Carroll      Rating:  
Read Reviews | Write Review |  Your Rating: 

The convenient part about executescalar is its elegance and speed. Since it does not know how to read columns or rows it has much less overhead than a Datareader or DataTable....

Overloading and Overriding in Visual Basic.NET 2005     
Total Hits: 211  |  Today: 0Author: Jagadish Chaterjee      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article gives you an in-depth understanding of the differences between overloading and overriding in Visual Basic.NET 2005. It is assumed that the reader knows something about object-oriented programming in Visual Basic.NET....

Programmatically Controlling Windows Fax Services Using VB.net     
Total Hits: 299  |  Today: 0Author: Luke Niland      Rating:  
Read Reviews | Write Review |  Your Rating: 

Windows fax services began to be available in Windows 2003 Server. The service was an advance over the alternatives of the time. As you probably guessed from the title, it can be controlled with a Visual Basic.NET application, which we will begin writing in this article....

Using PropertyGrid Part-I     
Total Hits: 142  |  Today: 0Author: Sreenivas Vemulapalli.      Rating:  
Read Reviews | Write Review |  Your Rating: 

For my last project, I had a requirement where I can use PropertyGrid control. I tried to get information on that, from Microsoft and searching all over Internet, newsgroups, but I could find only a couple of articles from Microsoft. That's it, surprising, and not even a single example in VB.NET that compiles without errors and explains all in and outs of PropertyGrid control.
So, I decided to put all the information I collected, with fully functional working examples in VB.NET (which is my f...

Writing Your Own GPS Applications: Part I     
Total Hits: 85  |  Today: 0Author: Jon Person.      Rating:  
Read Reviews | Write Review |  Your Rating: 

What is it that GPS applications need to be good enough to use in a commercial environment, such as in-car navigation? Also, how does the process of interpreting GPS data actually work? In this two-part series, I will cover both topics and give you the skills you need to write a commercial-grade GPS application that works with a majority of GPS devices in the industry today....

Tiny StopWatch Application     
Total Hits: 159  |  Today: 0Author: Alastair Dallas.      Rating:  
Read Reviews | Write Review |  Your Rating: 

The code for this Windows application is so compact, it is presented here inline. Belying its small size, however, the app actually solves a real-world problem, namely the need to measure events of a few minutes' duration to about a half-second granularity. How long does Photoshop take to launch? How long have I been on the phone? "I'll bring your stapler back in five minutes." Yeah, right....

Create and read emails in VB.NET     
Total Hits: 871  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

In VB.Net/c# we can generate emails and send them to the relevant people. Why can’t a sales manager receive an email with the daily statistics of their field agents? How about sending an email to the mobile users and have them receive the message right from within their business application. Customers could get an invoice emailed to them right at the point of sale and not sometime later.The problem is to allow our eVB or VB.NET/C# applications to generate these emails. Sapphire Solutions (http:/...



Disclaimer - Privacy
© 2002-2013 DevASP.net