0% found this document useful (0 votes)
5 views2 pages

Unit-2

The document outlines the syllabus for the M.Sc. (Information Technology) Semester I course on ASP.NET using C#, taught by Dr. Suchita Patel at CVM University. It includes an introduction to the .NET framework, C#.NET features, ASP.NET programming, and database programming with ADO.NET. Reference books for the course are also provided, covering various aspects of C# and ASP.NET.

Uploaded by

suchitab
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views2 pages

Unit-2

The document outlines the syllabus for the M.Sc. (Information Technology) Semester I course on ASP.NET using C#, taught by Dr. Suchita Patel at CVM University. It includes an introduction to the .NET framework, C#.NET features, ASP.NET programming, and database programming with ADO.NET. Reference books for the course are also provided, covering various aspects of C# and ASP.NET.

Uploaded by

suchitab
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

CVM UNIVERSITY

INSTITUTE OF SCIENCE & TECHNOLOGY FOR ADVANCED STUDIES &


RESERCH(ISTAR)
Constituent College of CVM University
1stRank among all Colleges of Gujarat by KCG (GSIRF) – 2021
Recognized under Section 2(f) and 12(B) of the UGC Act, 1956

ACADEMIC YEAR 2021-22


M.SC. (INFORMATION TECHNOLOGY) SEMESTER - I
PAPER CODE (Title): 101410113 (ASP.NET Using C#)
FACULTY NAME: DR. SUCHITA PATEL

Unit 1: Introduction to .NET Framework - Architecture of .NET Framework – BCL (Base


Class Library), CLR (Common Language Runtime), Etc. - .NET Languages – Introduction,
Types of Applications Supported by .NET Technology - Managed Code, Compilation to
Intermediate Language, Just-In-Time Compilation, Garbage Collection, Assemblies and
the GAC

Unit 2: C#.NET – Introduction and Features - General Structure of C#.NET Program -


C#.NET – Basic Data Types, Variable, Constant, Type Conversion - Boxing and Unboxing
- C#.NET – Statements (Conditional and Looping) – Types of Applications. Advance
Features - OOPS Concepts, Class and Object - Inheritance; Polymorphism – Overloading,
Overriding, Etc., Class Types and Interface - Working with Strings, Arrays, Lists and
Collections - Exception Handling

Unit 3: Introduction To ASP.NET And Programming In ASP.NET; Web Server – Internet


Information Server (IIS); Architecture Of ASP.NET; ASP.NET Page Lifecycle; ASP .NET
Page Directives; Controls – HTML Controls And ASP.Net Server Controls ; Control
Properties And Events ; PostBack ; Exception Handling ; Validation Controls ; Navigation
Controls ; Login Controls; MasterPages Web Application Management; State
Management; ViewState; Application; Session; Cookie; QueryString; Web.Config And
Machine.Config ; Global.Asax ; Authentication Methods ; Caching

Unit 4: Database Programming with ADO.NET and Reports - The ADO.NET architecture
(connected and disconnected mode) - ADO.NET Data providers, Dataset, DataAdapter,
DataReader - Working with Data Controls; Design time data binding; Runtime data
binding; Working with Stored Procedures, Generating reports

Reference Books:
1. C# and the .NET Platform by Andrew Troelsen : APress
2. C# The Basics by Vijay Mukhi : BPB
3. C# Essentials by Ben Albabari : O’Reilly
4. Professional C# by Simon Robinson : Wrox
5. ASP.NET - A Beginner’s guide by Dave Mercer : TMH
6. Professional ASP.NET : Wrox.
7. ASP.NET Programmer’s Reference : Wrox
8. ADO.NET Programmer’s Reference : Wrox.
9. Professional C# 2008 by Christian Nagel : Wrox
10. C# The Nuts & Bolts by Akash Sarat & Sonal Mukhi : BPB
11. C# Made Simple : BPB Publication
12. C# 3.0 Unleashed: With the .NET Framework 3.5 by Joseph Mayo : Sams
Unit 2
Unit 2: C#.NET – Introduction and Features - General Structure of C#.NET Program -
C#.NET – Basic Data Types, Variable, Constant, Type Conversion - Boxing and Unboxing
- C#.NET – Statements (Conditional and Looping) – Types of Applications. Advance
Features - OOPS Concepts, Class and Object - Inheritance; Polymorphism – Overloading,
Overriding, Etc., Class Types and Interface - Working with Strings, Arrays, Lists and
Collections - Exception Handling

Topics covered from C#_Tutorials.PDF

List of Chapters: 1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 19, 20, 21, 23, 27

You might also like