VB NEWS & INFORMATION    
~ Data Source = DevX.com ~


DevX DevX: .NET Feed
Latest DevX Content
How to Build a .NET Solution or Project from a Command Prompt
Tue, 30 Jun 2009 13:05:28 PST
You don't always have to use Visual Studio to compile your solution or project; you can build from a command prompt.



Convert Hashtable Keys or Values into an ArrayList
Tue, 30 Jun 2009 13:01:29 PST
The key is to use the ArrayList constructor that takes an ICollection.



Explore C# 4's New Dynamic Types and Named/Optional Parameters
Mon, 29 Jun 2009 15:40:05 PST
Leverage these new features in C# 4.0 to interoperate with new dynamic .NET languages, and simplify your code.



Create a Syslog Sender/Receiver Using the MS Winsock Control
Fri, 26 Jun 2009 23:47:10 PST
With the Microsoft WinSock Control and a few coding tricks, you can use Access as a high-performance syslog sender, receiver, and logger.



Generating Microsoft Office Documents with the Open XML SDK
Thu, 25 Jun 2009 17:13:53 PST
The Open XML SDK provides a comprehensive set of classes that make generating and manipulating Microsoft Office documents much simpler and faster than was possible with older Office file formats.



Simple Script to Run Java Applications on Linux and Windows
Mon, 22 Jun 2009 13:37:07 PST
This simple script lets you run a Java application on both Linux and Windows.



Consuming .NET Web Services from Classic ASP with the Microsoft SOAP Toolkit
Mon, 22 Jun 2009 13:19:44 PST
The Microsoft SOAP Toolkit makes it easy to use .NET web services from classic ASP.



Make Web Requests Programmatically in .NET
Mon, 22 Jun 2009 13:15:18 PST
Find out how to make web requests over HTTP to a remote server—and read the results.



Parsing with Active Patterns in F#
Thu, 18 Jun 2009 18:31:01 PST
Discover how to use F#'s active patterns to build prototype parsers that you can test interactively.



Monitoring the Long-Term Health of .NET Applications
Wed, 17 Jun 2009 14:15:04 PST
Today's organizations have realized that the total cost of applications includes not only development, deployment, and training costs, but also costs associated with the long-term monitoring and maintenance of the application.