|
Developer's Guide to ASP.NET 3.5 |
|
Master ASP.NET 3.5 development using C# and Visual Studio.NET 2008. Web forms, server controls, data binding, AJAX, ASMX and WCF services and more... |
|
|
Beat stress - learn Kriya Yoga Meditations |
|
A six week online course in our style of Kriya Yoga is available absolutely FREE. Very few websites teach you the ancient art and science of Kriya Yoga in such a systematic and authentic manner. |
|
Share photos with your own Photo Gallery
A photo speaks for thousand words. You preserve memories of pleasurable, happy and joyous moments of your life in photos. You also want to share such moments with your friends, relatives and family members. Photo gallery is a natural place where you share your snaps with others. This series of articles will demonstrate how one can build a photo gallery complete with categories, thumbnails and security using ASP.NET 2.0 and SQL Server 2005. In this part we start with database design and few utility classes.
Features
- Create albums
- Albums can be public or private
- Browser based image upload
- SQL Server 2005 as image store
- Add title and description to photos
- Generate thumbnails of photos
System Requirements
- ASP.NET 2.0
- SQL Server 2005 Express Edition
- Visual Studio 2005 or Visual Web Developer Express Edition
Installation Instructions
- Download the associated ZIP file
- Unzip in a folder
- Open Visual Studio 2005
- Using File - Open Web Site menu option locate the folder where you unzipped the files
- Customize if required and run
NOTE: The download includes SQL Server 2005 database (see App_Data folder).
Screen Shot