Log Method Name Helper
Sometimes it's handy to see the order in which methods are firing, or how long they're taking, without having to attach a debugger. Typically, you might write some code like this:
MANY articles on a wide array of topics. You’ll find a lot of my newer content is going to my YouTube channel first, but I do still blog occasionally.
Sometimes it's handy to see the order in which methods are firing, or how long they're taking, without having to attach a debugger. Typically, you might write some code like this:
I've had problems running batch files as scheduled tasks. I'm not
Design patterns are general, reusable solutions that occur in
Microsoft Platform Ready provides technical and marketing resources for companies building applications for the Microsoft platform. Currently they are working with The Code Project on a promotion that will pay $250 USD …
Web Performance Tests provide a simple means of ensuring correct and performant responses are being returned from your web application. Testing a wide variety of inputs can be tedious without a way to separate test …
Today isn't the first time I've run into this message – I've fixed
I have some old blog content scattered around a few different
Using the latest ASP.NET MVC 3 tools, it's very quick to go from simple C# classes to working data management screens with a generated backing database. This article walks through the basics of getting started with this …
I wrote a couple of weeks ago about using Visual Studio 2010's
Yesterday I wrote about how to wire up jQuery UI's AutoComplete add-in to a WCF Service to create an autocomplete search/navigation control.