Posts
All the articles I've posted.
-
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.
-
ASP.NET - Disabling the submit button to prevent double submissions
Published: at 03:38 PMA solution for preventing double submissions in ASP.NET applications by creating a custom button that disables itself upon being clicked.
-
Sending photos from your mobile to your website
Published: at 05:22 PMA guide on how to send photos from a mobile phone to a website using ASP.NET, including the use of the DevMail.Net POP3 component, XML database setup, and code examples.
-
C# vs VB.NET - My choice and why
Published: at 04:08 PMA comparison of C# and VB.NET, highlighting the reasons for choosing C# over VB.NET, including its certification, powerful features, less verbose syntax, and XML code documentation.
-
MMS Email Photo Blogging
Published: at 06:22 PMA guide on how to automatically pick up MMS emails, extract the images, and post them as a "moblog" using ASP.NET, including POP3 integration, scheduling, and displaying images.
-
Creating a PowerPoint presentation on-the-fly using a design template
Published: at 06:22 PMA guide on how to automate the creation of PowerPoint presentations using ASP (classic), including using a design template, updating the title, copying slides, and saving the presentation to the server.