blogs.conchango.com

welcome to the conchango blogging site
Welcome to blogs.conchango.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » .NET 3.5 » C# » C# 2.0
  • Insert tracepoint in Visual Studio for Debug.WriteLine alternative

    For those who like me didn’t know about this hidden gem: You can now set Tracepoints instead of just Breakpoints in VS2008. Here’s the difference between the two as described on MSDN: “Breakpoints tell the debugger that an application should break, pause execution, at a certain point. When a break occurs, your program and the ...
    Posted to Merrick Chaffer's Blog (Weblog) by merrick.chaffer on June 23, 2008
  • Using linq in your C# code

    Just came across a nasty gotcha today, where by we were trying to use the new C# 3.5 syntax var x = from item in items select new Item { ItemName = item.Name }; and getting a compile error. Turns out this was due to the need to have the following using statement (that doesn't come up in a smart tag prompt when you're writing linq), using ...
    Posted to Merrick Chaffer's Blog (Weblog) by merrick.chaffer on May 8, 2008
Powered by Community Server (Personal Edition), by Telligent Systems