Careers | Contact us | Support
 
 
 
 
Travel Industry Solution Hotel Industry Solution Hotel Industry Solution   Hotel Industry Solution
Training
 
 
Offerings  

Courses Offered

     
  Overview
  Products
  Service
  Training
Courses Offered
Why EduBrahma
Corporate Training
Block Your Seat
Enquiries
General FAQ
Live Project
 
 
 
 

Course Content

Beginners ASP.NET 4.0 Training Course

Overview
  • 1.Basic Language Constructs
  • 2.OOPs concepts
  • 3.Classes
  • 4.Inheritance
  • 5.Working with Database
Module 1: Getting Started
  • 1.Introduction to C#
  • 2.Understanding Visual Studio.NET projects
  • 3.Understanding the .NET IDE
  • 4.Writing the first C# program and running it
Module 2: Basic Language Constructs
  • 1.Data types and variables
  • 2.Conditional Statements
  • 3.Looping constructs
  • 4.Continue statement
  • 5.Functions and subroutines
  • 6.Working with arrays
Module 3: Classes and Objects
  • 1.Understanding the object oriented concepts
  • 2.Defining classes
  • 3.Attributes, properties and methods
  • 4.Creating objects and methods
  • 5.Access control
  • 6.Constructors
  • 7.Method overloading
  • 8.Parameter values
  • 9.Shared fields and methods
  • 10.The ‘Main’ method
  • 11.Garbage collection
  • 12.The Object class
Module 4: Inheritance
  • 1.Understanding class inheritance
  • 2.Constructors in derived classes
  • 3.Method overriding
  • 4.Polymorphism
  • 5.Hiding base class fields in derived classes
  • 6.Making methods and classes ‘NotOverridable/NotInheritable’
  • 7.Must Inherit classes and MustOverride methods
Module 5: Interfaces
  • 1.What is an interface?
  • 2.Creating, implementing and using interfaces
  • 3.Interfaces and properties
  • 4.Interfaces versus abstract classes
Module 6: Exception Handling
  • 1.The ‘Try-Catch-Finally’ Clock
  • 2.Throw key word
  • 3.The in-built Exception Classes
  • 4.Creating exception classes
Module 7: Some Useful In-Built Classes
  • 1.The String class
  • 2.Common Collection classes: Array list, Hash table, Stack, Queue, Sorted List
  • 3.Operator Overloading
Module 8: Working with Databases
  • 1.Introduction to ADO.NET
  • 2.ADO.NET Architecture
  • 3.Using Connection and command objects
  • 4.Using Dataset, DataReader, Data view objects
  • 5.The ADO.NET architecture and its components
Module 9: Data Bound Controls
  • 1.Data Grid view control
  • 2.Binding data to textbox controls
  • 3.Using Binding Navigator, List controls
  • 4.Master- detail transactions
  • 5.Stored Procedures
Intermediate ASP.NET 4.0 Training Course for Web services, WCF basics, MVC, Advance features of ADO.Net, Delegates and events and Generics

Overview
  • 1. Build n-tier apps in .NET
  • 2. Advance features ADO.NET
  • 3. ASP.NET Web Services and WCF
  • 4. Learn about delegates and events
  • 5. Learn about Generics
  • 6. MVC design pattern
Re-cap of .Net for Beginners – 3 days

Module 1: Delegates and Events
  • 1.Understanding the concept of delegates
  • 2.Declaring, instantiating and invoking delegates
  • 3.Creating delegates methods
  • 4.Single Cast and Multicast delegates
  • 5.Delegates: safe function pointers
  • 6.Events
Module 2: Generics & Nullable types
  • 1.Understanding Generics
  • 2.Type-safe collection classes
  • 3.Nullable types
Module 3: Features in ADO.NET
  • 1.Connected and disconnected environment
  • 2.ADO.NET object model
  • 3.Data sources, providers and connections
  • 4.Commands and data reports
  • 5.Data sets and data adaptors
  • 6.Data tables, rows and columns
  • 7.Constrains and relations
Module 4: The I/O Classes
  • 1.The Stream classes
  • 2.Reading and writing to files
  • 3.The Directory and File classes
Module 5: Web Services
  • 1.Web services vs WCF
  • 2.Creating WCF Contracts and Services
  • 3.WCF Behaviours
  • 4.REST and POX
  • 5.Consuming WCF
  • 6.Ado.Net Data Services
  • 7.WCF Configuration and security overview
Module 6: ASP.NET MVC
  • 1.Understanding the ASP.NET MVC Framework
  • 2.MVC vs. Web Forms
  • 3.Key MVC Components
  • 4.Master pages
  • 5.Navigation
  • 6.MVC Testing
