Seminar Topics & Project Ideas On Computer Science Electronics Electrical Mechanical Engineering Civil MBA Medicine Nursing Science Physics Mathematics Chemistry ppt pdf doc presentation downloads and Abstract

Full Version: Online Student Attendance ppt
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Online Student Attendance

[attachment=32964]

INTRODUCTION OF PROJECT

What is ONLINE STUDENT ATTENDANCE SYSTEM?

Online Student Attendance Management System is a software Developed for daily student attendance in schools, colleges and institutes. If facilitates to access the attendance Information of a particular student in a particular class. The information is sorted by the operators, which will be provided by the teacher for a particular class. This system will also help in evaluating attendance eligibility criteria of a student.

PURPOSE

The purpose of developing Online Attendance management system is to computerized the
tradition way of taking attendance. Another purpose for developing this software is to
generate the report automatically at the end of the session or in the between of the session.

SCOPE

The scope of the project is the system on which the software is installed, i.e. the project is developed as a desktop application, and it will work for a particular institute. But later on the project can be modified to operate it online.

FRONT END & BACK END OF THE SYSTEM

Microsoft .net framework architecture

Microsoft's .NET Framework is comprised of two main components - the Common Language Runtime (CLR) and the .NET Framework class libraries. The CLR is the real foundation of the .NET Framework. It is the execution engine for all .NET applications. Every target computer requires the CLR to successfully run a .NET application that uses the .NET Framework. The main features of CLR include:

• Automatic Memory Management
• Thread Management
• Code Compilation & Execution
• Code Verification
• High level of security
• Remoting
• Structured Exception Handling
• Interoperability between Managed and Unmanaged code.
• Integration with Microsoft Office System
Microsoft C# (pronounced C sharp) is a new programming language designed for building a wide range of enterprise applications that run on the .NET Framework. An evolution of Microsoft C and Microsoft C++, C# is simple, modern, type safe, and object oriented. C# code is compiled as managed code, which means it benefits from the services of the common language runtime. These services include language interoperability, garbage collection, enhanced security, and improved versioning support.
C# is introduced as Visual C# in the Visual Studio .NET suite. Support for Visual C# includes project templates, designers, property pages, code wizards, an object model, and other features of the development environment. The library for Visual C# programming is the .NET Framework.

Introduction to Micro Soft SQL Server

Microsoft SQL Server enhances the performance, reliability, and scalability provided by earlier releases of SQL Server by making the processes of developing applications, managing systems, and replicating data easier than ever.
All of data processing is involved with the operations of storing and retrieving data. A database, such as Microsoft SQL Server, is designed as the central repository for all the data of an organization. The crucial nature of data to any organization underlines the importance of the method used to store it and enable its later retrieval.
Microsoft SQL Server uses features similar to those found in other databases and some features that are unique. Most of these additional features are made possible by SQL Server’s tight integration with the Windows XP operating system. SQL Server contains the data storage options and the capability to store and process the same volume of data as a mainframe or minicomputer.