Posts
All the articles I've posted.
Schema Compare in the Visual Studio Database Project sucks
Published: at 11:31 AMAn overview of the frustrations with the Schema Compare feature in Visual Studio 2010's Database Project, and suggestions for improving the tool.
WCF JSON Serialization error with DateTime.MinVal and UTC
Published: at 02:51 PMAn overview of a WCF JSON serialization error with DateTime.MinVal and UTC, and a solution to fix the issue by specifying the DateTimeKind as UTC.
HTTPS and HTTP the protocol-less or protocol relative URLs
Published: at 09:39 AMAn overview of using protocol-relative URLs to load external content over HTTPS or HTTP based on the protocol of the page, avoiding mixed content errors and reducing overhead.
BCrypt and ASP.net MVC
Published: at 07:27 AMAn overview of using BCrypt for password hashing in ASP.NET MVC applications, highlighting its advantages for secure password storage.