[#js]
  • Home
  • About
  • Twitter
  • GitHub
Subscribe

Jeff Sharp

2 posts published

📍 Dallas, Texas, USA
http://www.sharpjs.net/
.NET

XPathNavigator MoveToRoot Gotcha

Most good .NET developers consult the MSDN Library frequently. On the whole, the Library is comprehensive and accurate. Its quality is not quite on the level of UNIX manual pages, but it has improved over the years. Still, one problem persists: too often, the focus is on happy paths, and

Jeff Sharp May 16, 2012 • 2 min read
.NET

How to Escape Curly Braces with DebuggerDisplayAttribute

There are a zillion posts out there that describe how to use DebuggerDisplayAttribute. They all say about the same thing: put property names and other expressions inside curly braces. Like this: [DebuggerDisplay("Name = {Name}, Value = {Value}")] public class AnyClass { // ... } Voilà! The debugger experience has just been enriched. So

Jeff Sharp Apr 21, 2012 • 1 min read
[#js] © 2023
Powered by Ghost