• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
projectsgeek

ProjectsGeek

Download Mini projects with Source Code, Java projects with Source Codes

  • Home
  • Java Projects
  • C++ Projects
  • VB Projects
  • PHP projects
  • .Net Projects
  • NodeJs Projects
  • Android Projects
    • Project Ideas
      • Final Year Project Ideas
      • JSP Projects
  • Assignment Codes
    • Fundamentals of Programming Language
    • Software Design Laboratory
    • Data Structure and Files Lab
    • Computer Graphics Lab
    • Object Oriented Programming Lab
    • Assembly Codes
  • School Projects
  • Forum

.Net Projects Download

Exam Scheduler System Project using C#

April 26, 2017 by ProjectsGeek Leave a Comment

The purpose of the exam scheduler system is to improve the student experience and reduce the burden on the faculty of the school or the exam administration. This system will be able to arrange the big exam with large numbers of student quickly. It will make the time table of exam such the student will get the enough time for each subject. While the Exam Scheduler System will ensure the security of the question paper. The Exam Scheduler System will also help the students by making a timetable for preparation of each subject. The project will be used to conduct multiple exams at the same time.

Existing system

Today, to conduct an exam various faculty related to each subject will make the timetable whereas for the examination like IIT, SSC the administration makes a group who will decide the timetable, and then they make arrangement for the exam. In this type of process, it consumes large time and is not focused on the student’s problem. If the exam had to postpone then it is a huge problem as they need to re-arrange all the things. While a student has to make a timetable for the exam itself and if the daily routine is not good the student will not able use their full potential.

Proposed system

The Exam Scheduler System will be automated and will help the institution to arrange the exam in the most efficient and optimized way. The system will make the timetable such that it will focus on the student’s problem of back to back exam, exam overloading so the students will not face any of these problems and can make use of their full potential. The Exam Scheduler System will assign the invigilators based on the knowledge they have. The software will support multiple exams at a time while the reports can be taken out of the system in various standard files.

Exam Scheduler System Snapshots

Exam Scheduler System Home page Log out page

Exam Scheduler System Module

Admin: The admin will have the authority to make changes to the document made by the scheduler. While the admin will provide access to students, who will give the exam.
User:This module will be used by the students to know the timetable of the exam. While during the exam the students will access the exam scheduler to give the exam.
Scheduler:This module will make the timetable for each exam and will assign the things required in the exam by the students.
Login:through this module student and admin will get the access to the system while according to the ID and the password they will be differentiated.

Hardware requirement

  • Processor : Intel Pentium Dual-core 3.0 GHz
  • RAM : 512 MB
  • HARD DISK : 5 GB
  • INPUT Devices : Keyboard, Mouse
  • Output Device : Color Monitor

Software requirement

  • Operating System : Windows XP or higher
  • Front End : ASP.NET
  • Back End : SQL Server.

Download Projects

Download Abstract Project Abstract
Download Source  Project Source Code
Download Database Project Download

Other Projects to Try:

  1. Online Exam System in Java
  2. Online Examination System project using Java
  3. Online Staff and Student Interaction Project
  4. C# projects for Beginners with Source Code
  5. Online Exam Java Project

Filed Under: .Net Projects Download, c # projects Tagged With: .Net Projects Download, C # Projects

SMS Based Remote Server Monitoring System

April 25, 2017 by ProjectsGeek Leave a Comment

The organization who is hosting the data server for a large number of clients faces the problem with the monitor of the up and down of the server using Remote Server Monitoring System. The problem is more on the night as at that time the number of network engineer is less. When downtime of the server happen the organization should identify and remove the problem but in general, the client reports about the issue with the server when they try to access to the system and due to this the organization can cause the loss of the customer.

Existing system

In the present Remote Server Monitoring System when the server failure happens then the network engineer makes the system working. But at the night time when there is less engineer available organization faces the problem, whereas the problem on the server is identified by the client and not by the organization. Even when the organization knows about the server problem, they have difficulty in removing them as the engineer at first needs to find out about the bad server. Whereas the problem can be temporarily, but it can occur multiple time because of this the engineer will face difficulty in the finding of the fault in the server.

Proposed system

The proposed Remote Server Monitoring System will help the engineers about the server which is not working by providing them the details of the fault server. This Remote Server Monitoring System will monitor each server of the organization by sending a message to the servers. Then the server will respond to that message within the specified time, but if the server does not respond, then the system will send a notification to the admin. The notification will contain the information about the servers such that the time of failure, which server was/is not working.

