Posts
All the articles I've posted.
-
ServiceStack
Published: at 02:59 PMAn overview of ServiceStack, a modern alternative to WCF, highlighting its advantages for building high-performance, scalable REST and RPC web services.
-
Automate site deployments with TeamCity
Published: at 11:39 AMAn overview of automating site deployments with TeamCity, highlighting the benefits of continuous delivery and deployment automation.
-
Could not load file or assembly bug in Visual Studio 2010
Published: at 02:48 PMAn overview of a bug in Visual Studio 2010 where the Copy Local setting on a referenced DLL is not honored, and a solution to fix the issue.
-
ComponentArt 2008 ASP.NET Ajax controls display problem in .NET 4.0
Published: at 10:39 AMAn overview of a display problem with ComponentArt 2008 ASP.NET Ajax controls in .NET 4.0, and a solution to fix the issue by modifying the web.config file.
-
Schema Compare in the Visual Studio Database Project sucks
Published: at 01:31 PMAn 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 04: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 11: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 09:27 AMAn overview of using BCrypt for password hashing in ASP.NET MVC applications, highlighting its advantages for secure password storage.
-
Do developers get better with age?
Published: at 09:43 AMAn exploration of whether developers get better with age, considering the constant evolution of technology and the benefits of experience and continuous learning.
-
Storing data securely - A primer for .NET developers
Published: at 09:28 AMAn overview of the importance of cryptography in computer systems, highlighting common pitfalls and best practices for .NET developers to securely store data.