SlideShare a Scribd company logo
FINAL YEAR PRACTICAL TRAINING SEMINAR
PRESENTATION

Academic Year 2013-2014

Department of Information Technology
POORNIMA INSTITUE OF ENGINEERING & TECHNOLOGY, JAIPUR
E-Library Management System
(Dot Net)
Submitted in partial fulfillment of the degree of Bachelor of Technology
Rajasthan Technical University

By

veena baghmar
(IT/10/86) Date-7/08/2013
DEPARTMENT OF INFORMATION TECHNOLOGY
POORNIMA INSTITUTE OF ENGINEERING & TECHNOLOGY, JAIPUR
(Academic Year 2013-14)
TABLE OF CONTENT
1.
2.
3.
4.

5.

Significance of the Training in Engineering
Company Profile
Weekly Plan
Technology Specification
Project Description
a. Project Introduction
 Purpose
 Scope

b.

Overall Description








Product Perspective
Interfaces
Product Function
User Characteristics
Constraints
Architecture Design
Database Design
TABLE OF CONTENT
6.
7.
8.
9.
10.
11.

Demonstration of Project
Learning from Training
Future Scope
Conclusion
Acknowledgement
References
Significance of Training






To bridge the gap between the class room environment and
industry.
To enhance technical and soft skills of students.
Evolve new techniques for better efficiency.
To develop Flexibility and Working Environment in different
assignments.
Provide students with lots of opportunities to get to know
about successful people.

5
Company Profile




Name:-Girnar Technologies Pvt. Ltd.
Founded in 2007
Founded by
Mr. Amit Jain – Co-founder and CEO
Amit is a B.Tech from IIT Delhi (99’ batch).
He worked in the IT industry
8 years before he founded GirnarSoft in 2007.

Mr. Anurag Jain – Co-founder and COO




Anurag has done his 5-year integrated M. Tech in Mathematics
and Computing from IIT Delhi (02’ batch).
He held the realms as co-founder of GirnarSoft in 2007.

6

6


Vision:- Is to create business value for its clients through
innovations and their speedy implementations.
Products:

Services

Mobile dekho

Website development app

Car dekho

Mobile development app

Shop dekho

E-commerce

7
Weekly Plan
Week 1

Week 2
Week 3

Introduction of .NET and Its
Basic Concepts
Console Application And Basic
Programing , Thread, Exceptions

Week 4

Windows Application and Data
Base Connectivity
ASP .NET ,Project Synopsis

Week 5

Working on Project
8
Technology Specification
About

Microsoft .NET



.NET is an application software platform which was
introduced by Microsoft in 2002
 Support for multiple programming languages.
 Implements real world applications
 Large collection of classes to provide rich features.
 Easy,fast,secure,flexible,drag and drop function,less time
consuming
 Include sql server for database connectivity.

9
Programming Language
C







#
It was developed by Microsoft.
It is a multi-paradigm programming language.
designed for the Common Language Infrastructure.
Full Integration with Windows platform.
Related to .NET Runtime Environment.

10
 ASP .NET
 ASP.NET is a server-side Web application framework.
 designed for Web development to produce dynamic Web
pages.

 It was developed by Microsoft to allow programmers to
build dynamic web sites, web applications and web service.
 It was first released in January 2002 with version 1.0 of
the.NET Framework, and
 Is the successor to Microsoft's Active Server Pages(ASP)
technology.

11
Three Tier Architecture






The presentation tier contains the UI
elements of the site, and includes all the
logic that manages the interaction between
the visitor and the client„s business.
The business tier (also called the middle
tier) receives requests from the presentation
tier and returns a result to the presentation
tier depending on the business logic it
contains..
The data tier is responsible for storing the
application„s data and sending it to the
business tier when requested.

12
Project Introduction








Purpose
The “E-LIBRARY MANAGEMENT SYSTEM” project is
made computerized to reduce human errors and to increase the
efficiency.

Scope
The current system can be extended to allow the users to create
accounts.
Any education institute can make use of it for providing information
about Author, content of the available books.
13
Overall Description
Product Perspective
 This System will provide a search functionality to facilitate
the search of resources.
 The Admin can update/remove the resources and the
resource users from the system.

 Interfaces
 Software Interface
Front End
Back End
 Hardware Interface

14
Product Function
 Online membership.
 Keeps the track of Learning and downloading of books .
 Online facility for viewing study materials.

 User Characteristics
.

There are three module are used:
 User
 Admin
 E-Services

15
Constraints
 User authorization and authentication is a compulsion.
Foreign users can not access the data.
 Minimum Software requirnment must be fulfilled.

 Architecture Design
Structured Systems Analysis and Design Method is a
systems approach to the analysis and design of
information systems.
The three most important techniques
 Logical Data Modeling
 Data Flow Modeling
 Entity Behavior Modeling
16
Data Base Design
REGISTRATION PAGE
COLUMN NAME

DATA TYPE

Fname

Nvarchar(50)

Lname

Nvarchar(50)

Emailid

Nvarchar(50)

Password

Nvarchar(50)

Security Que and

ALLOW NULLS

Nvarchar(50)

Password
Mobileno

Numeric(18,0)

LOGIN PAGE
COLUMN NAME

DATA TYPE

Emailid

Nvarchar(50)

Upass

ALLOW NULL

Nvarchar(50)

17
Project Demo

Click here for demonstration

18
Learning From Training






C#, Console Application
Features of Object Oriented Programming
Creating & Designing Windows Application Forms.
Working Procedure of Industry on any project.
The gap between the class room environment and industry

19
Future Scope




Can be used in school and colleges.
Can be used in big Universities.
Provide online facility for enhancing knowledge to
every user, thus replacing books.

20
Conclusion







It Can be used for Downloading and Uploading the study
materials.
This Can enhance the Knowledge.
Provide online Facility of learning.
Reduce the human Effort.
Provide Better User Interface.

21
Acknowledgement
I wish to place on my record my deep sense of gratitude to
my project guide, Mr.Amarendra Srivastava, GirnarSoft,
Jaipur for his constant motivation and valuable help through
the project work.
And last but not the least; I thank my Faculty members and
my friends for providing me moral support to achieve my
goal.
References





http://www.developerscode.com/2011/02/how-to-createdynamic-registration-form.html
http://www.dotnetfunda.com/articles/article808-how-towrite-a-simple-login-page-in-aspnet.aspx
http://www.w3schools.com/aspnet/aspnet_intro.asp
http://tripousnet.com/CSharp_WindowsForms.html

23
24
25

More Related Content