Remote Server Monitoring System Snapshot

Admin login page Notification page registration page SMS based Remote Server Monitoring System

Remote Server Monitoring System Module

The Remote Server Monitoring System contains various models to work. These modules are:
Admin login:This module will be used by the admin to get access to the system. The admin will need to provide ID and password in the system.
Admin organisation:Through this module, the company can assign and arrange the admin.
User:By using this module admin can arrange the user and the admin can add any user to the system.
Server:Through this module, the admin will get the details about each server present on the server.
Notification:From this module, the user will get notified about the failure of a server. The notification will be in the form of a message, and it will contain the details about the failed server.

Hardware requirement

  • Hard disk : Minimum 20GB
  • RAM : 1 GB or more.
  • Processor : Intel Pentium 4 or higher

Software requirement

  • Operating system : Windows XP or Windows Vista.
  • Database : MS-SQL Server 2005
  • Technologies : ASP .NET with C# .NET
  • IDE : MS-Visual Studio .NET 2008
  • Browser : IE 6 or Mozilla Firefox.

Download Project

Download Abstract Project Abstract
Download Report Project Code

Other Projects to Try:

  1. Network Monitoring System using PHP
  2. SMS Remote Control Android Project
  3. Client Server Based Live Meeting project
  4. Distributed Caching in the Multi Server
  5. Help Desk project Web based System

Filed Under: c # projects, .Net Projects Download Tagged With: .Net Projects Download, C # Projects

Distributed Caching in the Multi Server

April 24, 2017 by ProjectsGeek Leave a Comment

The aim of the distributed caching multi-server environment is to spread the load in the local caching and increase the speed. The system will reduce the database and will improve the scale ability while the memory consumption will be reduced in the system by distributing the stored data. It will reduce the error in the system by partitioning the cache to keep the data in the different machine within the system. While the data are stored at a different location, the access of data will be smooth and steady.

Existing system

Today the websites we use from simple one to the interactive sites work with the caching to enhance the performance and to reduce the load on the database server. Whereas when we use this system for small websites the performance is good, but as we add new applications to it the performance will degrade with the increase of application. In the present system whenever we try to add the application to the database the memory consumption of the system also increases. A single server has the limit with the speed of read and write in the system while we cannot just add another server to the system.

Proposed system

In the distributed caching system we will distribute the data to the several servers so that when there is a need for extra cache it will add a server to it and in this way, the memory will not be limited. We will use multiple servers so that the speed will be more than the local server system as if one of the server is busy then it will use another server in the distributed caching system. The working of the system will be quite well as a system will minimize the error. In order to reduce the error, the distributed cache will be configured to maintain the data in several machines within the system. In the distributed system, it will synchronize the process of updating with both the database and the cache.

Distributed Caching in the Multi Server

Advantages of distributed caching system

  • The distributed caching in multiple server environments has consistency. Even though the system is distributed, it will act as a single server.
  • A distributed caching system runs on the multiple servers independently and the failure of one machine will not cause the failure of the entire system.
  • The system will have multiple machines and so that the memory of the server is large.
  • The speed of the system will be increased.
  • The system becomes scale able.

System requirements

Client side

  • Operating system : Microsoft windows 7 professional.
  • DBMS : SQL Server 2008 R2
  • Processor : Intel core 2 duo with 2.16GHz
  • RAM : 2 GB

Server side

  • Operating system : Microsoft windows server 2008 R2 32bit
  • DBMS : SQL server developer edition 2008
  • Processor : Intel core i7 with 2.40 GHz
  • RAM : 2 GB

Download Project

Download Abstract Project Asbtract
Download Report Project Report

Other Projects to Try:

  1. Client Server Messenger using Java
  2. SMS Based Remote Server Monitoring System
  3. C# projects for Beginners with Source Code
  4. Distributed Channel management System project
  5. Application Independent Caching final Year project

Filed Under: c # projects, .Net Projects Download Tagged With: .Net Projects Download, C # Projects

Advertising Agency Management System

April 23, 2017 by ProjectsGeek Leave a Comment

The primary purpose of the advertisement agency management system is to improve the sales of any product as a marketing strategy. The software will provide a system which helps the advertiser and a user to advertise their products online. The users can use this software to generate an ad and publish them on the different websites. The Advertising Agency Management System will provide various options to make the system easy so that a user who doesn’t know the programming can also use the system and can get the benefit of the software.

