How to programmatically control an NT Service.
just dotnet
I just ran across this great list of ODBC DSN Connection Strings.
Many web applications provide a search capability, which allows users to search all the content of a web application. This seems at first glance to be a difficult task. How can you search all the files in your web application and at the same provide robust search capabilities most users have come to take for [...]
Simple and complete cheat sheet that shows a majority of the regular expressions with an example of each. Go there.
Once upon a time in the tech world, obscurity was security – this being most true in the early years of the industry, when there were gaping holes in privacy policies and confidential client information was bandied about from site to site without a care as to who actually could read the information. With the [...]
An article to show how Debugging and Tracing has been implemented in .NET and how to customize them according to our needs
This article demonstrates how to get a screen shot of the entire desktop, or a particular window, using .NET (and a few API functions).
With debugger visualizers, you can define the information you would like to see about a specific .NET or custom class during debug mode. And as the name suggests, you can also choose how you would like to visualize these details. More
