Dotnet Training by Qtree Technologies Training Institute in Coimbatore
Dotnet Training free videos and free material uploaded by Qtree Technologies staff .
C#
1 .NET: What You Need To Know
Installation
.NET Executables and the CLR
Using Visual Studio
2 First C# Programs
Hello, World
Namespaces
Variables and Expressions
Using C# as a Calculator
Input/Output in C#
.NET Framework Class Library
3 Data Types in C#
Data Types
Integer Types
Floating Point Types
Decimal Type
Characters and Strings
Boolean Type
Conversions
Nullable Types
4 Operators and Expressions
Operator Cardinality
Arithmetic Operators
Relational Operators
Logical Operators
Bitwise Operators
Assignment Operators
Expressions
Checked and Unchecked
5 Control Structures
If Tests
Loops
Arrays
Foreach
More about Control Flow
Switch
6 Object-Oriented Programming
Objects
Classes
Inheritance
Polymorphism
Object-Oriented Languages
Components
7 Classes
Classes as Structured Data
Methods
Constructors and Initialization
Static Fields and Methods
Constant and Read only
8 More about Types
Overview of Types in C#
Value Types
Boxing and Unboxing
Reference Types
9 Methods, Properties and Operators
Methods
Parameter Passing
Method Overloading
Variable-Length Parameter Lists
Properties
Operator Overloading
10 Characters and Strings
Characters
Strings
String Input
String Methods
StringBuilder Class
Programming with Strings
11 Arrays and Indexers
Arrays
System.Array
Random Number Generation
Jagged Arrays
Rectangular Arrays
Arrays as Collections
12 Inheritance
Single Inheritance
Access Control
Method Hiding
Initialization
13 Virtual Methods and Polymorphism
Virtual Methods and Dynamic Binding
Method Overriding
Fragile Base Class Problem
Polymorphism
Abstract Classes
Sealed Classes
Heterogeneous Collections
14 Formatting and Conversion
ToString
Format Strings
String Formatting Methods
Type Conversions
15 Exceptions
Exception Fundamentals
Structured Exception Handling
User-Defined Exception Classes
Inner Exceptions
16 Interfaces
Interface Fundamentals
Programming with Interfaces
Using Interfaces at Runtime
Resolving Ambiguities
17 .NET Interfaces and Collections
Collections
IEnumerable and IEnumerator
Copy Semantics and ICloneable
Comparing Objects
Generic Types
Type-Safe Collections
18 Delegates and Events
Delegates
Anonymous Methods
Events
19 Introduction to Windows Forms
Creating Windows Applications Using Visual Studio
Partial Classes
Buttons, Labels and Textboxes
Handling Events
Listbox Controls
20 Additional C# Features
Auto-Implemented Properties
Implicitly Typed Variables
Object Initializers
Collection Initializers
Anonymous Types
Partial Methods
Extension Methods
Lambda Expressions
Language-Integrated Query (LINQ)
Windows Forms
1 Introduction to Windows Forms
What Are Windows Forms?
Windows Forms Class Hierarchy
Building a Form
The Application Class
Trapping Events
Buttons
Labels and Textbox Controls
2 Visual Studio and the Forms Designer
Using the Forms Designer
Code Generated by Forms Designer
Adding Event Handlers
Creating Attractive Forms
Creating Easy To Use Forms
3 Using Controls
Checkbox, Radio Button, and Group Box
Numeric Up/Down
Trackbar
Progress
MonthCalendar
DateTimePicker
4 List Controls
List box and Combo box
Domain UpDown
List View
Storing Objects in List Controls
Working with Dialogs
Modal vs. Modeless Dialogs
Message Boxes
Common Dialogs
Creating a Modal Dialog
Configuring the Dialog Result
Access Data from the Dialog
Validating Data
Error Provider Control
Modal Dialogs
Creating a Modeless Dialog
6 Menus, Tool bars and Status Bars
Main Menus
Context Menus
Building a Status Bar
Building a Toolbar
Using the Timer Control
7 Using Advanced Controls
Panel
Tree View
Splitter
Tab Control
Resources
Image Resources
Resource Files
String Resources
Working with Resources in Visual Studio
Resource Managers
Cultures and Internationalization
Building Localizable Forms
9 Data Access and Data Binding
ADO.NET Overview
.NET Data Providers
Using DataReaders
Data Sets
Data Tables
Data Views
Data Binding
Interacting with XML Data
10 .NET Windows Forms
Tool Strip Control
Split Container Control
Web Browser Control
Data Grid View Control
Other .NET Controls
New Data Binding
Application Settings
Background Worker Component
Click Once Deployment
ASP.NET
1 Introduction to ASP.NET
From ASP to ASP.NET
Web Forms
Web Services
ASP.NET Features
2 Web Forms Architecture
Page Class
Web Forms Life Cycle
Web Forms Event Model
Code-Behind
3 ASP.NET and HTTP
Request/Response Programming
HTTP Request Class
HTTP Collections
HTTP Response Class
Redirection
HTTP Utility Class
4 Web Applications Using Visual Studio
Using Visual Web Developer
Visual Studio Forms Designer
Using Components
Shadow Copying
Using the Global.asax File
Data Binding
5 State Management and Web Applications
Session State
Application State
Multi Threading Issues
Cookies
6 Server Controls
HTML Server Controls
Web Forms Server Controls
Rich Controls
Validation Controls
User Controls
7 Caching in ASP.NET
What Is Caching
Page-Level Caching
Page Fragment Caching
Optimizing Your ASP.NET Application
Application Caching
8 ASP.NET Configuration and Security Fundamentals
Configuration Overview
Authentication and Authorization
Forms Authentication
Windows Authentication
Security and ASP.NET
9 Debugging, Diagnostics and Error Handling
Debugging
Application Tracing
Page Tracing
Error Handling
10 More Server Controls
Most recent ASP.NET Controls
Menus
Master Pages
11 Data Access in ASP.NET
Data Source Controls
Connection String Storage
Grid View
Details View
Form View
Object Data Sources
List View
Data Pager
Linq Data Source
12 Personalization and Security
Configuration Overview
Themes
Skins
Security in ASP.NET
Membership and Roles
Login Controls
User Profiles
13 Introduction to ASP.NET AJAX
Rich Client Applications
AJAX
Script Manager
Update Panel 5
15 HTTP Pipeline
Pipeline Architecture
Context
Applications
Handlers
Modules
Webservice
1 What Are Web Services?
Introduction to Distributed Computing
Network Latency
Object State and Scalability
Interoperability
SOAP
WSDL
UDDI
Web Service Business Models
Service Oriented Architecture (SOA)
ASP.NET Web Services
Web Service Enhancements (WSE)
Windows Communications Framework (WCF)
2 Web Services Fundamentals
Creating a Web Service Using ASP.NET
Deploying a Web Service Using IIS
Testing a Web Service
HTTP
XML
SOAP
Web Service Clients
WSDL
3 Developing ASP.NET Web Services
Using Visual Studio to Develop Web Services
Visual Web Developer
Using ASP.NET Development Server
An Overview of the Web Services Namespaces
Deriving from the WebService Class
@Webservice Attribute
WebService Class
Adding a WebMethod to Web Services
Debugging Web Services
4 Web Service Clients
Web Service Proxies
Web Services Description Language Tool (Wsdl.exe)
Understanding the Proxy Code
Creating a Proxy with Visual Studio
Returning Complex User-Defined Data Types
Writing a Client for the Google Search API
ADO.NET
1 Introduction to ADO.NET
Microsoft Data Access Technologies
From ADO to ADO.NET
ADO.NET Architecture
Namespaces and Classes
Interfaces
DataSets and Disconnected Access
First ADO.NET Programs
Acme Computer Case Study
2 ADO.NET Connections
.NET Data Providers
IDbConnection
Connection Classes
Connection Strings
Connection Pooling
Connection Events
Error Handling
Database Programs with ASP.NET
3 ADO.NET Commands
IDbCommand
Command Objects
Creating Commands
Executing Commands
Parameterized Queries
Command Types
Using Stored Procedures
Batch Queries
4 DataReaders and Connected Access
DataReaders
IDataRecord
Type-Safe Accessors
Null Columns
ExecuteReader Options
Multiple Result Sets
Obtaining Schema Information
5 Data Sets and Disconnected Access
Data Set
Data Adapter
Command Objects
Data Table
Data Column
Data Row
Row States and Versions
Accept or Reject Changes
Data Table Events
Updating a Database from a Data Set
Command Builders
6 More About Data Sets
Filtering Data Tables
Multiple Table DataSets
Schema
Constraints
Relations
Navigating a DataSet
DataMapping
Creating a DataSet Programmatically
7 XML and ADO.NET(Not covered in the Windows and Web offerings)
Strong Coupling Between ADO.NET and XML
Rendering XML from a DataSet
Controlling XML Output
Reading XML into a DataSet
XML Schema and DataSets
Typed DataSets
Table Adapters
Synchronizing DataSets and XML
XML Serialization
10 New Features in ADO.NET
Using Server Explorer in Visual Studio
Asynchronous Database Operations
Multiple Active Result Sets
Bulk Copy in ADO.NET
Qtree Technologies is the Best Dot Net training institute in Coimbatore. Why? Because we not only give Dot Net certification but also give students the best learning experience of Dot Net Course in Coimbatore. The team of experts here are industry professionals with high-grade experience and working industry knowledge.
Write a public review