Download as pdf or txt
Download as pdf or txt
You are on page 1of 10

Maharashtra State

Board of Technical Education, Mumbai


As per Curriculum of “I” Scheme
A Micro Project of Course
“VB.Net”
Submitted by

Enrollment No. Name of Student


1900450106 Bhojani Alimehdi
1900450102 Kamble Sagar
1900450112 Patil Shubham

Dr. Vasantraodada Patil Shetkari Shikshan Mandal’s


Padmabhooshan Vasantraodada Patil Institute of Technology
POLYTECHNIC WING (0045)
______________________________________________________________________________

Department of Computer Engineering


2021-22
Acknowledgement
I feel happiness in forwarding this Micro Project report as an image of sincere
efforts. The successful Micro Project Report reflects my work, effort of my guide in giving
me good information.

My sincere thanks to my guide respected Mr. M.P.Jamdar who has been a


constant source of inspiration and guiding star in achieving my goal. I give my special
thanks to respected Prof. S.B.Shendge (Head, Computer Engineering) for his constant
interest and encouragement throughout the completion of my Micro Project.
I express my deep gratitude to all staff members who lend me their valuable
support and cooperation to enable me to complete my Micro Project.

I am also equally indebted to our principal Prof. B. B. Patil for his valuable help
whenever needed.

Name of Student Signature

Bhojani Alimehdi

Kamble Sagar

Patil Shubham
Dr.V.P.S.S.M's
PADMABHOOSHAN VASANTRAODADA PATIL
INSTITUTE OF TECHNOLOGY, BUDHGAON
(SANGLI).
YEAR 2021-2022

CERTIFICATE

This is to certify that, this micro project under the subject Data Communication
And Computer Networking

"MICRO PROJECT OF VB.Net"


“Enrollment System“

Bhojani Alimehdi (Roll No 28)


Kamble Sagar (Roll No 24)
Patil Shubham (Roll No 34)

Students of Second year Diploma, in partial fulfillment in the subject of


M.S.B.T.E., Mumbai, is found to be satisfactory.

Subject Teacher H.O.D. PRINCIPAL


Prof. M.P.Jamdar Prof. S.B.Shendge Prof. B.B.Patil
VB. Net Enrolment System

Part A – Micro-Project Proposal


Enrolment System

1.0 Brief Introduction: -


Visual Basic (also referred to as Classic Visual Basic) is a third-generation event-driven
programming language from Microsoft known for its Component Object Model (COM)
programming model first released in 1991 and declared legacy during 2008. Microsoft intended
Visual Basic to be relatively easy to learn and use.

Visual Basic was derived from BASIC and enables the rapid application development (RAD) of
graphical user interface (GUI) applications, access to databases using Data Access Objects,
Remote Data Objects, or ActiveX Data Objects, and creation of ActiveX controls and objects.

A programmer can create an application using the components provided by the Visual Basic
program itself. Over time the community of programmers developed third-party components.

Programs written in Visual Basic can also make use of the Windows API, which requires external
functions declarations.

The final release was version 6 in 1998 (now known simply as Visual Basic). On April 8, 2008,
Microsoft stopped supporting Visual Basic 6.0 IDE. The Microsoft Visual Basic team still
maintains compatibility for Visual Basic 6.0 applications through its "It Just Works" program on
supported Windows operating systems

In 2014, some software developers still preferred Visual Basic 6.0 over its successor, Visual Basic
.NET. In 2014 some developers lobbied for a new version of the VB6 programming environment

In 2016, Visual Basic 6.0 won the technical impact award at The 19th Annual D.I.C.E. Awards

Visual Basic 6.0 was selected as the most dreaded programming language by respondents of
Stack Overflow's annual developer survey in 2016, 2017, and 2018

A dialect of Visual Basic, Visual Basic for Applications (VBA), is used as a macro or scripting
language within several Microsoft and ISV applications, including Microsoft Office

1
P.V.P.I.T, Budhgaon.
VB. Net Enrolment System

2.0 Aim Of The Micro-Project: -


1. Develop GUI Based Windows Applications Using Visual Basic
2. Analyze And Learn About Visual Basic And Its Components Altogether With Its
Working

2.0 Literature Review: -


