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 sem 5 syllabus, Cheat Sheet of Computer Science

This is the syllabus of sem V of BCA ASP.NET subject

Typology: Cheat Sheet

2023/2024

Uploaded on 07/19/2024

tokkie
tokkie 🇮🇳

1 document

1 / 4

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
### UNIT - 1:
- MS.NET Framework Introduction:
- The .NET Framework - an Overview
- Framework Components
- Framework Versions
- Types of Applications which can be developed using MS.NET
- MS.NET Base Class Library
- MS.NET Namespaces
- MSIL / Metadata and PE files
- The Common Language Runtime (CLR)
- Managed Code
- MS.NET Memory Management / Garbage Collection
- Common Type System (CTS)
- Common Language Specification (CIS)
- Types of JIT Compilers
- Security Manager
- ASP.NET Application
- Web form Fundamentals
- Web Controls
- Global.asax Application File
- Responding to PostBack Events in ASP.NET
### UNIT - 11: 25 Marks (credit - 01)
- How to create and run the first ASP.NET application
- Understanding the code generated by VS.NET
- Example Programs
- Understanding AutoPostBack
pf3
pf4

Partial preview of the text

Download ASP.NET sem 5 syllabus and more Cheat Sheet Computer Science in PDF only on Docsity!

### UNIT - 1:

  • MS.NET Framework Introduction:
    • The .NET Framework - an Overview
    • Framework Components
    • Framework Versions
    • Types of Applications which can be developed using MS.NET
    • MS.NET Base Class Library
    • MS.NET Namespaces
    • MSIL / Metadata and PE files
    • The Common Language Runtime (CLR)
    • Managed Code
    • MS.NET Memory Management / Garbage Collection
    • Common Type System (CTS)
    • Common Language Specification (CIS)
    • Types of JIT Compilers
    • Security Manager
  • ASP.NET Application
    • Web form Fundamentals
    • Web Controls
    • Global.asax Application File
    • Responding to PostBack Events in ASP.NET

UNIT - 11: 25 Marks (credit - 01)

  • How to create and run the first ASP.NET application
  • Understanding the code generated by VS.NET
  • Example Programs
  • Understanding AutoPostBack
  • Types of Server Controls
  • HTML controls
  • Web Server Controls
  • Exploring Server Controls
  • ASP.NET Validations and Rich Controls:
    • Calendar Control
    • AdRotator
    • Advertisement File and AdRotator Class
    • Server-side Validation
    • Client-side Validation
    • Validation Controls:
      • Validation RequiredFieldValidator
      • CompareValidator
      • RangeValidator
      • RegularExpressionValidator
    • CausesValidation Property of Button
    • Grouping Controls for Validation
    • Validated Customer Form
  • State Management
  • Tracing
  • Logging and Error Handling

UNIT - 111: 25 Marks (credit - 01)

  • Page Navigation Options:
    • Response.Redirect
    • Server.Transfer
    • CrossPagePostBack property of Button
    • Accessing controls of PreviousPage
  • Accessing
  • Updating
  • Deleting
  • Creating records
  • Difference between ADO.NET and XML
  • Adding Controls
  • Data binding
  • Database Connectivity