Rajendra asp.net

  • 1. FINAL YEAR PRACTICAL TRAINING SEMINAR PRESENTATION Academic Year 2013-2014 Department of Information Technology POORNIMA INSTITUE OF ENGINEERING & TECHNOLOGY, JAIPUR
  • 2. E-Library Management System (Dot Net) Submitted in partial fulfillment of the degree of Bachelor of Technology Rajasthan Technical University By veena baghmar (IT/10/86) Date-7/08/2013 DEPARTMENT OF INFORMATION TECHNOLOGY POORNIMA INSTITUTE OF ENGINEERING & TECHNOLOGY, JAIPUR (Academic Year 2013-14)
  • 3. TABLE OF CONTENT 1. 2. 3. 4. 5. Significance of the Training in Engineering Company Profile Weekly Plan Technology Specification Project Description a. Project Introduction  Purpose  Scope b. Overall Description        Product Perspective Interfaces Product Function User Characteristics Constraints Architecture Design Database Design
  • 4. TABLE OF CONTENT 6. 7. 8. 9. 10. 11. Demonstration of Project Learning from Training Future Scope Conclusion Acknowledgement References
  • 5. Significance of Training      To bridge the gap between the class room environment and industry. To enhance technical and soft skills of students. Evolve new techniques for better efficiency. To develop Flexibility and Working Environment in different assignments. Provide students with lots of opportunities to get to know about successful people. 5
  • 6. Company Profile    Name:-Girnar Technologies Pvt. Ltd. Founded in 2007 Founded by Mr. Amit Jain – Co-founder and CEO Amit is a B.Tech from IIT Delhi (99’ batch). He worked in the IT industry 8 years before he founded GirnarSoft in 2007. Mr. Anurag Jain – Co-founder and COO   Anurag has done his 5-year integrated M. Tech in Mathematics and Computing from IIT Delhi (02’ batch). He held the realms as co-founder of GirnarSoft in 2007. 6 6
  • 7.  Vision:- Is to create business value for its clients through innovations and their speedy implementations. Products: Services Mobile dekho Website development app Car dekho Mobile development app Shop dekho E-commerce 7
  • 8. Weekly Plan Week 1 Week 2 Week 3 Introduction of .NET and Its Basic Concepts Console Application And Basic Programing , Thread, Exceptions Week 4 Windows Application and Data Base Connectivity ASP .NET ,Project Synopsis Week 5 Working on Project 8
  • 9. Technology Specification About Microsoft .NET  .NET is an application software platform which was introduced by Microsoft in 2002  Support for multiple programming languages.  Implements real world applications  Large collection of classes to provide rich features.  Easy,fast,secure,flexible,drag and drop function,less time consuming  Include sql server for database connectivity. 9
  • 10. Programming Language C      # It was developed by Microsoft. It is a multi-paradigm programming language. designed for the Common Language Infrastructure. Full Integration with Windows platform. Related to .NET Runtime Environment. 10
  • 11.  ASP .NET  ASP.NET is a server-side Web application framework.  designed for Web development to produce dynamic Web pages.  It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web service.  It was first released in January 2002 with version 1.0 of the.NET Framework, and  Is the successor to Microsoft's Active Server Pages(ASP) technology. 11
  • 12. Three Tier Architecture    The presentation tier contains the UI elements of the site, and includes all the logic that manages the interaction between the visitor and the client„s business. The business tier (also called the middle tier) receives requests from the presentation tier and returns a result to the presentation tier depending on the business logic it contains.. The data tier is responsible for storing the application„s data and sending it to the business tier when requested. 12
  • 13. Project Introduction      Purpose The “E-LIBRARY MANAGEMENT SYSTEM” project is made computerized to reduce human errors and to increase the efficiency. Scope The current system can be extended to allow the users to create accounts. Any education institute can make use of it for providing information about Author, content of the available books. 13
  • 14. Overall Description Product Perspective  This System will provide a search functionality to facilitate the search of resources.  The Admin can update/remove the resources and the resource users from the system.  Interfaces  Software Interface Front End Back End  Hardware Interface 14
  • 15. Product Function  Online membership.  Keeps the track of Learning and downloading of books .  Online facility for viewing study materials.  User Characteristics . There are three module are used:  User  Admin  E-Services 15
  • 16. Constraints  User authorization and authentication is a compulsion. Foreign users can not access the data.  Minimum Software requirnment must be fulfilled.  Architecture Design Structured Systems Analysis and Design Method is a systems approach to the analysis and design of information systems. The three most important techniques  Logical Data Modeling  Data Flow Modeling  Entity Behavior Modeling 16
  • 17. Data Base Design REGISTRATION PAGE COLUMN NAME DATA TYPE Fname Nvarchar(50) Lname Nvarchar(50) Emailid Nvarchar(50) Password Nvarchar(50) Security Que and ALLOW NULLS Nvarchar(50) Password Mobileno Numeric(18,0) LOGIN PAGE COLUMN NAME DATA TYPE Emailid Nvarchar(50) Upass ALLOW NULL Nvarchar(50) 17
  • 18. Project Demo Click here for demonstration 18
  • 19. Learning From Training      C#, Console Application Features of Object Oriented Programming Creating & Designing Windows Application Forms. Working Procedure of Industry on any project. The gap between the class room environment and industry 19
  • 20. Future Scope    Can be used in school and colleges. Can be used in big Universities. Provide online facility for enhancing knowledge to every user, thus replacing books. 20
  • 21. Conclusion      It Can be used for Downloading and Uploading the study materials. This Can enhance the Knowledge. Provide online Facility of learning. Reduce the human Effort. Provide Better User Interface. 21
  • 22. Acknowledgement I wish to place on my record my deep sense of gratitude to my project guide, Mr.Amarendra Srivastava, GirnarSoft, Jaipur for his constant motivation and valuable help through the project work. And last but not the least; I thank my Faculty members and my friends for providing me moral support to achieve my goal.
  • 24. 24
  • 25. 25