Language
Any
Platform
License
Any
The .NET framework's Debugger class allows programs to communicate with an attached debugger. This can be the debugger built into Visual Studio or an alternative tool that supports the functionality...
This tutorial teaches and demonstrates how easy it is to embed a Visual WebGui (VWG) form in an ASP.Net application. This capability allows you to quickly develop modules or port WinForms application...
Colasoft has released Capsa 6.8, a Windows packet sniffer and protocol analyzer that makes it easy to locate and troubleshoot network problems. The latest version supports customizing packet saving...
When developing networked applications that rely on a remote computer being available, it is important to be able to check that the other system is operable. Using the .NET framework's Ping class,...
An article that describes in detail how to connect to Subversion repository from a .NET application using DotSVN library.
DotSVN is an OpenSource project whose objective is to re-implement the...
Visual Studio 2005 Tools for Office provides powerful .NET developer extensions to Microsoft Office, and, says Ty Anderson, it makes building Smart Clients with Office as straightforward as building...
Silence may be golden, but increasingly, applications, appliances, and other automated systems are acquiring the ability to speak. You can take advantage of text-to-speech technology to voice-enable...
Whenever you hear about deployment of your application or component, you get scared of the traditional scripted setup programs. The main goal of this article is to help .NET programmers get used to...
One of the very many cool new features in Visual Studio 2005 is the debugger visualizer. With debugger visualizers, developers are able to define what information they would like to see about a...
One of the biggest drawbacks of programming in Visual C++/MFC was its lack of support for even the most basic of imaging functions such as loading and displaying an image. Therefore, this article...
The types within the System.CodeDom namespace are extremely important to most Managed C++ applications, regardless of whether the code actually uses these types directly. Wizard-generated code has...
One of the biggest drawbacks of programming in Visual C++/MFC was its lack of support for even the most basic of imaging functions such as loading and displaying an image. Therefore, this article...
This article presents a Visual C++ assembly with a custom configuration handler that makes achieving reloadable configuration information much easier.
This is an article discussing how to create a user control and how to add it to other projects using Visual Studio 2005 C++/CLI and .NET Framework 2.0.
This article discusses in detail how to execute code dynamically by creating code and compiling it at runtime. This is a useful feature for extending applications with user extensions or for adding...
Find out how you can use VFP code in .NET and how to use .NET code in Visual FoxPro, in this comprehensive article that covers a number of different ways that you can integrate Visual FoxPro and .NET...
ASP.Net simplifies many things but data binding simple controls like textboxes and checkboxes leaves a lot to be desired. Databinding is one-way only and you end up doing lots of repetitive work to...