Free Programming Website

Free Programming Website www.sourcecodehub.com

Tuesday, August 12, 2014

CodeSnippets.Com free asp.net project with source codes

CodeSnippets.Com  free asp.net project with source codes

This website allows user to post code on different topics. This website used the following tools and technologies.
  • Asp.Net 4.0
  • C# Language
  • SQL Server 2008 Express Edition
  • Visual Studio.NET 2010
  • Layered Architecture with Presentation Layer and Data Access Layer
  • ObjectDataSource is used in presentation layer to talk to DAL.
  • GridView and FormView are used to display and modify data
  • ADO.NET is used to access Database
  • Validation Controls
  • Forms Authentication
  • Mutlitple Authorizations - one for website and one for all folder
  • hMailServer to send mails during password recovery
  • Master pages and Themes
  • Asp.Net Ajax to verify uniqueness of username
  • SiteMap, SiteMapPath and TreeView
The following are the major operations in this application.
  • Registration of user
  • Forgot Password
  • Login
  • Change password
  • Change Profile
  • Post Code Snippet
  • List of code snippets of current user
  • Updating code snippet by the owner
  • Deleting code snippet by the owner
  • Search for code snippets by title
  • Displaying topics with number of code snippets
  • List of code snippets by topic
  • Details of code snippet
  • Allowing user to rate snippet
  • Logout

Steps to download, deploy and run this project

The following are the steps to be taken to run the existing part of the application. Sql Server database, which contains all required tables, is boundled along with this application.
  1. Download codesnippets.rar and unzip it into any directory in your system. For example, if you extract to c:\ then it will create a directory c:\codesnippets.
  2. Open Visual Studio.NET 2010
  3. Open the website from the directory into which you extracted the .rar file. For example, c:\codesnippets
  4. Database (Database.dbf) is placed in App_Data and it contains required tables. Tables contains some sample data for testing.
  5. I also proived tables.sql, which contains commands to create tables. Though not required now, it could be useful in some cases.
  6. Go to Solution Explorer and make login.aspx the startup page.
  7. Run project from Visual Studio.NET 2010
  8. You should see login.aspx page.
  9. Before you use Forgot Password option, make sure you installed a mail server in your system or network.
  10. Register a user. And test other options

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

Employees Depdendents Information free asp.net project with source codes

Employees Dependents Information

This intranet application allows employees to add, update and delete information about their dependents. This website used the following tools and technologies.
  • Asp.Net 4.5
  • C# Language
  • SQL Server 2008 Express Edition
  • Visaul Studio 2012 Express For Web
  • Layered Architecture with Presentation Layer and Data Access Layer
  • ObjectDataSource is used in presentation layer to talk to DAL.
  • LINQ TO SQL is used to access database
  • Validation Controls
  • Forms Authentication
  • Mutlitple Authorizations - one for website and one for all folder
  • hMailServer to send mails during password recovery
  • Master pages and Themes
The following are the major operations in this application.
  • Login
  • Forgot Password
  • Change password
  • List of Dependents
  • Add Dependent
  • Delete Dependent
  • Update Dependent
  • Logout

Steps to download, deploy and run this project

The following are the steps to be taken to run the existing part of the application. Sql Server database, which contains all required tables, is boundled along with this application.
  1. Download empdepinfo.rar and unzip it into any directory in your system. For example, if you extract to c:\ then it will create a directory c:\empdepinfo.
  2. Open Visual Studio 2012
  3. Open the website from the directory into which you extracted the .rar file. For example, c:\empdepinfo
  4. Database (Database.dbf) is placed in App_Data and it contains required tables. Tables contains some sample data for testing.
  5. I also proived tables.sql, which contains commands to create tables. Though not required now, it could be useful in some cases.
  6. Go to Solution Explorer and make login.aspx the startup page.
  7. Run project from Visual Studio.NET 2012
  8. You should see login.aspx page.
  9. Before you use Forgot Password option, make sure you installed a mail server in your system or network.

Class Scheduler free asp.net project with source codes

Class Scheduler  free asp.net project with source codes

This web application allows faculty members to keep track of their courses and classes. This website used the following tools and technologies.
  • Asp.Net 4.5
  • C# Language
  • SQL Server
  • Web API
  • AJAX with JQuery
  • Asp.Net AJAX Control Toolkit
  • Visual Studio.NET 2012 Express for Web
  • Layered Architecture with Presentation Layer and Data Access Layer
  • ObjectDataSource is used in presentation layer to talk to DAL.
  • GridView and DetailsView are mainly used to display and modify data
  • LINQ TO SQL is used to access database
  • Validation Controls
  • Forms Authentication
  • Mutlitple Authorizations - one for website and one for all folder
  • hMailServer to send mails during password recovery
  • Master pages and Themes