Existing system

The current Advertising Agency Management System work on the manual process, a person has to go to the advertising company for the advertisement of their products. The manual procedure for handling an advertisement system is highly prone to error which makes the system less efficient. The user does not have any information that how many people has seen the ad of their product and the number of the individual who has seen is less then they get less profit, While they have to pay the same amount of money like any other company who got the maximum benefit from the ad. In the present, there is no management system which can provide the information about the actual profit from the ad.

Proposed system

The Advertising Agency Management System will be an online based system, it can be accessed from anywhere and any number of people can use it simultaneously. The Advertising Agency Management System will provide the information about each ad is seen by a user and it will maintain the ratio of profit gained by each ad. A user who doesn’t have any knowledge about any programming language can also use this system as it will provide various options to help the user. The software will have features such as ad creator from which any user can make an ad, Ad details.

Advertising Agency Management System

Advertising Agency Management System Module

Login: By use of this module the user will get access to the system. The users will provide their password and ID to the system.
Register:This module will be used for creating new users for the system.
Update:Through this module, the user can edit their profile.
Ad Details:by the help of this module user can view the details of their Ad.
Ad generation:This will help the users in creating the Ads.
Admin:this module will provide functions to admin by which an admin will get access entire system can add new users, can delete a user and help the users about any queries.

Software requirement

  • Operating system : Windows based system.
  • Front End : ASP.NET
  • Back End : SQL Server
  • Web Browser : Internet Explorer 9.0

Hardware requirement

  • Processor : Intel Pentium 4 with 2.4 GHz or above.
  • RAM : 512 MB
  • Hard Disk : 5 GB and minimum 500 MB memory should free.
  • Cache memory : 128 KB

Advertising Agency Management System Download

Download Abstract Project Abstract
Download Source Code Project Download

Other Projects to Try:

  1. Advertisement Server Project in .NET
  2. Advertising Agency system project in Java
  3. Online clinic management system Project
  4. Employee Management System Project
  5. Gas Agency System Project

Filed Under: c # projects, .Net Projects Download Tagged With: .Net Projects Download, C # Projects

Budget Planner System Project

August 17, 2016 by ProjectsGeek Leave a Comment

Budget Planner System Project

Objective

Budget Planner System Project

The Budget Planner System Project is an automated system for the submission of bills by the employees to their managers. Every employee can submit any amount and any type of bill through this system. The employees just have to fulfill in the details of the bill, the total and the manager’s name in order to get their bill presented. The employee can view the status of their bill and a confirmation email is also sent by the system on the successful submission of the bill. This Budget Planner System Project system is very efficient in the timely payment of the bills and reduces the scope of error.

Existing System

  • It is not self-explanatory and easy to understand. That is why considered as less user friendly.
  • In this system there is ample amount of manual work (Here manual system is not just limited to the work done with pen and paper, but also involves those tasks performed on spread sheets and various other simple to use software’s)
  • The task needs more workforce to accomplish it.
  • It is a laborious and time consuming procedure.
  • The current Budget Planner System Project system is highly insecure.
  • It is not capable to generate different types of report in different formats.

Proposed System

The new Budget Planner System Project system will try to automate the entire process keeping in view of the database integration approach. It does following activities.

  • The Budget Planner System Project system provides various controls in the application to make it user friendly.
  • It makes project management easier and flexible.
  • It can be accessed from any where over the internet.
  • The Budget Planner System Project system provides file upload and mail features by using various classes .
  • The system provides risk free data management while the project is under process.
  • The system provides different report managements like bar graphs, pie charts and table type charts etc. By using crystal report .
  • The system uses different protocols like https to provide high level of security.

Budget Planner System Project Modules

Customer Module: In this module, the customers will have to make account and then they will collaborate with the team of the system in order to make a relevant budget as per the needs of the user. The user will be given a login password and username for accessing all the details into their account and to interact with the team members.
Help Desk Module: This is the help desk module, in which all the team members can access it and users will take the help desk and its team help in order to make a perfect budget plan for the customers.

Hardware Requirements

  • Hard Disk – 2 GB.
  • RAM – 1 GB.
  • Processor – Dual Core or Above.
  • Mouse.
  • Keyboard.
  • Monitor.
  • Printer

Software Requirements 

  • ASP.net
  • VB.net
  • C#
  • HTML
  • CSS
  • SQL
  • Notepad

