Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

ASP.net Computer Applications, Study Guides, Projects, Research of Computer Science

ASP Computer Applications Get up to 1000 download points for every original document you upload!

Typology: Study Guides, Projects, Research

2018/2019

Uploaded on 10/09/2019

amit-verma-10
amit-verma-10 🇮🇳

3 documents

1 / 42

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
ITTERMS
A PROJECT REPORT
Submitted to punjab Institute of Management and technology in
partialfulfillment of the requirement for the award of the Degree
Of
bechlor of computer Applications (bCA)
(Batch 2016-2019)
SUBMITTED TO: SUBMITTED BY:
Mr. Amit Verma. Suhail Shams
Lone. BCA 5th
sem. Roll No: 1638901
PUNJAB INSTITUTE OF MANANGEMENT AND TECHNOLOGY (bCA)
1
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a

Partial preview of the text

Download ASP.net Computer Applications and more Study Guides, Projects, Research Computer Science in PDF only on Docsity!

ITTERMS

A PROJECT REPORT

Submitted to punjab Institute of Management and technology in

partialfulfillment of the requirement for the award of the Degree

Of

bechlor of computer Applications (bCA)

(Batch 2016-2019)

SUBMITTED TO: SUBMITTED BY:

Mr. Amit Verma. Suhail Shams

Lone. BCA 5 th

sem. Roll No: 1638901

PUNJAB INSTITUTE OF MANANGEMENT AND TECHNOLOGY (bCA)

INDEX

S.NO. NAME OF THE CHAPTER^ PAGE

NO.

REMARK

1. INTRODUCTION TO ASP.NET

  • .Net Framework (CLR, CLI, BCL)
  • ASP.NET basics.
  • ASP.NET page structure.
  • Page Life Cycle.

2. CONTROLS

  • HTML Server Control.
  • Web Server Control.
  • Web User Control.
  • Validation Control.
  • Custom Web Control.

3 STATE MANAGEMENT

  • View, Control State.
  • Hidden Fields, Cookies, Query String.
  • Application State, Session State.
  • Profile Properties.

4 MASTER PAGES

Introduction to ASP.NET

.NET Framework: -

ASP.Net is a framework which is used to develop a Web-based application. The basic architecture of the ASP.Net framework is as shown below.

Common Language Runtime(CLR): -

The Common Language Infrastructure or CLI is a platform. .Net programs are executed on this platform. The CLR is used for performing key activities. Activities include Exception handling and Garbage collection.

Common Language Infrastructure(CLI) : -

Part of Microsoft's .NET strategy, Common Language Infrastructure (CLI) enables an

application programwritten in any of several commonly-used programming languages to be run

on any operating system using a common runtime program rather than a language-specific one.

Common Language Infrastructure provides a virtual execution environment comparable to the

one provided by Sun Microsystems for Java programs.

Base Class Library(BCL):-

The Commerce Server Base Class Library is a collection of classes, interfaces, and value

types that are included in the Commerce Server .NET Application Framework. This library

provides access to run-time Commerce Server functionality and is designed to be the foundation

on which .NET-based Commerce Server applications are built. The Base Class Library exposes

an API that is optimized for the .NET Frameworkwhile using the services provided by the

Common Language Runtime Interop Layer.

ASP.NET Basics

ASP.NET is a web development platform, which provides a programming model, a comprehensive software infrastructure and various services required to build up robust web applications for PC, as well as mobile devices.

ASP.NET works on top of the HTTP protocol, and uses the HTTP commands and policies to set a browser-to-server bilateral communication and cooperation.

ASP.NET is a part of Microsoft .Net platform. ASP.NET applications are compiled codes, written using the extensible and reusable components or objects present in .Net framework. These codes can use the entire hierarchy of classes in .Net framework.

The ASP.NET application codes can be written in any of the following languages:

  • C#
  • Visual Basic.Net
  • Jscript
  • J#

ASP.NET is used to produce interactive, data-driven web applications over the internet. It consists of a large number of controls such as text boxes, buttons, and labels for assembling, configuring, and manipulating code to create HTML pages.

Example: