Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 12

PBG stands for Performance Bank

Guarantee. Bank give services to the customers. Information regarding the services will be intimated to customers via e-mail.

Gives guarantee to the customers(in any

terms). Time Consuming. Beneficial to the customers.

Customer to bank for services.

Information from database will be send to

the customers via email. If customers services is going to be expired then he will receive an email before 15 days of expiry date For e.g. Credit Card , Home Loan.

Email will be send automatically from

database. Database contains each and every information of the customers.

ASP stands for ACTIVE SERVER PAGES

Its a program that runs inside IIS


IIS stands for Internet Information Services. IIS is a Microsoft Internet Server ASP.NET uses ADO.NET which is a set of

computer software components that can be used to access data and data services.

Defines an environment that enables

different computer languages to work together and provides security.


.NET Framework includes CLR(Common Language Runtime) .NET Framework base class Library

CLR stands for Common Language Runtime

Main job is to translate the intermediate

code into executable code that is code is translated into MSIL. MSIL stands for Microsoft Intermediate Language. MSIL is an assembly language.

This gives our program access to runtime

environment. Available to all the languages.


Basic functions are: Reading and writing

Database interaction
XML document manipulation

Source code is converted into MSIL by

compiler. MSIL is converted into executable file by JIT. JIT stands for JUST-IN-TIME Complier. JIT compiler converts MSIL into native code.

ASP.NET contains 3 main views:Design view Source Code View(Coding of project) Code Behind The Model(C#)

MS SQL SERVER is a RDM(Relational

Database Model) server. SQL stands for Structured Query Language SQL consists of:DDL(Data Definition Language) DML(Data Manipulation Language) DCL(Data Control Language)

You might also like