Posts
All the articles I've posted.
-
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.
-
Change the color of a transparent PNG image icon on the fly using ASP.NET MVC
Published: at 11:33 AMAn overview of using a ColorMatrix to transform the non-transparent pixels of a PNG image on the fly using ASP.NET MVC, including a detailed guide and code examples.
-
Supporting the WS-I Basic Profile Password Digest in a WCF client proxy
Published: at 04:31 PMAn overview of how to use the message inspector and custom behaviors to implement the WS-I Basic Profile Password Digest in a WCF client proxy, including a detailed guide and code examples.
-
ASP.NET Tip: If your DropDownList items are lost on postback
Published: at 08:55 PMA tip for ASP.NET developers on how to handle DropDownList items being lost on postback by understanding the behavior of EnableViewState.
-
ASP.NET MVC Simple authentication without a database
Published: at 09:40 AMA guide on implementing simple authentication in ASP.NET MVC applications without using a database, including configuration and code examples.
-
RPX OpenID with ASP.NET Webforms and Membership Providers
Published: at 09:15 PMExploring the integration of RPX, an OpenID consolidator, with ASP.NET Webforms and Membership Providers. This guide covers implementation steps, handling authentication tokens, and mapping OpenID users to an existing database.