.Net Online Training
.Net Online Training Course Content:
1..NET FUNDAMENTALS
2.Why .NET?
3.The .NET initiative
4.Introduction to .NET framework
5.Advantages of .NET framework
6.System requirements
INTRODUCTION TO VISUAL STUDIO .NET
1.Base class libraries
2.Common language-runtime (CLR)
3.Microsoft intermediate language (MSIL)
4.Optimized just-in-time (JIT)
5.Common type systems (CTS)
6.Common language specification (CLS)
7.Compilation and execution of .NET application
8.Assemblies
9.Namespace
INTRODUCTION TO VISUAL STUDIO .NET
1.The Start Page
2.Solution Explorer
3.The Object Browser and Class View Window
4.The Code Editor
5.The Form Designer and the Toolbox
6.The Server Explorer window
7.Macro Explorer
8.Running a Visual Basic Console Application
VB.NET
1.INTRODUCTION TO VB.NET
2.Features of visual basic .NET
3.File extensions used in visual basic .NET
4.Visual Basic keywords
5.Visual Basic statements
6.Procedures, classes, modules, methods and more…
7.The Option & Import statements
8.Adding classes to project
9.Declaring variables
10.Data types
11.Arrays
12.Handling date and time
INTRODUCTION TO OOP
1.Principles of oops
2.Structure Vs classes
3.Relationship between classes and objects
4.Access Specifiers
5.How to create namespaces in S class libraries
6.How to use namespaces
7.Constructors
8.Finalize, Dispose & Garbage collectors
9.My Base, my class & my keywords
EXCEPTION HANDLING & DEBUGGING
1.Exceptions
2..NET exceptions
3.User defined exceptions
4.Try-catch-finally
5.Throw exception
6.Debugging application
7.Searching for bugs
GUI APPLICATION DEVELOPMENT
1. Introduction to system windows, forms
2.Basic controls and event driven programming
3.Advanced controls
4.Rich text box, toolbars
5.Working with context menus
6.Built in dialog boxes
STEARMS
1. File stream
2.Stream reader
3. Stream writer
FILE HANDLING CONCEPTS COLLECTION
1.Generic collections
2.Bit collections
3.Specialized collections
4.Weight collection classes
5.User defined collection classes
ADO .NET
INTRODUCATION OF ADO .NET
1.Features of ADO .NET
2.Differentiation between ADO & ADO .NET
3.ADO .NET namespaces
4.Properties, Methods & events of the connection object
5.Properties, Methods & events of the command object
6.Access & Manipulating data from data grid
7.Performing data updates
DELEGATES
1.Introduction to delegate concept
2.Event handling arch with delegate
3.Handles, add handler and remove handler
ASSEMBLIES
1.Introduction to assemblies
2.Benefits
3.Contents
4.Application-Private assemblies
5.Private Vs shared assemblies
6.Global assembly cache (GAC)
MULTI THREADING
1.Thread class
2.Thread synchronization
3.Creating and controlling threads
4.Sleep, suspend and resume threading
CREATING & USING WEB SERVICES
1.Introduction to web services
2.Creating web services
3.Using web services in a windows application
4.Working with window services
CREATING REPORTS
1.Data accessing through crystal reports
2.Accessing filtered data through crystal reports
3.Accessing related data through crystal reports
ASP .NET
1.ASP .NET INTRODUCTION
2.How is ASP .net different from ASP
3.ASP .NET design goals
4.ASP .NET in .NET framework
5.Development environment for ASP .NET application
6.Identifying the features of ASP .NET
7.Identifying programming modules in ASP .NET
8.Web forms
9.Web services
ASP .NET PROGRAMMING SERVER CONTROLS
1.Processing of web pages
2.Server control hierarchy
3.Web controls
4.Buttons, list controls, text boxes, hyper links….
5.HTML controls
6.HTML anchor, button…
STRUCTURE OF AN ASP .NET PAGE ASP .NET PROGRAMMING VALIDATION CONTROLS
1.Required field validation
2.Regular expression
3.Range validation…
IDENTIFING THE DIFFERENT TYPES OF DATA BINDING
1.Introduction to data binding
2.Single value data binding
3.Multi record data binding
4.Custom binding
ASP .NET PROGRAMMING WITH ADO .NET
1.Introduction of ADO .NET
2.Features of ADO .NET
3.Differentiation between ADO & ADO .NET
4.ADO .NET namespace
5.Connected architecture through ADO .NET
6.Disconnected architecture through ADO .NET
7.Working with transaction in ASP .NET etc…
USING XML & SEARCH TOOLS IN ASP .NET
1.Working with XML server controls in ASP .NET
2.Binding XML data to web forms controls
3.Connecting relational data to an XML document
CONFIGURING, DEBUGGING & DEPLOYING ASP .NET APPLICATION
1.Configuration overview
2.Structure of configuration file
3.Configuration section
4.Tracking and debugging an application
5.Deploying an application
EXCEPTIONAL HANDLING, MANAGING STATE AND SECURITY ASP .NET WEB APPLICATION
1.Introduction state management in ASP.NET
2.Sending E-mail from ASP.NET page
3.Securing ASP .NET application