Published date: January 7, 2020 12:19 pm
Location: A-1/17, Janak Puri West, Main Najafgarh Road, New Delhi-58, new delhi, delhi, india
Overview of Microsoft .Net 3.5
Concept of Microsoft .Net Framework(2.0,3.0,3.5)
2- Tier, 3-Tier and N-Tier Asp.Net
Platform Requirements
Components of .Net Framework (CCR,CTS,CLS)
JIT (Just-In- Time) complier
MSIL
Managed and Managed codes
Understanding Namespaces
Introduction to Asp.Net Page
Directives
Window workflow foundation (WF)
Window Presentation Foundation (WPF)
Window Communication Foundation (WPF)
Web Frames
Execution process of Asp.Net
Starting with Microsoft Visual Studio.Net
How to create an Asp.Net application
Configure IIS
Description of Default page of an asp.net applicaton
User Interface, Code-Behind and Inline coding
Asp.Net Server Controls
HTML Server Controls
Web Server Control
Validation Server Control
Page Life Cycle and round Trip
Enable view state and Ispost back properties of Page
Web user controls and master page
Navigation Controls
Security in ASP.Net Application
Security with session object
Working with Login controls
Administrating the website
Creating and using the Crystal report
Overview to crystal Report
Creating repot with wizard
Customizing the report viewer
Using formula and logic
ADO.Net and working with XML, Sql Server, Access
ADO.Net Overview $ Architecture
Connection, Data Adapter object
Data set, data Table and Data view object
Command, Dat Reader object
Repeater, Data list, Grid view, list view,
Details view, form View Objects
Working with XML File & XML Scheme
Working with Sql Server
Working with Access
State management
State Management with HTTP
Page Server
o View State
User level
o Session
Application Level
o Application
Website
o Cookies
Cleaning the session State
Global Application class (global. asax)
Web configuration file ( web.config)
Web Caching
Intrinsic objects under Asp.Net
Request Object
Response Object
Session Object
Application Object
Server Object
View State object
Advanced Asp.Net
Using FTP software
Using Browser
Creting Web Setup Project
Component
C# Language Extensions in 3.5 (Prerequisite)
?Type Inference
?Object Initializers.
?Anonymous Types
Extension Methods
?Partial Methods
LINQ Architecture
Understanding the LINQ Framework
LINQ Providers
o LINQ to Objects
o LINQ to SQL
o LINQ to Dataset
o LINQ to XML
LINQ to Objects
LINQ
LINQ to SQL
Defining the Data Model classes
?Using Mapping attributes
Using the Data Context class
Defining Relationships using Associations
Creating a customized Data Context class
LINQ to XML
Understanding the LINQ to XML Class hierarchy
Create an XML document
Loading existing XML document
Querying XML using LINQ to XML
Manipulating XML
o Adding nodes
o Modifying nodes
o Deleting nodes
?IEnumerable and IQueryable interfaces
System.Linq namespace
Query Expressions
Lambda Expression
Using Custom Class Collection