All Tags »
.NET
Sorry, but there are no more tags available to filter with.
-
Mukund Pujari suggests a method for adding shortcuts conditionally during the installation of a .NET Application. His simple method uses a custom action and a form to allow the end user to select the shortcuts he or she wants to install.
-
Custom and User Controls, Part 2
This overview of creating custom controls seems in-depth enough to be worth a gander. It has portions on adding attributes and creating rendered controls.
-
This looks like an article worth holding onto for an overview or review of tracing, performance counters and monitoring.
Visual Studio .NET Developer: Diagnosing and Debugging with the System.Diagnostics Namespace
Jani Jarvinen gives you a tour of System.Diagnostics: simple debugging and tracing functions as well as classes for executing and ...