Monday, July 20, 2009

BitRac

I've recently started working on a project called the "BitRac Client Utility" as well as the enterprise services behind it. I wanted to create a console mode to test and debug the client but I wanted a nice prompt for entering commands and it seems rather difficult to get this information from Google.
Google, of course, is my number one source for anything IT-related. I can usually find any sort of information within several seconds using a cleverly crafted query.

Well, it turns out all you have to do to is something similar to this:

Console.Write("Enter Command>");
Console.Read();

I figured as much. :)

BitRac offers some really cool services -- and even if I am biased, you should check it out at http://www.bitrac.com/

No comments:

Post a Comment