“…with great pleasure, comes great responsibility.”
The proper way to serialize and deserialize DateTimeOffset in XML is to use the DataContractSerializer instead of the standard XmlSerializer. The reason is that the XMLSerializer does not support certain…
There are still modules out there using the old setting style for connection strings: <appSettings> <add key=”SiteSqlServer” value=”Server=(local);Database=DNN;Integrated Security=True” /> </appSettings> I spent the better part of a day and…
After receiving a promising resume for a job request, I scheduled an interview with the candidate. The interview itself was fairly straightforward, having all the standard questions about .NET, C#…
I’ve worked as both an employee and as a director, so I know how important it is to be sensitive to people’s need to take time off and decompress. Vacations…
So it’s been a while since I posted last, but recently I had the opportunity to do some serious XAML binding stuff, which I thought I’d share with you. If…
I live in the Western Communities on Vancouver Island, in British Columbia. I recently heard this story and I think it’s a great argument why public services like search and…
Here’s a handy piece of code for finding a style in the ESRI Style Gallery. You simply pass in the style and the category and it returns the appropriate object…
So here a simple way to find a point’s intersect along a polyline. The code includes the ability to include buffer distance. So if the point doesn’t actually intersect, but…
FYI, if you happen to be in the market for someone with over 21 years experience in Microsoft related technologies, I’m available on contract as a consultant. Just send me…