Free Programming Website

Free Programming Website www.sourcecodehub.com

Tuesday, August 12, 2014

Photos.Com free asp.net project with source codes

Photos.Com  free asp.net project with source codes

This website allows users to upload photos, which can be searched and downloaded by others. The following are major activities in this application.
  • Adding new photo
  • Displaying details of photos
  • Seaching for photos
  • Browse photos by category
  • Displaying recently added photos

Technologies and Products Used

  • ASP.NET 4.0
  • C# language
  • Visual Studio.NET 2010
  • SQL Server 2005 Express Edition
  • ADO.NET
  • FormView, DataList, FileUpload, CalendarExtender controls
  • ObjectDataSource to get data from DAL and bind data to data-bound controls such as FormView and DataList
  • Data Access Layer - DAL, to access database.

Steps to download, deploy and run this project

The following are the steps to related to be taken to run the existing part of the application.
  1. Download photos.com.rar and unzip it into any directory in your system. For example, if you extract to c:\ then it will create a directory c:\photos.com. This website has a local database with required tables. So no need to create tables elsewhere.
  2. Open Visual Studio.NET 2010 or Visual Web Developer 2010.
  3. Open the project from the directory into which you extracted project.For example, c:\photos.com
  4. Run website