Download Project

Abstract Download Project Abstract Download

Other Projects to Try:

  1. Budget Planner-Mini Project in .Net
  2. Online clinic management system Project
  3. HR Help Desk System Project using Java
  4. Cab Service mini project in .Net
  5. Budget Analysis System Project in .NET

Filed Under: .Net Projects Download Tagged With: .Net Projects Download

Tourism Management System Project

January 24, 2016 by ProjectsGeek Leave a Comment

Tourism Management System

Project Objective

Tourism Management SystemThis software is highly programmed in Asp.net technology in order to provide the best services to customers and various travelling agents in the field of tourisms activities such as bookings, accommodations, food services, tourism spot details and many more. This integrated software offers one of the best way of managing all the travel related businesses.

This software is designed in Visual studio editor with SQL Server as back end. All the data will be stored in the server and in case of any data losing situation, a backup will be available by this server. The software is being designed in such a way that all the details related to every aspect of tourism will be available separately and the customers and agents will not have to go through any of the problem. They just have to click once and all the details will get available to them.

Existing System

In the existing system, all the records are not kept perfectly because all the work is done manually, so keeping up to date details of the vehicles, timings of bookings, seat availability for reservation, vehicles or rooms/hotels availability is not done. Amount of the overall trips are kept in documents and the calculations done are manually which made lead to huge mistakes.
Thus, the existing system is very time consuming and being manual work sometimes lead to a great loss as well.

Proposed System

The propose system is highly automated and makes the travelling activities much easier and flexible. The user can get the very right information at the very right time. Customers can get the knowledge of the hotels and vehicles they are going to use in their trip prior to their starting of trip. This will increase the trust of the customer into the travel company as well.

Once the bookings are confirmed all the travel details, customer details as well as all the relevant details related to the trip like hotel name, room number, vehicle number, vehicle owner’s details, date of arriving, date of departure, food to be served and every single detail will be available to the client. They just need once to click using mouse and everything is made available to them.

Modules

Modules to be used are:

1. Customer system: This keeps the track of all the new customers and old customers as per their regular needs and generates timely report of it whose one copy is being send to the customer and another copy is being kept into the company’s database for future reference.

2. Travel Agent system: In this module, all the travel agents information associated with the company is kept and all their activities will be tracked.

3. Package Information system: In this module, all the information like hotel’s availability, rooms availability, buses and trains reservation, places to be viewed with tour agent, food to be served, various important timing and all is kept.

Technologies used

  • Visual Studio.net
  • Asp.net
  • MS SQL Server

Software Requirements

  • DBMS Software
  • Visual studio.net
  • Windows XP

Hardware Requirements

  • Hard Disk – 2 GB.
  • RAM – 1 GB.
  • Processor – Dual Core or Above.
  • Mouse.
  • Keyboard.
  • Monitor.
  • Printer.

Download Project

Project Abstract Download Abstract
Project Source Code Download Source Code
Project Database Download Database

Other Projects to Try:

  1. Apartment Management System Project
  2. Blood Donation Management System
  3. Employee Leave Management System
  4. Car Rental System Project
  5. Final Year Project-Tracking System project

Filed Under: .Net Projects Download Tagged With: .Net Projects Download

  • « Go to Previous Page
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Page 5
  • Page 6
  • Go to Next Page »

Primary Sidebar

Tags

.Net Projects Download Android Project Ideas Android Projects Angular 2 Assembly Codes C # Projects C & C++ Projects C++ Projects Class Diagrams Computer Graphics Database Project Data Mining Projects DataScience Projects Datastructure Assignments Download Visual Basic Projects Electronics project Hadoop Projects Installation Guides Internet of Things Project IOS Projects Java Java Interview Questions Java Projects JavaScript JavaScript Projects java tutorial JSON JSP Projects Mechanical Projects Mongodb Networking Projects Node JS Projects OS Problems php Projects Placement Papers Project Ideas Python Projects seminar and presentation Struts

Search this Website


Footer

Download Java Project
Download Visual Basic Projects
Download .Net Projects
Download VB Projects
Download C++ Projects
Download NodeJs Projects
Download School Projects
Download School Projects
Ask Questions - Forum
Latest Projects Ideas
Assembly Codes
Datastructure Assignments
Computer Graphics Lab
Operating system Lab
australia-and-India-flag
  • Home
  • About me
  • Contact Form
  • Submit Your Work
  • Site Map
  • Privacy Policy