Advanced ASP.NET 4.0 Training Course For Best Practices with AJAX, Silverlight 3, LINQ, WCF Training

Overview
  • 1. Build n-tier apps in .NET
  • 2. Enforce standards of code and structure
  • 3. Use ADO.NET and LINQ effectively
  • 4. Understand the benefits and implementation of Enterprise Library 4
  • 5. Get the most out of ASP.NET Web Services and WCF
  • 6. Learn about advanced OO practices
  • 7. Create distributed apps with Web Services
  • 8. Secure your application
  • 9. Get the tools and skills to develop and implement ASP.NET AJAX Rich Internet Applications
  • 10. Get the tools and skills to develop Silverlight UI
  • 11. Understand the potential of MVC and Dynamic Data
Table Of Content
Module 1: ASP.NET Architecture Review
  • 1.Designing Layered Applications
  • 2.What layers and tiers do you need or want
  • 3.Choices for passing data through layers
  • 4.Methodologies
Module 2: LINQ
  • 1.Language features introduced by LINQ:
  • 2.- Anonymous Types
  • 3.- Object Initializers
  • 4.- Implicitly Typed Local Variables
  • 5.- Extension method
  • 6.- Lambda Expressions
  • 7.- Query Expressions
  • 8.LINQ to Objects
  • 9.LINQ to XML
  • 10.LINQ Data Access
  • 11.- LINQ to SQL
  • 12.- LINQ to Entities
  • 13.- Incorporating validation & business logic
Module 3: Using ASP.NET AJAX
  • 1.Introduction to AJAX
  • 2.ASP.NET AJAX Overview
  • 3.Using AJAX Extensions
  • 4.Calling Web Services from the Client
  • 5.Updating the UI
  • 6.Using jQuery in the client
  • 7.Dealing with Exceptions
  • 8.ASP.NET Ajax Server Control
  • 9.ASP.NET Control Toolkit
Module 4: Silverlight 3
  • 1.WPF vs Silverlight 3
  • 2.XAML
  • 3.Animations
  • 4.Styles & Templates
  • 5.HtmlBridge
  • 6.Calling services
  • 7.Data binding
Module 5: Reflection and Attribute Programming
  • 1. Understanding Attributes
  • 2. Using .NET Attributes
  • 3. Designing Custom Attributes
  • 4. Using Custom Attributes
  • 5. Retrieving attributes value
  • 6. Understanding Reflection
  • 7. Extracting Type Information
  • 8. Using Reflection at Runtime
  • 9. Metadata, data about data
  • 10. Reflection API: Assembly, Module type and member info classes
Module 6: Threads & Delegates
  • 1. Understanding Threading
  • 2. Creating Threads
  • 3. Passing Data to Threads
  • 4. Returning Data from Threads
  • 5. Managing Threads
  • 6. Terminating Threads
  • 7. Thread states and priorities
  • 8. Problems with Threads
  • 9. Synchronizing Threads
  • 10. Understanding Delegates
  • 11. Single-cast vs. Multi-cast Delegates
  • 12. Defining Delegate Types
  • 13. Using Synchronous and Asynchronous Delegates
  • 14. Understanding the Relationship between Delegates and Events
  • 15. Defining and Raising Custom Events
  • 16. Handling Custom Events
Module 7: Deployment
  • 1. Deployment Basics
  • 2. Creating a Windows Deployment Project
  • 3. Adding Files
  • 4. Adding Icons
  • 5. Adding Screens
  • 6. Adding the Windows Installer Bootstrapper
  • 7. Testing the Deployment Project
  • 8. Creating a Web Deployment Project
  • 9. Customizing the Project
  • 10. Testing the Installation
  • 11. Configuring Merge Module Projects
  • 12. Configuring CAB Files
Project (Charged)
Creating Mobile Applications and Using ADO.NET
  • 1. WAP and the Mobile Internet Toolkit
  • 2. Creating a Mobile Web Application Project
  • 3. Understanding Mobile Web Application Code
  • 4. Developing a Mobile Web Application
  • 5. Using Validation Controls
  • 6. Using List Controls
  • 7. Getting Started with ADO.NET
  • 8. The ADO.NET Object Model
  • 9. Creating a Data Aware Application
  • 10. Connecting with a SQL Server Database
  • 11. Accessing and Manipulating Data
  • 12. Displaying Results
 
 
 
 
         
 
 
Copyright © ITB Technologies Pvt Ltd. All Rights Reserved 2011 Home | About Us | Media | Knowledge Centre | Investor Relations | Feedback | Privacy Policy | Sitemap