Visual Basic 1.0 was introduced in 1991. The drag and drop design for creating the user
interface is derived from a prototype form generator developed by Alan Cooper and his
company called Tripod.
Microsoft contracted with Cooper and his associates to develop Tripod into a
programmable form system for Windows 3.0, under the code name Ruby (no relation to the
later Ruby programming language). Tripod did not include a programming language at all.
Microsoft decided to combine Ruby with the Basic language to create Visual Basic. The
Ruby interface generator provided the "visual" part of Visual Basic, and this was combined
with the "EB" Embedded BASIC engine designed for Microsoft's abandoned "Omega"
database system. Ruby also provided the ability to load dynamic link libraries containing
additional controls (then called "gizmos"), which later became the VBX interface.
Earlier versions of Visual Basic (prior to version 5) compiled the code to P-Code only. The
P-Code is interpreted by the language runtime. The benefits of P-Code include portability
and smaller binary file sizes, but it usually slows down the execution, since having a
runtime adds an additional layer of interpretation. Visual Basic applications require
Microsoft Visual Basic runtime MSVBVMxx.DLL, where xx is the relevant version
number, either 50 or 60. MSVBVM60.dll comes as standard with Windows in all editions
from Windows 98 to Windows 10 (some editions of Windows 7 do not include it). A
Windows 95 machine would however require inclusion with the installer of whichever
DLL was needed by the program. Visual Basic 5 and 6 can compile code to either native or
P-Code but in either case the runtime is still required for built in functions and forms
management.

2
P.V.P.I.T, Budhgaon.
VB. Net Enrolment System

4.0 Proposed Methodology: -


1. Knowing the basics of the topic.
2. Decide aim of the project and collect the data.
3. Prepare project proposal
4. Search Literature reviews.
5. Analysis of data.
6. Discussion over preparing and correction in booklet and report.
7. Converting the content of project in report writing.
8. Checking the correction in report writing.
9. Rechecking the finalizing report writing.
10. Final submission and oral presentation of micro project.

5.0 Actual Resources Utilised: -


SR.NO Name or Specifications Qty Remarks
Resource/Material

1 Operating System Windows 10 1 For Overall Project

2 Software Visual Studio 1 For Overall Project

3 Office Software Microsoft - For Overall Project


Word

3
P.V.P.I.T, Budhgaon.
VB. Net Enrolment System

6.0 Action Plan: -

Name of
Planned start Planned Finish
Sr. No. Details of activity Responsible Team
date date
Members

1 Project Proposal Sagar Kamble

Data Collection &


2 Ali Bhojani
Analysis

Preparation of
3 Ali Bhojani
Prototype/ Model

4 Preparation of Report Shubham Patil

Presentation & Ali Bhojani


5
Submission

4
P.V.P.I.T, Budhgaon.
VB. Net Enrolment System

Part B – Micro-Project Report


Enrolment System

1.0 Rationale:
Visual Basic (also referred to as Classic Visual Basic) is a third-generation event-driven
programming language from Microsoft known for its Component Object Model (COM)
programming model first released in 1991 and declared legacy during 2008. Microsoft intended
Visual Basic to be relatively easy to learn and use.

Visual Basic was derived from BASIC and enables the rapid application development (RAD) of
graphical user interface (GUI) applications, access to databases using Data Access Objects,
Remote Data Objects, or ActiveX Data Objects, and creation of ActiveX controls and objects.

2.0 Course outcomes Addressed:


1. Develop GUI Based Windows Applications Using Visual Basic
2. Analyze And Learn About Visual Basic And Its Components Altogether With Its
Working

3.0 Literature Review:


Visual Basic 1.0 was introduced in 1991. The drag and drop design for creating the user
interface is derived from a prototype form generator developed by Alan Cooper and his
company called Tripod.

Microsoft contracted with Cooper and his associates to develop Tripod into a
programmable form system for Windows 3.0, under the code name Ruby (no relation to
the later Ruby programming language). Tripod did not include a programming language at
all. Microsoft decided to combine Ruby with the Basic language to create Visual Basic.

5
P.V.P.I.T, Budhgaon.
VB. Net Enrolment System

4.0 Actual Methodology Followed:


1. Knowing the basics of the topic.
2. Decide aim of the project and collect the data.
3. Prepare project proposal
4. Search Literature reviews.
5. Analysis of data.
6. Discussion over preparing and correction in booklet and report.
7. Converting the content of project in report writing.
8. Checking the correction in report writing.
9. Rechecking the finalizing report writing.
10. Final submission and oral presentation of micro project.

5.0 Actual resources used:

SR.NO Name or Specifications Qty Remarks


Resource/Material

1 Operating System Windows 10 1 For Overall Project

2 Software Visual Studio 1 For Overall Project

3 Office Software Microsoft - For Overall Project


Word

6
P.V.P.I.T, Budhgaon.
VB. Net Enrolment System

6.0 Skill developed/learning output of this micro- project:


Technical skill set, good knowledge Of Windows Based GUI Applications

Excellent knowledge of Microsoft office, presentation skill.

Personality and positive attitude,

Business communication

Team building and leadership.

Stress management and work-life balance.

Business etiquettes.

8.0 Application of this micro-project:


Daily Life Creation Of Windows Based GUI Applications

Industry Related Applications

9.0 Area of future development:


1. Speed Improvements In Application Creation
2. Modularity In .Net Language

7
P.V.P.I.T, Budhgaon.

You might also like