studentsuvidha

Full Version: Web Application development using .NET IPU IT notes and question paper free download
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
SYLLABUS:-

UNIT I 

Introduction to .NET 3.5: Introduction to .NET Framework, Components of .NET - CLR and Class Library, MSIL, CTS etc.  
Introduction to C# 3.0: Language elements of C#, OOP with C#, Properties and static members, Inheritance, overriding and shadowing, Runtime polymorphism - virtual and abstract methods, Boxing, unboxing, Interfaces and structures, Exception Handling. Introduction to VB.NET 9.0: structure of VB.NET, Control structures, OOP with VB.NET, Properties, Default properties, Inheritance, overriding and shadowing, Interfaces, structures and Exception handling.

UNIT II 
Fundamentals of ASP.NET: server-side scripting, create simple ASP.NET, Server-side event processing, Validation Controls, Working with Rich Controls and Navigation related controls, Master pages and themes, Cookies and their application, Sessions and Applications, Working with GLOBAL.ASAX, Error handling, Debugging and tracing, Page output caching, Data caching.  MS SQL Server: Architecture of SQL Server, Using Query Analyzer, Working with Transact SQL, stored procedures and functions, creating database triggers. 
ADO.NET: Introduction, SQL Connect, SQL Command, SQL Data Reader object to access SQL Server, connect to Ms Access, and Oracle, Data Set, Data Table etc, Retrieving and manipulating data using Grid View, Details View, List View, Form View and Data List, Calling stored procedures of SQL Server.

UNIT III 
XML: Introduction, well-formed XML and valid XML, DOM and SAX, XML Reader and writer, Validating XML with Schema and DTD, Loading data from XML to Database, Writing data from Database to XML, Transforming XML content using XSLT.  
Web Services: introduction, role in web applications, Component and protocols - SOAP, WSDL, Proxy class, create web service, Web services accessing database.  Advanced Programming: Operator overloading, Conversion operators, Delegates, Multithreading, Event Handling, Generics, Iterators, Auto properties, Lambda Expressions.

UNIT IV 
LINQ: Language Integrated Query: LINQ to Objects, LINQ to SQL, Object-Relational Mapping, LINQ to XML.  
AJAX: What is AJAX , related technologies, Using ASP.NET AJAX – Script Manager, Update Panel, Timer, Update Progress etc., Using ASP.NET AJAX Control Toolkit – Always Visible Control, AutoComplete, Confirm Button, Filtered Text Box etc., Calling Web Services using AJAX.