TO BE THE BEST LEARN FROM THE BEST
This program is for IT Job aspirants focusing on experiential learning using .NET and related advanced technologies. The program is designed to ensure that the trainees are able to find suitable employment opportunities.
DOT NET is the one of high in demand course today. There are many professionals already in the market quipped with this knowledge. But you can stand apart and above all of them by doing the course from an experienced and reputed .net training institute like Max It Traning. Max It Traning provides a little more , little differently to give that extra impetus to your CV. Max It Traning has a training course named MICROSOFT .NET Training IN 6 MONTHS. This course would make you technically, practically and fundamentally strong in this technology along with live project experience in 6months time. Learning at Max It Traning is a very pleasant experience as the whole course is students get practical exposure to all the concepts, contents are well-structured to meet the industry requirements covering all the verticals and parallels in the technology, live project experience under the guidance of experts from the industries. The experienced faculties understand the varying understanding capacities of individuals and provide one to one attention to every student. Max It Traning wants to ensure every student benefits out of the course. Last but not the least , a certification from Max It Traning can give you a glittering edge over others.
Evolution of .NET Versions (From 1.0-4.5)
- Common Language Runtime (CLR)
- Assemblies and Namespaces
- Assembly Manifest, Metadata & MSIL
- Private and Global Assemblies
- Common Type System
- Common Language Specification
- Just In Time Compilation
- Understanding how to use the standard .NET Libraries
- Garbage Collections
Overview of C#
- Structure of a C# Program
- Basic Input / OutputOperations
- Compiling, Running, and Debugging
- Explaining the structure of a simple C# program.
- Using Console class of the System namespace to perform basic
Input/output operations
- Handling exceptions in a C# program.
- Compiling and executing a C# program.
Using Value-Type Variables
- Common Type System
- Naming Variables
- Creating User-Defined Data Types
- Converting Data Types
- Using Built-In Data Types
Using Reference-Type Variables
- Using Common Reference Types
- he Object Hierarchy
- Namespaces in the .NET Framework
Operators
- Introduction to Operators
- Operator Overloading
Statements and Exceptions
- Introduction to Statements
- Using Selection Statements
- Using Iteration Statement
- Using Jump Statements
- Raising Exceptions
- Handling Basic Exceptions
Methods and Parameters
- Using Methods
- Using Parameters
- Methods overloading
- Methods overriding
Essentials of Object-Oriented Programming
- Defining Object-Oriented Systems
- Classes and Objects
- C# and Object Orientation
- Using Encapsulation
Creating and Destroying Objects
- Using Constructors
- Initializing Data
Inheritance in C#
- Deriving Classes
- Using Interfaces
- Using Abstract Classes
Namespaces, and Advanced Scope
- Namespaces
- Using Assemblies
- Using Strings
Overview of Arrays
- Creating Arrays
- Using Arrays
- Understanding .NET collections
- Collection classes – CollectionBase, ArrayList, HashTable,Queue,Stack, Linked List, Sorted List
- Defining and Using Events
- Custom Events
- Creating Event Handlers
- Attributes & Reflection
- Reflection Overview
Working with Threads
- Understanding Threading
- Creating Threads
- Managing Thread
- Problems with Threads
- Multithreading
- Synchronizing Threads
Streams
- File I/O and Streams.
- Stream readers and writers
Ado.Net
Data-Centric Applications and ADO.NET
- Design of Data-Centric Applications
- ADO.NET Architecture
Connecting to Data Sources
- Choosing a .NET Data Provider
- Defining a Connection
- Managing a Connection
Connection Pooling
- Working in a Connected Environment
- Building Command Objects
- Executing Commands That Return a Single Value
- Executing Commands That Return Rows
- Executing Commands That Do Not Return Rows
- Using Transactions
Building DataSets
- Working in a Disconnected Environment
- Building DataSets and DataTables
- Binding and Saving a DataSet
- Sorting and Filtering
- Building DataSets from Existing Data Sources
- Configuring a DataAdapter to Retrieve Information
- Populating a DataSet Using a DataAdapter
- Configuring a DataAdapter to Update the Underlying Data Source
Asp.Net
Introduction to ASP.NET
- Explain ASP.NET version from 1.0 to 4.5
- Components of ASP.NET Web applications
Overview of Visual Studio 2010
- Advantages of using Visual Studio 2010
- Available Project Templates
Creating a Simple Web Application
- Web application development process
- Web application project files and folders
- Web application files
- Create a simple Web application project
Configuring Server Controls in a Web Form
- Explain on Server control, types of server controls
- Various Types of server controls
- Add and configure HTML server controls
Master Pages and User Controls
- Creating Master Pages
- Explain and create master pages & content pages
- Nested master pages
- Advantages of master pages
- Adding a master page to an existing Web application project
ASP.NET Validation Controls
- Describe ASP.NET validation controls.
- Describe basic ASP.NET validation controls
- Describe RegularExpressionValidator control.
- Describe CustomValidator control.
- Combine validation controls.
- Add validation controls to a Web Form.
- Positioning and configuring validation controls on a Web Form.
- Describe implementing the Validation Summary control
Connecting to a Database
- Create a connection
- Facilitate data transport between clients and servers
Managing Data using Data Controls
- Retrieve simple data using Repeater,GridView
- Manipulate data
- Bind data to data controls (Repeater, GridView, DataList, ListView)