Are Ports on Your Computers Listening?
Rating: none
Jay Miller - 04/17/2009
See how you can determine which ports on a computer have an application listening..NET Tip: Are Your Computers Up and Running? Are You Sure?
Rating: none
Jay Miller - 04/02/2009
add this functionality to your applications to determine if machines on the network are there!
Install/Uninstall/Control Windows Services Remotely Using VB.Net
Rating: none
aneezah - 11/12/2008
Discover the basic code to install, uninstall, start, stop, pause, continue, and change logon user for Windows Services remotely.
Introducing LINQ for Visual Basic
Rating: none
Paul Kimmel - 10/27/2006
What does .NET's LINQ (Language INtegrated Query) have to offer the VB developer? Read on to find out.
New Windows Event Log: Gateway to Native Windows Functionality in Vista
Rating: none
Nick Wienholt - 06/05/2006
Native code continues to be the most powerful and flexible mechanism for producing applications that work closely with the host OS. For native development in Vista, get to know the new Windows Event Log features.
Enterprise Library 2.0: The Logging Application Block
Rating: none
Vijay Mehta - 01/24/2006
Investigate some basic logging scenarios, explain and define some of the required terminology, and take the first steps to more efficient logging.
IP Address Comparison and Conversion in C#
Rating: 




Lowe*Software - 10/14/2005
When using .NET and C#, IP Address information is stored in the System.Net.IPAddress class, which provides no method for comparing IP addresses except for equality. Learn to circumvent that problem.
Using Application Configuration Files in .NET
Rating: 




Mark Strawmyer - 08/17/2004
Learn about using application configuration files in Microsoft .NET and the concept of application configuration files and the native support the Microsoft .NET Framework provides.
[Updated] Working with Math Routines in C#
Rating: 




Bradley Jones - 03/22/2004
Basic math operators—such as plus, minus, and modulus—can get you only so far. It is only a matter of time before you find that you need more robust math routines.
Sending E-Mail with System.Web.Mail
Rating: 




Mark Strawmyer - 02/09/2004
Discover how to send e-mail from within your .NET applications using the System.Web.Mail namespace.
Sample Chapter: The .NET Base Class Libraries
Rating: none
Kate Gregory - 01/27/2004
The libraries in the .NET Framework cover almost every task you are likely to tackle when developing for .NET. Learn how to use them from this chapter from the Visual C++ .NET 2003 Kick Start.
System.Diagnostics
Rating: none
Shailesh Shah - 11/12/2003
Learn about the important classes in the Diagnostics Namespace.
Getting Information About A File
Rating: 




Bradley Jones - 03/11/2003
This example presents the FileInfo class, which allows you to get information about a file.
Using the Environment Class
Rating: none
Bill Nolde - 03/10/2003
The .NET Framework takes a much different approach to the Environment than Windows. There is a class called Environment, which is part of the System namespace.
Understanding System.Buffer Class
Rating: none
Chandra Hundigam - 11/12/2002
Using the buffers instead of array copies. Understand the difference.
