B.Tech., Jawaharlal Nehru Technological University, 2007
A REPORT
submitted in partial fulfillment of the requirements for the degree
MASTER OF SCIENCE
Department of Computing and Information Sciences College of Engineering
KANSAS STATE UNIVERSITY Manhattan, Kansas. 2010.
Approved by: Major Professor
Dr. Daniel Andresen.
Abstract
All the students who are enrolled in Computing and Information Sciences (CIS) major in Kansas State University are required to submit their Program of Study (POS) which they manually do by filling in all the necessary details and submit the form to the department. The main objective of this project is to develop an online submission of program of study. The online student profile management system is a web-based application that provides students of CIS major to submit their program of study in an easy and efficient manner. This application mainly allows the students to enter their personal information (viz., contact information, previous education) and to choose core as well as non-core courses of their choice. In addition the faculty of CIS department can also log on to the application and view the POS of the students by entering their wildcat ID. The primary focus is to get familiar with .NET framework and to code in C#.NET. This in turn uses MS SQL server 2005 as database for storing and retrieving of data. This project is implemented using C#.NET on Microsoft visual studio 2005.
Table of contents
List of Figures ................................................................................................................................. v List of Tables ................................................................................................................................. vi Acknowledgements ....................................................................................................................... vii CHAPTER 1-
References: [1] ASP.NET and Web Development Overview,http://en.wikipedia.org/wiki/ASP.NET [2] DOTNET frame work Architecture, http://technotes.towardsjob.com/dotnet [3] Visual Studio 2005,http://msdn.microsoft.com/en-us/library/fx6bk1f4(VS.80).aspx [4] Microsoft SQL Server,http://en.wikipedia.org/wiki/Microsoft_SQL_Server [5] AJAX,http://en.wikipedia.org/wiki/Ajax_(programming) [6] Multi tier Architecture Overview,http://en.wikipedia.org/wiki/Multitier_architecture [7] Three tier Architecture,http://www.beansoftware.com/ASP.NET-Tutorials/Three-Tier-Architecture.aspx [8] Use Case Diagrams Overview,http://en.wikipedia.org/wiki/Use_case_diagram [9] Class Diagrams Overview,http://en.wikipedia.org/wiki/Class_diagram [10] Software Testing Overview,http://en.wikipedia.org/wiki/Software_testing [11] JMeter Overview,http://jakarta.apache.org/jmeter/ [12] Performance testing guidance with JMeter http://javaboutique.internet.com/tutorials/JMeter/ [13] Unit Testing http://www.nunit.org/index.php 42