Posts
All the articles I've posted.
-
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.