Programmer's Blog
Generate random strong password string using C#
›
Here is a very useful C# code snippet for generating random strong passwords. The password is generated using upper case and lower case alph...
Creating Thumbnail from Images using ASP.NET
›
In this article you can understand how to create thumbnails from images at time of Upload using ASP.NET.I create a small utility class that ...
Uploading, Grabbing Thumbnail and Displaying Videos in real time using ASP
›
Uploading videos, grabbing its thumbnail and converting video to the format that is runnable on the web is now a days a popular source of in...
Send Email With Attachment in asp.net
›
In this example i am going to describe how to send email with attachment in ASP.NET using fileUpload Control. I am saving the uploaded file ...
How to track visitors to your site in ASP.NET & C#
›
Once you have published a site in ASP.NET, you'd like to know who are your visitors. One way is to check your event log on the host serv...
›
Home
View web version