Saving/Retrieving images from SQL Server for ASP.Net Website
For one of the projects I am working on these days, I had to provide image hosting from the database meaning the images will be stored in the the database when the user uploads them to my site and is ...
[More]
Using AD membership provider in ASP.Net
Recently I needed to provide authentication from the Active Directory for a custom ASP.Net form. I was pleasantly surprised to find that there is a ready-made authentication provider available for act...
[More]