Archive

Archive for January, 2010

Sending the LINQ To SQL log to the debugger output window

January 10th, 2010 No comments

I keep looking this up and I know it works.

Sending the LINQ To SQL log to the debugger output window

App version by the deployment method

January 10th, 2010 No comments

I have several clickonce deployments. And it gets old having to manually increament my version numbers in the AssemblyInfo file especially when my deployment method does that on it’s own.

So… Here’s my solution. Read more…