
About Course
Dot Net Training
Dot Net is a programming framework developed by Microsoft that makes it easier and more efficient for developers to help programmers. Developers used the Dot .NET package to create programs for Windows to access databases, web services and other communication tools.
Students well versed in advanced .NET training can go in the field of web applications, window applications and mobile applications development, since these applications are used to develop desktop apps, web apps, etc. Hence the scope for career growth after completing advanced .NET training is immense in India and abroad.
What Will You Learn?
- Complete understanding of the core concepts of .NET
- Understanding of the Overview of .Net Framework, Class Library, Memory units and Number systems
- C# Programming Concepts, C# Object Oriented Programming, along with Introduction to Web Technologies
- SQL Server / T-SQL Programming, ADO.Net Concepts, and ASP.Net Concepts
- Learn about Windows Communication Foundation (WCF), and .Net MVC
Course Content
Introduction to .Net
-
What is Microsoft .NET
-
History of .NET
-
Origin of .NET
-
Usages of .Net
-
D.N.A. Architecture
-
Dot NET Architecture and Its Types
-
How to work with IDE on Visual studio and their Tools
-
Implement of Adding numbers on IDE
The Common Language Runtime (C.L.R)
-
CLR Architecture and Services
-
The .Net Intermediate Language (IL)
-
Just- In- Time Compilation and CLS
-
Disassembling .Net Application to IL
-
Strict Type Checking
-
Table Prints on Windows application
-
Pattern printing on windows
Syntax & Data Types
-
Data type and Control Constructs
-
Value and Reference Types
-
Declaring and Initializing Variables
-
Unicode Characters and Strings C.T.S Type
-
Implicitly Typed Local Variables
-
Conditional Syntax
-
C# Operator
-
Looping Syntax
-
Structure
-
Calculator lab
Function and Its Types
-
What is Function?
-
Define the Advantage of Function
-
Define the Declaration of Function and Its Syntax
-
Types of function
-
Use of function in layered architecture
-
Tick Tock Game
-
Repetition of calculator lab using function
Array & String
-
Arrays in General
-
Declaring of different type Arrays
-
Initializing Arrays
-
Resizing array
-
Accessing element of different type Array Members
-
Arrays of Objects
-
Structure type array
-
Using foreach with Arrays
-
Understanding System. String class and its various operations
-
Customer Management system (using array with structure)
Array & String
-
Class & Object Creation
-
Describe the Advantage of Class and Object
-
Types Of classes
-
What is this keyword? Use of this keyword
-
Define Property
-
Define Properties types
-
Define Constructor and destructor
-
Type of Constructor
-
Constructor overloading
-
The Memory Allocation with New Keyword
-
Invoking Property and Methods
-
Practical Implementation with Default, parameterized, copy constructor
-
Customer Management system (Two tier Architecture: – Static Data)
-
Customer Management system (Two tier Architecture:-Dynamic Data with Array)
Oops Concepts
-
What is inheritance and Advantages?
-
Implementing Inheritance Hierarchies
-
Inheritance with constructor and its working
-
Type of inheritance
-
Class Access Modifiers
-
Describe the base keyword
-
Practical implementation of Inheritance lab with class access Modifiers
-
Practical implementation of constructor with inheritance
Polymorphism
-
What is polymorphism and it’s Advantage
-
Type of Polymorphism
-
Method hiding
-
Practical implementation of method overloading, method overriding
-
Practical implementation of operator overloading and method hiding
Encapsulation and (Boxing and Unboxing)
-
Implement of encapsulation
-
Property with class
-
Define the boxing and unboxing
-
Define the Up-casting and Down-casting
-
Practical Implementation of encapsulation
-
Practical implementation of boxing and unboxing and Downcasting and up casting
Evaluation of Static Keyword
-
What are static keyword and its advantage?
-
Define static Data type
-
Describe the static function and its use
-
Describe the static constructor
-
What is the private constructor?
-
Use of Private constructor in singleton class
-
Practical implementation of static method and class
-
Practical implementation of static constructor
-
Practical implementation of private constructor with singleton Class
Abstraction and Interface
-
What are abstraction and its advantage?
-
Describe between abstract and no abstract method
-
What is Interface and why we use it
-
Describe the Advantage of interface and its implementation
-
Difference between abstract class and interface
-
Practical implementation of the abstract class and interface
-
Practical Implementation of Implicit and explicit interface
Indexer
-
What is the indexer?
-
Describe the indexer advantage?
-
Practical implementation of indexer
Exception Handling
-
What is exception handling
-
Means of Error and Exceptions
-
What is the Difference between exception and error
-
Describe the advantage of exception handling
-
Describe the type of exception
-
Describe the Try, Catch and Finally Block with Examples
-
Handling Multiple Exception
-
Throw Exception on Request User Defined Exception
-
Practical Implement Of Expectation Handling And Describe Try ,Catch and Finally
-
Practical Implementation Of User Define Exception Handling
Delegates and Its Type
-
What is Delegate?
-
Type of Delegate
-
Define the covariance and contra-variance in Delegate
-
What is anonymous method
-
Practical implementation of Delegate and its type
-
Practical implementation of covariance and contravariance
Events
-
What is Events?
-
What is events model
-
Creation of event with Delegate
-
Understanding of events like button click and text change etc
-
Dynamic generation of controls in from
-
Event writing of Dynamic control
-
Practical implementation of dynamic control
-
Create a calculator using Events (No Drag and Drop any controls form the Toolbox)
Multithreading
-
Understanding Thread, Process and Task
-
Understanding Multithreading, Multiprocessing and Multitasking
-
Working with Thread Class
-
Thread State
-
Thread Priority
-
Thread Pool
-
Thread Synchronization
-
Inter-Thread Communication
-
Understand thread synchronization
Collection Classes
-
Array list
-
Hash table
-
Stack
-
Queue
-
Sorted List
-
Name value Collection
-
Dictionary Entry structure
-
Interfaces
-
ICollection, IList, IEnumerable, IEnumerator, IClonalable, IComparable
-
Practical Implementation of collection
I/O Operations with File Systems
-
File and Directory Class
-
Marshal Classes, File Info and Directory Info
-
Path Class
-
Drive Info Class
-
Stream Object with Files: Stream Reader, Stream Writer
-
File Stream and Memory Stream
-
Practical implementation of I/O operation with File systems
Reflection
-
System Reflection namespace
-
Core reflection classes
-
Accessing assembly through reflection
-
Method info
-
Member info
-
Property info
-
Invoking methods and property and runtime
-
Reflection on shared assembly
-
Practical Implementation of Reflection
ADO.Net
-
Introduction to ADO.Net
-
How ADO.NET works and how it differs from ADO?
-
Evolution of ADO to ADO.NET
-
What is Connected and Disconnected architecture
-
Connection Object
-
Command Object
-
Execute Non Query
-
Execute Scalar
-
Execute Reader
-
Reading Data in Connected Environment
-
Moving and Accessing Value of Record
-
Execute Reader
-
Practical implementation of Connected Architecture
Disconnected Architecture
-
Creating Tables in Dataset
-
Data Adapter Object
-
Data Column
-
Data Row
-
Data Table
-
Updating, Inserting and Modification in Data Table
-
Saving Changes into Data Base using Command Builder
-
Working With Command and Connection
-
Practical implementation of Disconnected architecture
-
Disconnected mode with Dataset Controls
Datagridview & Data Binding
-
Row State Filter and Sort Property
-
Update records via a Datagridview
-
Insert records via a Datagridview
-
Delete records via a Datagridview
-
Practical implementation of how to bind the connected and disconnected in DATAGRIDVIEW
Three Tiers Architecture
-
Presentation layers
-
Business logic layers
-
Data Access layers
-
Implementation of Three architecture
-
Implementation of three architecture with DLL (Class library)
Transaction
-
Introduction of Transaction(ACID)
-
Transaction Class
-
Method and Property Commit and Rollback
Microsoft Sql Server
-
Create databases and database files
-
Create data types and tables
-
SQL Commands(DDL,DML,DCL,DQL)
-
SQL Data Types Numeric Data type, Character Strings, binary, money etc
-
SQL Constraints NOT NULL, unique, check, PRIMARY Key, FOREIGN Key, Composite key, Candidate Key etc.
-
SQL Syntax INSERT, DELETE, UPDATE, SELECT, ALTER, Drop, Truncate etc
-
Sql clause TOP, WHERE, AND/OR/IN/BETWEEN, LIKE, GROUP BY, ORDER BY, Count, Having, Unions, intersect, Except etc
-
Sql joins
-
Practical implementation of All join
Views
-
What is view
-
Describe the view and its advantage
-
Describe the view and its Types
-
Practical implementation of views
-
Practical implementation of views type on sql server
Clustered and Non Clustered Index in Sql Server
-
Stored Procedures and Function in Sql
-
What is stored procedures and Function?
-
Advantage and Disadvantage of stored procedure and Function
-
Implementation of Stored procedures and function
-
Describe the functions and its All types
-
Difference between stored procedures and Function
-
Practical implementation of stored procedures
-
Practical implementation of functions
SQL Server Triggers
-
What are triggers?
-
Describe the advantage and Disadvantage of trigger
-
Describe the Types of triggers in sql server
-
Practical Implementation of triggers
-
Practical implementation of triggers of after and before
Cursor and Indexer
-
What is the Cursor?
-
Describe the advantage of cursor
-
Describe the indexer
-
Describe the indexer types
-
Practical implementation of cursor and indexer
Web Designing Contents HTML (Hypertext Markup Language)
-
What is html?
-
Describe the advantage and Disadvantage of HTML
-
History of HTML and Its invention
-
Type of IDE(integrated Development Environment) of HTML
-
Understanding & using HTML
-
HTML Headings, Paragraph, Comment
-
HTML Formatting Elements
-
HTML From controls
-
Practical implementation of From Controls in HTML Page
-
Practical implementation of registration Form of Clients side HTML controls
Cascading Style Sheet
-
What is CSS? Define the advantage of CSS
-
Describe the Type OF CSS
-
Describe the Pseudo Class and Combination Elements
-
Creating style sheet
-
Apply Style Sheet
-
Creating Rules
-
Creating Elements setting
JQuery
-
Jquery Overview
-
Jquery Basic
-
Jquery Selector
-
Jquery Dom
-
Jquery Css
-
Jquery Event
XML
-
Introduction of XML
-
XML Documentation structure
-
WFF Format of XML
-
Parsers DOM and SAX
-
XML classes
-
Reading and writing XML file
ASP .Net Introduction to Web Form
-
What is the Web Application?
-
Need of Web Application
-
What is Asp and Asp.Net?
-
Describe the Advantage of Asp.Net
-
Http Protocol
-
Static and Dynamic Page
-
Concept Working Of IIS and Browser
-
Differences between ASP and Asp.Net
Server Pages Using ASP.Net
-
Creating sever pages
-
Architecture of handling request
-
In Web server
-
Http request object
-
Http response object
-
Understanding post back
-
Practical implementation of Request and Response objects in Asp.Net
Understanding Page Life Cycle
-
Understanding of Application Life Cycle
-
Page Life-cycle Stages
-
Life-cycle Events
-
Auto event wireup
-
Tracing and debugging asp.net pages
-
Practical implementation of page life cycle
Web Form Control
-
Textbox
-
Check Box
-
List Box
-
Dropdown List Contro
-
Add Rotator Control
-
Add Rotator Control
-
File Upload Control
-
Multi View Control
-
Login Control
-
Image control
-
Radio button control
-
Practical implementation of registration page
-
Practical implementation of integration of all above page
Server Control Form Validation
-
What is validation and describe the Advantage of validation
-
Implementation of Client and Server Side Validation
-
Use Control to Validate Property
-
Types of server side validation?
-
Working with Validation Summary
-
Practical implementation of all validation in Pervious Registration page lab
Master Pages
-
What is the master page in Asp.Net?
-
Introduction and Need of Master Page
-
Creating a Master Page
-
Default Contents and how to with content place holder
-
Master page with CSS and table layout
-
How to integrate nested master page
-
How to integrate html and css template to master page
-
Practical implementation of master and nested master page in asp.net
State Management
-
What are state management and its advantage?
-
Type of State management technique in asp.net.
-
Client side State Management
-
Http Cookies
-
Persistence cookie
-
Query String Method
-
Non-persistence cookie
-
View State
-
Hidden Field
-
Server Side State Management
-
Http Session
-
Http Application
-
Practical implementation with all state management technique in asp.net
-
Practical implementation of Application state management technique with Global.asax
ASP.Net Caching
-
What is Caching and Its Advantage?
-
What the Need of Caching ,Type of caching
-
Page output Caching
-
Declarative output caching
-
Time duration and location setting
-
Parameter caching settings
-
Page fragment Caching
-
Time duration setting
-
Parameter caching Setting
-
Parameter caching setting
-
Caching with HTTP Cache Policy Class
-
Post Cache Substitution & Fragment
-
Data Caching
-
Managing Data into cache
-
Practical implementation of caching with all its Types in asp.net
Data Binding Server Controls
-
Use of Data Binding Control
-
Type of Data Binding Control (Formatted and Unformatted)
-
Describe the Gird and Working with Grid View Control
-
Working with all template Fields in Gird View
-
Data binding with Grid View
-
Describe the All events In Grid View
-
Working with Column Collection
-
Data binding with Grid View
-
Working with Column Collection
-
Using paging
-
Sort
-
Working with DataList Controls
-
Working with template
-
Working with DataList Event
-
Working with Detail View and repeater controls
-
Working with Form View Control
-
Working with template
-
Working with form view events
-
Practical implementation of Gird View with Wizard Technique
-
Practical implementation of Gird View with Code Technique
ASP.NET AJAX
-
Introduction of AJAX
-
Role of script manager
-
Understanding and working with update panel
-
Understanding and Working with Update progress control
-
Understanding and Working with Timer control
-
Creating AJAX enabled website
-
Creating an AJAX enabled web service
-
Practical implementation of AJAX Tool Kit
ASP.Net Web Security
-
Windows
-
Forms
-
Passport
-
Practical implementation of web security
Web Services
-
Introduction of web services
-
The SOAP architecture
-
SOAP and Web Services
-
SOAP Essentials
-
Web Services attribute
-
WSDL Documentations
-
Disco and Disco Map file
-
Transaction in web service
-
Publishing a web service
-
Consuming a Web service
-
Practical implementation of Web Services and How Its Consume on Client Side
LINQ
-
Introduction of LINQ
-
Understanding Automatic Properties
-
Understanding Initializes
-
Understanding Type Inference
-
Understanding Anonymous Types
-
Understanding Generics
-
Understanding Lambda Expressions
-
Understanding Extension Methods
-
Practical implementation of Anonymous method and Delegate
LINQ to SQL
-
Performing standard Database Commands with LINQ to SQL
-
LINQ to Objects Vs. LINQ to SQL
-
Selecting with LINQ to SQL
-
Inserting with LINQ to SQL
-
Updating with LINQ to SQL
-
Basics of LINQ Join with Lamda Expressions(Inner Join with Linq)
-
Left Right Full Outer Join and Cross join with Linq to Sql
-
Connectivity Linq with Sql Server 2008 without dbml context
-
Different b/w method syntax and query syntax
-
Using Order by, Group By keyword in LINQ to Sql
-
Practical implementation of Insert, Delete, Update through linq to sql (through query expression and Lambda Expression)
-
Practical implementation Group by, order by, like query
-
Practical implementation of Joins in linq
-
Practical implementation of Dbml Context in Linq
-
Practical implementation of Raw to Sql in Linq
Entity Frame Work
-
Entity Framework Introduction
-
Object Oriented VS RDBMS vs. What is ORM?
-
Why you need ORM
-
ORM Requirements checklist
-
ORM solutions
-
Entities
-
Insert, Update and Delete
-
The Entity Data Model
-
The EDM as EF Core
-
Exploring the XML
-
Conceptual Model
-
Logical (Storage Model)
-
Mapping
-
Code Generation
-
Practical implementation insert, delete and update with sql server database through entity framework
-
Practical implementation Database First, Code first and model First techniques in Entity framework
Windows Communication Foundation (W.C.F.)
-
The role of W.C.F
-
W.C.F project template
-
Understanding WCF Addressing
-
Understanding WCF Bindings
-
Understanding WCF Contracts
-
Understanding WCF Endpoint
-
Composition of basic W.C.F
-
Building a W.C.F service
-
Hosting a W.C.F service
-
Building a W.C.F client application
-
Practical implementation WCF services consume on Client machine
-
Practical implementation with end Points in WCF
-
Practical implementation of services contract, data contract and message contract in WCF Techniques
Windows Presentation Foundation (W.P.F.)
-
What is WPF
-
Goals, Benefits & Drawbacks
-
First WPF Application
-
Types of WPF Application(Windows Based and Browser Based)
-
XAML – Extensible Application Markup Language.
-
Content Models
-
Brief Introduction to Expression Blend
-
Text Controls
-
TextBox, TextBlock,RichTextBox, PasswordBox
-
List Controls
-
Combo Box, ListBox, Menu,StatusBar, TabControl,Toolbar, TreeView, ListView
-
General Controls
-
Progress Bar, Image, Slider,ScrollBar, Rectangle, Ellipse, MediaElement
-
DataGrid View
-
Panels
-
Border
-
Canvas
-
Grid
-
Stack panel
-
Wrap Panel
-
WPF Data Binding
-
WPF Drawing 2D
-
WPF Animation
-
Practical implementation of all panels in WPF
-
Practical implementation of login and registration page in a WPF
MVC
-
MVC Architecture
-
Specifying a View
-
Strongly typed views
-
Using HTML Helper Methods
-
Working with parameters
-
Model-View-Controller and ASP.NET
-
Routing Compared to URL Rewriting
-
The Controller Class and Actions
-
Understanding Routes and URL
-
Working with Multiple Parameters
-
Practical implementation model view and control in MVC
-
Practical implementation of Creating a registration and Login page with ASPX view engine and razor View Engine in MVC
-
Practical implementation of all type of validation in MVC
-
Practical implementation of Strongly type view in MVC