CLICK HERE TO DOWNLOAD REPORT ON ASP .NET
Asp.net Report Transcript
Project Objectives The Software engineering course that we took this semester placed emphasis on the paradigm of Extreme Programming (XP) techniques. Extreme programming is a programming technique that bases its values on simplicity, communication, feedback and courage. The objective of this project is to put into practice the teachings that we have learnt about XP. Approach When we were first given this project, we met to determine how we were to carry out the task assigned to us. We drew up a time-line, discussed about the programming language to use to carry out the task, how the GUI would look like. We finally settled for ASP.NET WITH C# as our programming language. We got more information on what we were to do and set about completing our task, making use of the new ideas taught in class, and especially spikes.
Achievement Our task was to develop a payroll system that would keep a record of employee data including their taxes and also to be able to calculate the pay of the employees taking into consideration employee data. We have been able to achieve the task. The software we developed calculates the employee net pay from the deductions. The pay slip can be printed out as a receipt. Because we used object-oriented principles, modifying the software to fix bugs or add a new feature has been relatively easy.
CHAPTER 1 INTRODUCTION Computer plays an important role in modern Book storage System. Speed, reliability and accuracy of the computer make it a powerful tool for different purposes. A very important and basic need of today’s modern business world is the quick availability and processing of information using computer. One can easily get the type of required information within a fraction of a second. CHAPTER 2 HARDWARE & SOFTWARE USED This software entitled MARRIAGE DREAMS has been developed on the following configurations: Hardware Used • Pentium IV 2.5 GHz. Micro Processor • 40 GB Hard Disk Drive. • 256 MB RAM. • 17-Inch Color Monitor. Software Used • Microsoft ASP .Net (Express Edition) • Sql Server 2005 Operating System • Windows XP. In this project, ASP.NET is used as front end for creating the interface and to interact with the user and data is being stored and managed using SQL Server 2005
(back end). CHAPTER 3 ASP.NET Visual Studio .NET is an environment for developing windows and web applications. It is just one of the languages you can use to program your application. Actually Visual Studio .NET was designed to host any language and many companies are working on languages that will be integrated in Visual Studio .NET. Visual Studio .NET provides tools that allow you to connect to a database inspect its objects, retrieve the information you are interested in and even stored it in object that can be accessed from within any language. Visual Studio .NET provides an environment that’s common to all languages which is known as Integrated Development Environment (IDE). The purpose of the IDE is to enable the developer to do as much as possible with visual tools, before writing codes. Features of ASP.NET: 1. Faster Compiler. 2. New ActiveX data control object. 3. Allows database integration with wide variety of application. 4. New data report designer. 5. New package and Deployment wizard. 6. Additional Internet capabilities. SQL Server 2005 SQL Server is a relational Database Management Program.
RDBMS is a set of two-dimensional tables in which the data is represented in rows and columns. A relationship between tables can be build. When a report has to be generated, a relationship can be build between the tables and fields from different tables can be combined together. To form the report in this manner only the data required is displayed. An Access database consists of objects such as tables, which contains the data, forms, queries and reports. These objects are used to manage the data in the database.
CHAPTER 4 SNAPSHOTS Entry page 1 This page is displayed while entering the site. The user has to be registered member of our site to visit our homepage. A link for registered users as well as for new users to sign up is provided here.
Entry page 2 This page is displayed after the user has logged-in. the image map provides three links: Success Stories, Homepage and Search Page. Membership Plans This page shows a comparison between different registration plans, their benefits and the cost of services provided. Links are provided for the user to register as per his/her needs. Free Registration The user has to fill in this form if he wishes to register as a non-paying user. Paid Registration The user has to fill in this form if he wishes to register as a paying user. Payment options page Various modes of payment acceptable by our site are displayed.
These can be later linked with money transaction sites. Profile/ account created Depending upon free or paid registration the above pages are shown respectively after successful registration. Success Stories Page The user can be directed to this page form Entry Page 2. All our recent success stories are displayed on this page for the new users to see. This page is another method for providing our credentials and our success rate. Homepage The user can be directed to this page form Entry Page 2.
This page is shows all the links of the master page. On top there are links for: Home, Search, Registration, About us, Contact us and Help pages. On the left margins state wise profile search links are provided along with Quick Search. Recent success stories and Privacy policy, feedback, payment options, FAQ, terms and condition links are provided at the bottom. Search Page Upon clicking on the Search Link on top of the home page, this page is displayed. The search can be based on various criteria’s i.e. Regular Search or if a persons profile id is known, it can be searched through ID Search. Regular Search The user can give detailed criteria for searching profiles of all registered users. The results for the search are shown in a tabular format in another page. The provided search criteria’s are: Gender, available Photo, Age, Height, Marital Status, Religion, Resident Country and City.
ID Search The Search can also be conducted on basis of the ID’s provided to each user upon registering. General Search Results The search result of detailed or quick search are displayed in this page in a tabular format, along with the photo of the person whose profile is being displayed. Users with paid registration can further view the full profile of any person via entering their id number in the textbox at the bottom. About us This page shows our credentials,
major achievements and some history of our site. Contact Us The various contact addresses, number and site are displayed on this page. Privacy and Security Tips Page This page guides the user how to safely and securely use our site, while avoiding abuse and fully using all the facilities. Feedback Form User feedback is always an important and excellent way of improving and conforming our site to the needs of our customers. This page is designed so that all the users can give us their comments and make inquires.
FAQ and Help Page The FAQ and Help link directs the browser to the same page showed above. This page helps guide the user towards proper usage of the site. Terms and Conditions Page The terms and usage of our tolerance policy and proper conduct in the site are showed in this page. Any user not adhering to these conditions while using or site may be subjected to legal actions or expulsion from the site.
0 comments