just dotnet

Service Controller

by fred on October 5, 2005

in Code

How to programmatically control an NT Service. 

ADO Connection Strings

by fred on August 6, 2005

in Code

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 [...]

Regular Expressions Cheat Sheet

by fred on July 1, 2005

in Code

Simple and complete cheat sheet that shows a majority of the regular expressions with an example of each. Go there.

Encrypting QueryStrings with .NET

by fred on June 6, 2005

in Code

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 [...]

More

An article to show how Debugging and Tracing has been implemented in .NET and how to customize them according to our needs

Capture a Screen Shot

by fred on May 7, 2005

in Code

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