The following are the major operations in this application.
  • Registration of user
  • Forgot Password
  • Login
  • Change password
  • List current and upcoming courses
  • Add new course
  • Update course
  • Delete Course
  • Get Details of a course
  • Completion of course
  • Add a class to course
  • Update a class
  • Delete a class
  • Cancel a class
  • Get courses history
  • Logout

Steps to download, deploy and run this project

The following are the steps to be taken to run the existing part of the application. Sql Server database, which contains all required tables, is boundled along with this application.
  1. Download ClassScheduler.rar and unzip it into any directory in your system. For example, if you extract to c:\ then it will create a directory c:\ClassScheduler.
  2. Open Visual Studio.NET 2012
  3. Open the website from the directory into which you extracted the .rar file. For example, c:\ClassScheduler
  4. Database (Database.dbf) is placed in App_Data and it contains required tables. Tables contains some sample data for testing.
  5. I also proived tables.sql, which contains commands to create tables. Though not required now, it could be useful in some cases.
  6. Go to Solution Explorer and make login.aspx the startup page.
  7. Run project from Visual Studio.NET 2012
  8. You should see login.aspx page.
  9. Before you use Forgot Password option, make sure you installed a mail server in your system or network.
  10. Register a user. And test other options
t with source codes

Clients Information Management free asp.net project with source codes

Clients Information Management  free asp.net project with source codes

