25
FINAL YEAR PRACTICAL TRAINING SEMINAR PRESENTATION Academic Year 2013-2014 Department of Information Technology POORNIMA INSTITUE OF ENGINEERING & TECHNOLOGY, JAIPUR

Rajendra asp.net

Embed Size (px)

Citation preview

Page 1: Rajendra asp.net

FINAL YEAR PRACTICAL TRAINING SEMINAR PRESENTATION

Academic Year 2013-2014

Department of Information Technology

POORNIMA INSTITUE OF ENGINEERING & TECHNOLOGY, JAIPUR

Page 2: Rajendra asp.net

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 TECHNOLOGYPOORNIMA INSTITUTE OF ENGINEERING & TECHNOLOGY, JAIPUR

(Academic Year 2013-14)

Page 3: Rajendra asp.net

TABLE OF CONTENT

1. Significance of the Training in Engineering 2. Company Profile 3. Weekly Plan 4. Technology Specification

5. Project Description

a. Project Introduction Purpose Scope

b. Overall Description Product Perspective Interfaces Product Function User Characteristics Constraints Architecture Design Database Design

Page 4: Rajendra asp.net

TABLE OF CONTENT

6. Demonstration of Project

7. Learning from Training

8. Future Scope

9. Conclusion

10. Acknowledgement

11. References

Page 5: Rajendra asp.net

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.

Page 6: Rajendra asp.net

6

Company Profile

Name:-Girnar Technologies Pvt. Ltd. Founded in 2007 Founded by

Mr. Amit Jain – Co-founder and CEOAmit 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

Page 7: Rajendra asp.net

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

Page 8: Rajendra asp.net

8

Weekly PlanWeek 1 Introduction of .NET and Its

Basic Concepts

Week 2Console Application And Basic Programing , Thread, Exceptions

Week 3 Windows Application and Data Base Connectivity

Week 4 ASP .NET ,Project Synopsis

Week 5 Working on Project

Page 9: Rajendra asp.net

9

Technology SpecificationAbout 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.

Page 10: Rajendra asp.net

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.

Page 11: Rajendra asp.net

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.

Page 12: Rajendra asp.net

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.

Page 13: Rajendra asp.net

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.

Page 14: Rajendra asp.net

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

Page 15: Rajendra asp.net

1515

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

Page 16: Rajendra asp.net

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

Page 17: Rajendra asp.net

17

Data Base Design

COLUMN NAME DATA TYPE ALLOW NULLS

Fname Nvarchar(50)  

Lname Nvarchar(50)  

Emailid Nvarchar(50)  

Password Nvarchar(50)  

Security Que and

Password

Nvarchar(50)  

Mobileno Numeric(18,0)  

REGISTRATION PAGE

COLUMN NAME DATA TYPE ALLOW NULL

Emailid Nvarchar(50)  

Upass Nvarchar(50)  

LOGIN PAGE

Page 18: Rajendra asp.net

18

Project Demo

Click here for demonstration

Page 19: Rajendra asp.net

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

Page 20: Rajendra asp.net

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.

Page 21: Rajendra asp.net

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.

Page 22: Rajendra asp.net

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.

Page 24: Rajendra asp.net

24

Page 25: Rajendra asp.net

25