This web application allows a company to keep track of clients and interactions with clients. The overall architecure is  ASP.NET MVC 4.0 (with C# and Razor) -> DAL (Data Access Layer) -> LINQ -> SQL Server Database.
  This website uses the following tools and technologies.
  • Asp.Net MVC 4.0
  • Razor engine for presentation
  • C# Language
  • SQL Server LocalDB
  • Visual Studio.NET 2012 Express for Web
  • Data Validation Attributes for validation using JQuery
  • LINQ
  • Forms Authentication
  • Layout and Stylesheets
  • Data Access Layer (DAL) to talk to Database through LINQ
The following are the major operations in this application.
  • Employee Login
  • Change password
  • Logout
  • Add Client
  • Search Clients
  • Getting details of Client
  • Deleting client
  • Listing recent interactions with client
  • Adding Interaction with client
  • Delete interaction

Steps to download, deploy and run this project

The following are the steps to be taken to run the existing part of the application. Sql Server database, which contains all required tables, is bundled along with this application.
  1. Download cim.rar and unzip it into any directory in your system. For example, if you extract to c:\ then it will create a directory c:\cim.
  2. Start Visual Studio.NET 2012 Express for Web
  3. Open the project from the directory into which you extracted the .rar file. For example, c:\cim
  4. Database (clients.mdf) is placed in App_Data and it contains required tables. Tables contain some sample data for testing.
  5. I also provided tables.txt, which contains commands to create tables. Though not required now, it could be useful in some cases.
  6. Run project from Visual Studio.NET
  7. You should see login page
  8. Login with employee id 1 and password s and test options
  9. Clients Information Management  free asp.net project with source codes

CabsOnline.Com:- free asp.net project with source codes

CabsOnline.Com

This web application allows users to book cabs online. The overall architecure is  ASP.NET MVC 4.0 (with C# and Razor) -> DAL (Data Access Layer) -> LINQ -> SQL Server Database.
  This website uses the following tools and technologies.
  • Asp.Net MVC 4.0
  • Razor engine for presentation
  • C# Language
  • SQL Server LocalDB
  • Visual Studio.NET 2012 Express for Web
  • Data Validation Attributes for validation using JQuery
  • LINQ
  • Forms Authentication
  • Layout and Stylesheets
  • Data Access Layer (DAL) to talk to Database through LINQ
  • Mail API to send mail
The following are the major operations in this application.
  • User Registration
  • User Login
  • Change password
  • Change profile
  • Logout
  • Recover password
  • Book cab
  • Cancel cab booking
  • Get details of Current bookings
  • Get history of bookings
  • Provide feedback for completed transactions

Steps to download, deploy and run this project

The following are the steps to be taken to run the existing part of the application. Sql Server database, which contains all required tables, is bundled along with this application.
  1. Download cabsonline.rar and unzip it into any directory in your system. For example, if you extract to c:\ then it will create a directory c:\cabsonline.
  2. Start Visual Studio.NET 2012 Express for Web
  3. Open the project from the directory into which you extracted the .rar file. For example, c:\cabsonline
  4. Database (clients.mdf) is placed in App_Data and it contains required tables. Tables contain some sample data for testing.
  5. I also provided tables.sql, which contains commands to create tables. Though not required now, it could be useful in some cases.
  6. Run project from Visual Studio.NET
  7. You should see login page
  8. Use registration page to register new user
  9. Login with new user and test other options

Students Information System: free asp.net project with source codes

Students Information System

This web application, provided by school, allows parents to get information about their children in school. The overall architecure is ASP.NET MVC 4.0 (with C# and Razor) -> DAL (Data Access Layer) -> LINQ -> SQL Server Database.
This website uses the following tools and technologies.
  • Asp.Net MVC 4.0
  • Razor engine for presentation
  • C# Language
  • SQL Server LocalDB
  • Visual Studio.NET 2012 Express for Web
  • Data Validation Attributes for validation using JQuery
  • LINQ
  • Forms Authentication
  • Layout and Stylesheets
  • Data Access Layer (DAL) to talk to Database through LINQ
  • Mail API to send mail
The following are the major operations in this application.
  • Parent Login
  • Change password
  • Logout
  • Recover password
  • List students of parent
  • List marks sheets for selected student
  • List attendence for selected student
  • List notifications
  • Delete notification
  • Post feedback

Steps to download, deploy and run this project

The following are the steps to be taken to run the existing part of the application.
  1. Download sis.rar and unzip it into any directory in your system. For example, if you extract to c:\ then it will create a directory c:\sis.
  2. Start Visual Studio.NET 2012 Express for Web
  3. Open the project from the directory into which you extracted the .rar file. For example, c:\sis
  4. Add a Database to project using WEBSITE -> Add New Item -> SQL Server Database . Select default name Database.mdf. It is placed in App_Data. Use tables.sql file to create required tables and load sample data.
  5. Run project from Visual Studio.NET
  6. You should see login page
  7. Login as a parent using sample data provided in tables.sql file.
  8. Test other options.

MyAccounts.Com

MyAccounts.Com

This web application allows users to store information about their usernames and passwords of other websites. The overall architecure is  ASP.NET MVC 4.0 (with C# and Razor) -> DAL (Data Access Layer) -> LINQ -> SQL Server Database.
  This website uses the following tools and technologies.
  • Asp.Net MVC 4.0
  • Razor engine for presentation
  • C# Language
  • SQL Server LocalDB
  • Visual Studio.NET 2012 Express for Web
  • Data Validation Attributes for validation using JQuery
  • LINQ
  • Forms Authentication
  • Layout and Stylesheets
  • Data Access Layer (DAL) to talk to Database through LINQ
  • Mail API to send mail
The following are the major operations in this application.
  • User Registration
  • User Login
  • Change password
  • Change profile
  • Logout
  • Recover password
  • Add Account
  • Update Account
  • Delete Account
  • List Accounts
  • Search Accounts

Steps to download, deploy and run this project

The following are the steps to be taken to run the existing part of the application. Sql Server database, which contains all required tables, is bundled along with this application.
  1. Download MyAccounts.rar and unzip it into any directory in your system. For example, if you extract to c:\ then it will create a directory c:\myaccounts.
  2. Start Visual Studio.NET 2012 Express for Web
  3. Open the project from the directory into which you extracted the .rar file. For example, c:\myaccounts
  4. Database (myaccounts.mdf) is placed in App_Data and it contains required tables. Tables contain some sample data for testing.
  5. I also provided tables.sql, which contains commands to create tables. Though not required now, it could be useful in some cases.
  6. Run project from Visual Studio.NET
  7. You should see login page
  8. Use registration page to register new user
  9. Login with new user and test other options

Bank Accounts Tracker

Bank Accounts Tracker

This web application allows users to keep track of their bank accounts. The overall architecure is  ASP.NET MVC 4.0 (with C# and Razor) -> DAL (Data Access Layer) -> Entity Framework -> SQL Server Database.
  This website uses the following tools and technologies.
  • Asp.Net MVC 4.0
  • Razor engine for presentation
  • C# Language
  • SQL Server LocalDB
  • Visual Studio.NET 2012 Express for Web
  • Data Validation Attributes for validation using JQuery
  • Entity Framework
  • Forms Authentication
  • Layout and Stylesheets
  • Data Access Layer (DAL) to talk to Database through LINQ
  • Mail API to send mail
The following are the major operations in this application.
  • User Registration
  • User Login
  • Change password
  • Logout
  • Recover password
  • Add Account
  • List Accounts
  • Edit and Delete Account
  • Add Transaction
  • Edit and Delete transaction
  • List Transactions of an Account
  • Search Transactions


Steps to download, deploy and run this project

The following are the steps to be taken to run the existing part of the application. Sql Server database, which contains all required tables, is bundled along with this application.
  1. Download bankaccounts.rar and unzip it into any directory in your system. For example, if you extract to c:\ then it will create a directory c:\bankaccounts.
  2. Start Visual Studio.NET 2012 Express for Web
  3. Open the project from the directory into which you extracted the .rar file. For example, c:\bankaccounts
  4. Database (bankaccounts.mdf) is placed in App_Data and it contains required tables. Tables contain some sample data for testing.
  5. I also provided tables.sql, which contains commands to create tables. Though not required now, it could be useful in some cases.
  6. In order to keep download small, i have removed .dll files from BIN folder. So, project may not run after you open it in Visual Studio. Add libraries to this project or create another project and copy source code into that new project. Run project from Visual Studio.NET after you are done with the above procedure.
  7. You should see login page
  8. Use registration page to register new user
  9. Login with new user and test other options

Wednesday, June 18, 2014

Hotel Reservation System Project in VB.NET

Hotel Reservation System Project in VB.NET


A hotel reservation system, also known as a central reservation system (CRS) is a computerized system that stores and distributes information of a hotel, resort, or other lodging facilities.

A central reservation system is a tool to reach the global distribution system as well as internet distribution systems from one single system. A CRS assists hotel managers in managing their online marketing and sales, allowing them to upload their rates and availabilities to be seen by sales channels that are using the CRS. Sales channels may include conventional travel agencies as well as online travel agencies.

Basic features:
  •     Guest reservation
  •     Billing System
  •     Change room
  •     Multiple account per room
  •     Guest report
  •     Other charges


Download - Hotel Reservation System - free source codes here

Visual Basic.NET Source Code Examples

for free source codes, you can visit these website:-

1. www.sourcecodehub.com

2. www.codeproject.com

3. www.planetsourcecode.com

Help Desk Project Virtual Map | free project source codes in vb.net language

Help-desk Project Virtual Map in VB. NET

Download- Help-desk Project Virtual Map in VB. Net

The purpose of Help-desk Project Virtual Map in VB. Net is to help you provide quicker support to users around your company. You deploy Help-desk Project Virtual Map in VB. Net with your systems, with maps of your own buildings and when the user needs assistance, they run this application and it gives you a visual map in your email as to where they are and all the related computer information that you need to provide quick support.

Screenshots:-












Download- Help-desk Project Virtual Map in VB. Net

Visual Basic.NET Source Code Examples

for free source codes, you can visit these website:-

1. www.sourcecodehub.com

2. www.codeproject.com

3. www.planetsourcecode.com

Tuesday, June 17, 2014

free download gas agency and inventory management system VB project source code

Gas Agency and Inventory Management System project download with source code.

Share Project with your friends and like on Facebook fan page. VB projects source code. Easy available project for student. gas agency and inventory management system project source code on VB. They Submit project in college's and company. final year gas agency and inventory management system completed full source code download. Useful in development project and how to manage project. download simple learning VB project source code with diagram and documentations.

 VB projects tips and tricks. gas agency and inventory management system project source code developed on VB. project on VB with source code. Free download of Live Project in VB,VB Source Code for final year college student, project submission of BE, BCA, MCA. gas agency and inventory management system is developed in vb programming language Using sql database. upload project on here share with other students. VB project tutorials for students with perfect source code. many way create a user friendly GUI is most important part in VB project. download synopsis of gas agency and inventory management system.

Greate project collection for final year college submission gas agency and inventory management system project very helpful for student. BE,Tech, MCA, BCA,Engineering,BSc.IT, Software Engineering final year gas agency and inventory management system project with source code.

Download Project Documentation

Download  Gas Agency and Inventory Management System project download with source code. 

Visual Basic.NET Source Code Examples

for free source codes, you can visit these website:-

1. www.sourcecodehub.com

2. www.codeproject.com

3. www.planetsourcecode.com

Project For Online Auction For BCA MCA students

Hi students, This is the final report of the Online Auction Project. I have divided the project Chapter vise. you can navigate to any chapter by click on chapter link given in left navigation. Every Chapter has sub pages.  you can navigate to next page by click on subpages link given at the bottom of the page.
I have also attached the executable Program file at the bottom of this page.
I have also attached MS Word file of Full documentation report  in sub pages. To download it you have to find it on sub pages.

Download Complete Source Codes Here

Sunday, April 20, 2014

Gud websites for software professional

1.www.sourcecodehub.com
 2.www.codeproject.com
 3. Www.planetsourcecode.com