SlideShare a Scribd company logo
1 of 10
ASP.NET
NET (C#,VB.NET, Ado.NET, SQL Server, Asp.Net, AJAX, LINQ, Java Script, Web Services 2,3,N Tier Architecture,
JQUERY with 1 Dummy & 1 Live Project) Duration :3 Month Fees: Rs 12,500/
VB.NET with Live Project Duration: 2 Month Fees: Rs 6,000/-
Asp.Net with Live Project Duration: 2 Month Fees: Rs 6500/-
Advance .Net (LINQ, WPF, WCF, SILVERLIGHT, AJAX, SQL SERVER, JQUERY with 1 Dummy
& 1 Live Project) Duration: 3 Month Fees: Rs 10,000/-
A1/17, Top Floor, Opposite Metro Pillar no: 636, Main Najafgarh ,Road, Janakpuri New
Delhi – 110058
Phone no-011-4166-8088, 90155-96280, 9313565406, website-www.balujalabs.in
ASP.NET
Overview of Microsoft .Net 3.5
• Concept of Microsoft .Net
Framework(2.0,3.0,3.5)
• 2- Tier, 3-Tier and N-Tier Asp.Net
• Platform Requirements
• Components of .Net Framework
(CCR,CTS,CLS)
• JIT (Just-In- Time) complier
• Data Type, Syntax, Loop and Operators
• Value Type, Reference Type
• About Heap and Stack Memory
• Operators & Keywords
• Syntax of C#
• Control Structure and Loops
• Boxing and Unboxing
• Introduction to Array
Fundamental of Classes and Object
• Constructor and Destructor
• Type of classes
• Method declaration and its type
• Method and Constructor Overloading
• Property Declaration and Types
• Object Creation
• Namespace Mechanism
• Property
• Implementation of Property
• Type of Property
• Property
Inheritance
• Type of Inheritance
• Implementation of Different Inheritance
• Method Overloading, Method Hiding and
• Virtual Function
• Using of Base Keyword
• Sealed Class and Method
• Abstract classes and Methods
• Concrete versus abstract classes
• Class Access Modifier
Interface
• Declaration of Interface
• Interface versus Abstract class
Structure
• Declaration of structure
• Structure versus Class
• Structure and Inheritance
• Constructor of Structure
Arrays
• One dim Array
• 2 dim array
• Multi dim array
• Jagged Array
• Array class and its property
ASP.NET
Interface
• Declaration of Interface
• Interface versus Abstract class
Structure
• Declaration of structure
• Structure versus Class
• Structure and Inheritance
• Constructor of Structure
Arrays
• One dim Array
• 2 dim array
• Multi dim array
• Jagged Array
• Array class and its property
Generic Collection
• Overview of Collections
• Arrays versus Collections
• Different Collection Classes and
• Their Property
• Array List
• Hash Table
• Sorted List
• Stack
• Queue
• Bit Array
• Collection Versus Generic Collection
File Handling
• File Class
• Stream Reader and Stream writer
• Binary Reader and Binary Writer
• Reading and writing File
Exceptions Handling
• Error Versus Exception
• Exception Classes
• Handling Exception
• Using Try, Catch, Finally Block
• Throw Exception
VB.Net
Introduction to the .NET Framework
• The .NET Framework
• The .NET Base Class Library
• Using Classes and Structures
• Using Methods
• Scope and Access Levels
• Garbage Collection
Creating the User Interface
• User Interface Design Principles
• Using Forms
• Using Controls and Components
• Using Menus
• Validating User Input
Types and Members
• Using Data types
• Constants, Enums, Arrays , and Collections
• Implementing Properties
• Implementing Delegates and Events
Object-Oriented Programming and Poymorphism
• Introduction to Object-Oriented Programming
• Overloading Members
• Interface Polymorphism
• Inheritance Polymorphism
Data Access Using ADO.NET
• Overview of ADO.NET
• Using Dataset Objects and Updating Data
• Accessing Data
• Binding, viewing, and Filtering Data
ASP.NET WITH C# & XML
• Overview of Microsoft .Net 3.5
• Concept of Microsoft .Net Framework(2.0,3.0,3.5)
• 2- Tier, 3-Tier and N-Tier Asp.Net
• Platform Requirements
• Components of .Net Framework (CCR,CTS,CLS)
• JIT (Just-In- Time) complier
• Data Type, Syntax, Loop and Operators
• Value Type, Reference Type
• About Heap and Stack Memory
• Operators & Keywords
• Syntax of C#
• Control Structure and Loops
• Boxing and Unboxing
• Introduction to Array
Web Frames
• Execution process of Asp.Net
• Starting with Microsoft Visual Studio.Net
• How to create an Asp.Net application
• Configure IIS
Section 10 – Lists
• Lists
• Creating a list
• Filtering lists
• Autofilter
• Custom autofilter
• Advanced filtering
• Extracting filtered data
• Adding subtotals
Section 11 Pivot tables
• Pivot tables
• Grouping data in pivot tables
• S.a.e
Section 12 – functions
• Functions
• Logical functions
• Date and time functions
• Lookup functions
MathsSection 10 – Lists
• Lists
• Creating a list
• Filtering lists
• Autofilter
• Custom autofilter
• Advanced filtering
• Extracting filtered data
• Adding subtotals
Section 11 Pivot tables
• Pivot tables
• Grouping data in pivot tables
• S.a.e
Section 12 – functions
• Functions
• Logical functions
• Date and time functions
• Lookup functions
• Maths and statistical functions
• Text functions
• Financial functions
• Database functions
• Nested functions
Section 12 – functions
• Functions
• Logical functions and statistical functions
• Text functions
• Financial functions
• Database functions
• Nested functions
Section 12 – functions
• Functions
• Logical functions
• Customizing the report viewer
• Using formula and logic
ADO.Net and working with XML, Sql Server, Access
• ADO.Net Overview $ Architecture
• Connection, Data Adapter object
• Data set, data Table and Data view object
• Command, Dat Reader object
• Repeater, Data list, Grid view, list view,
• Details view, form View Objects
State management
• State Management with HTTP
• Page Server
• View State
• User level
• Session
• Application Level
• Application
• Website
• Cookies
• Cleaning the session State
• Global Application class (global. asax)
• Web configuration file ( web.config)
• Web Caching
Intrinsic objects under Asp.Net
• Request Object
• Response Object
• Session Object
• Application Object
• Server Object
• View State object
Advanced Asp.Net
• Using FTP software
• Using Browser
• Creting Web Setup Project
• Component Programming(Data Logic Layer)
• Ajax
LINQ
• C# Language Extensions in 3.5 (Prerequisite)
• ?Type Inference
• ?Object Initializers.
• ?Anonymous Types
• Extension Methods
• ?Partial Methods
LINQ Architecture
• Understanding the LINQ Framework
• LINQ Providers
• LINQ to Objects
• LINQ to SQL
• LINQ to Dataset
• LINQ to XML
LINQ to Objects
• ?IEnumerable<T> and IQueryable<T> interfaces
• System.Linq namespace
• Query Expressions
• Lambda Expression
• Using Custom Class Collection
LINQ to SQL
• Defining the Data Model classes
• ?Using Mapping attributes
• Using the Data Context class
• Defining Relationships using Associations
• Creating a customized Data Context class
WPF
• LINQ to XML
• Understanding the LINQ to XML Class hierarchy
• Create an XVML document
• Loading existing XML document
• Querying XML using LINQ to XML
• Manipulating XML
• Adding nodes
• Modifying nodes
• Deleting nodes
LINQ to Dataset
• Querying DataSets
• Querying typed DataSets
• Using LINQ over DataSet with Table Adapter
• Introduction
• What is WPF
• Goals, Benefits & Drawbacks
• First WPFApplication
• Types of WPFApplication
• XAML – Extensible Application Markup Language.
• Content Models
• Brief Introduction to Expression Blend
• Controls , Menus
• Content Controls
• Label, Button, CheckBox, RadioButtom,
RepeatButton,
• ToggleButton, ToolTip, Explander, GroupBox
• Text Controls
• TextBox, TextBlock, RichTextBox, PasswordBox
• List Controls
• Routed Events
• ComboBox, ListBox, Menu, StatusBar, TabControl,
• Toolbar, TreeView, ListView
• General Controls
• Progress Bar, Image, Slider, ScrollBar, Rectangle,
Ellipse,
• Separator , GridSplitter, MediaElement
• Windows Forms Host:
• NotifyIcon, DateTimePicker, FolderBrowserDialog,
• DataGridView
• Menus and Toolbars
Layout
• Border
• Canvas
• DockPanel
• Grid
• StackPanel
• UniformGrid
• WrapPanel
• Viewbox
• ScrollViewer
• Common Layout Properties
Web Services
• What is Distributed Application
• High Level Architecture on how
RMI/CORBA/DCOM works
• Introduction to Web Service & SOAP
• To build an Web Service application and client
• Pass by value and reference behavior
• Working with Soap Header Attribute
• Asynchronous Call to the Web Method
• Security in Web Service
Introduction to WCF
• Evolution of WCF
• Evolution of Service Oriented Architecture (SOA)
• Four Tenets of SOA
• ?What is WCF
Developing WCF Service Application and Client
• Hosting WCF Service in IIS/ASP.NET Development
Server
• Using a Service in the client application
• Understand Contracts in the service.
• Service Contract.
• Operation Contract.
• Data Contract.
• Understand Instancing behavior in the service.
• Single
Endpoints in configuration file
• End points in Configuration File.
• ABC - Address, Binding & Contract of the service in
Configuration File.
• Understanding importance of base address.
• Importance of IMeta data Exchange Contract /
Endpoint.
• Configuring service behavior in configuration file
• WCF Service Configuration Editor
Channel Stacks & Bindings in WCF
• Understanding Channel Stack
• Introduction to Binding
• Types of Bindings.
• Configuring a Service and Client for Multiple
Bindings
• Binding Class Properties.
Understanding Service and Data Contracts
• About Service Contract
• Data Contract & Data Member
• Versioning using Interface Extensible Data Object
• Version Tolerance
• Implications of Modifying Service Operations
• Implications of Modifying Data Contracts
Silver Light
• Silverlight Introduction
• What is Silverlight?
• Tools for Creating Silverlight Apps
• Difference in versions
• Different Types of Applications in silverlight
Silverlight Concepts
• Silverlight Architecture
• Sileverlight and XAML
• Developing First Silverlight application
• XAML Namescopes
Silverlight User Interface controls
• Layout Management and Grouping Controls
• Forms Controls
• Data Integration and Data Manipulation Controls
• Functional Controls
• Navigation
Transformation and Animation
• Transformations
• Exploring Transformations
• Creating an Animation
• Understanding Key Frames
UI Interaction
• Keyboard input
• Mouse Input
• Drag and Drop
• Full Screen Mode
• File Open and Save Dialogs
• Isolated Storage
• Clipboard Access
• Globalization and Localization of Silverlight
Applications
• Printing Capabilities
• Mouse-Wheel Support
• Background Worker & Threads
Data Binding
• Understanding DataBinding in Silverlight
• DataBinding Modes
• DataBinding Syntax
• DataContext
• Change Notifcation
• DataTemplates
Creating Custom Controls
• The Silverlight Toolkit
• Motivation for creating custom controls
• Creating custom controls
• Understanding Generic XAML
• Using custom controls
A1/17, Top Floor, Opposite Metro Pillar no: 636, Main Najafgarh
Road, Janakpuri New Delhi – 110058
011-4166-8088, 90155-96280, 9313565406
www.balujalabs.in
Course Highlight
1.Consistent Classroom Guidance
2.Meticulously designed Study Material
3.Review of Previous years question papers
4.Regular model Mock tests on exam patterns
5.One on One attention
6.Time Bound Completion
7. Experienced full time faculty
8.Small batches
9.5 days a weekend batches
10.Weekly test
11.Accommodation for outstation students(PG)

More Related Content

What's hot

【EDD Workshop@140829】iOS Models-Core Data_by Boska-Lee
【EDD Workshop@140829】iOS Models-Core Data_by Boska-Lee【EDD Workshop@140829】iOS Models-Core Data_by Boska-Lee
【EDD Workshop@140829】iOS Models-Core Data_by Boska-LeeEZTABLE
 
Msbi online training
Msbi online trainingMsbi online training
Msbi online trainingssmsbi
 
Datomic – A Modern Database - StampedeCon 2014
Datomic – A Modern Database - StampedeCon 2014Datomic – A Modern Database - StampedeCon 2014
Datomic – A Modern Database - StampedeCon 2014StampedeCon
 
Rubyonrails 090715105949-phpapp01
Rubyonrails 090715105949-phpapp01Rubyonrails 090715105949-phpapp01
Rubyonrails 090715105949-phpapp01sagaroceanic11
 
Ruby On Rails
Ruby On RailsRuby On Rails
Ruby On Railsiradarji
 
Rails 3 (beta) Roundup
Rails 3 (beta) RoundupRails 3 (beta) Roundup
Rails 3 (beta) RoundupWayne Carter
 
Jasig rubyon rails
Jasig rubyon railsJasig rubyon rails
Jasig rubyon rails_zaMmer_
 
Building Software Backend (Web API)
Building Software Backend (Web API)Building Software Backend (Web API)
Building Software Backend (Web API)Alexander Goida
 
Scala Frameworks for Web Application 2016
Scala Frameworks for Web Application 2016Scala Frameworks for Web Application 2016
Scala Frameworks for Web Application 2016takezoe
 
The power of datomic
The power of datomicThe power of datomic
The power of datomicKonrad Szydlo
 
Scala at Treasure Data
Scala at Treasure DataScala at Treasure Data
Scala at Treasure DataTaro L. Saito
 
Type-safe front-end development with Scala
Type-safe front-end development with ScalaType-safe front-end development with Scala
Type-safe front-end development with Scalatakezoe
 
Ibm datastage online training in hyderabad
Ibm datastage online training in hyderabadIbm datastage online training in hyderabad
Ibm datastage online training in hyderabadGoLogica Technologies
 
Introduction to CosmosDB - Azure Bootcamp 2018
Introduction to CosmosDB - Azure Bootcamp 2018Introduction to CosmosDB - Azure Bootcamp 2018
Introduction to CosmosDB - Azure Bootcamp 2018Josh Carlisle
 
Azure App Configuration with .NET applications
Azure App Configuration with .NET applicationsAzure App Configuration with .NET applications
Azure App Configuration with .NET applicationsChristian Nagel
 
Scaling the Web: Databases & NoSQL
Scaling the Web: Databases & NoSQLScaling the Web: Databases & NoSQL
Scaling the Web: Databases & NoSQLRichard Schneeman
 

What's hot (20)

【EDD Workshop@140829】iOS Models-Core Data_by Boska-Lee
【EDD Workshop@140829】iOS Models-Core Data_by Boska-Lee【EDD Workshop@140829】iOS Models-Core Data_by Boska-Lee
【EDD Workshop@140829】iOS Models-Core Data_by Boska-Lee
 
Msbi online training
Msbi online trainingMsbi online training
Msbi online training
 
Linq
LinqLinq
Linq
 
Datomic – A Modern Database - StampedeCon 2014
Datomic – A Modern Database - StampedeCon 2014Datomic – A Modern Database - StampedeCon 2014
Datomic – A Modern Database - StampedeCon 2014
 
Introduction to datomic
Introduction to datomicIntroduction to datomic
Introduction to datomic
 
Rubyonrails 090715105949-phpapp01
Rubyonrails 090715105949-phpapp01Rubyonrails 090715105949-phpapp01
Rubyonrails 090715105949-phpapp01
 
Ruby On Rails
Ruby On RailsRuby On Rails
Ruby On Rails
 
Rails 3 (beta) Roundup
Rails 3 (beta) RoundupRails 3 (beta) Roundup
Rails 3 (beta) Roundup
 
Jasig rubyon rails
Jasig rubyon railsJasig rubyon rails
Jasig rubyon rails
 
Building Software Backend (Web API)
Building Software Backend (Web API)Building Software Backend (Web API)
Building Software Backend (Web API)
 
Asp.net
Asp.netAsp.net
Asp.net
 
Scala Frameworks for Web Application 2016
Scala Frameworks for Web Application 2016Scala Frameworks for Web Application 2016
Scala Frameworks for Web Application 2016
 
The power of datomic
The power of datomicThe power of datomic
The power of datomic
 
Scala at Treasure Data
Scala at Treasure DataScala at Treasure Data
Scala at Treasure Data
 
Ajax Zf
Ajax ZfAjax Zf
Ajax Zf
 
Type-safe front-end development with Scala
Type-safe front-end development with ScalaType-safe front-end development with Scala
Type-safe front-end development with Scala
 
Ibm datastage online training in hyderabad
Ibm datastage online training in hyderabadIbm datastage online training in hyderabad
Ibm datastage online training in hyderabad
 
Introduction to CosmosDB - Azure Bootcamp 2018
Introduction to CosmosDB - Azure Bootcamp 2018Introduction to CosmosDB - Azure Bootcamp 2018
Introduction to CosmosDB - Azure Bootcamp 2018
 
Azure App Configuration with .NET applications
Azure App Configuration with .NET applicationsAzure App Configuration with .NET applications
Azure App Configuration with .NET applications
 
Scaling the Web: Databases & NoSQL
Scaling the Web: Databases & NoSQLScaling the Web: Databases & NoSQL
Scaling the Web: Databases & NoSQL
 

Similar to Online ASP.NET Training, Live Projects & Job Placement Assistance in Delhi

Full Stack Developer Course | Infinite Graphix Technologies
Full Stack Developer Course | Infinite Graphix TechnologiesFull Stack Developer Course | Infinite Graphix Technologies
Full Stack Developer Course | Infinite Graphix TechnologiesInfinite Graphix Technologies
 
CORE JAVA & ADVANCE JAVA
CORE JAVA & ADVANCE JAVACORE JAVA & ADVANCE JAVA
CORE JAVA & ADVANCE JAVABALUJAINSTITUTE
 
Mastering asp.net mvc - Dot Net Tricks
Mastering asp.net mvc - Dot Net TricksMastering asp.net mvc - Dot Net Tricks
Mastering asp.net mvc - Dot Net TricksGaurav Singh
 
CORE JAVA & ADVANCE JAVA
CORE JAVA & ADVANCE JAVACORE JAVA & ADVANCE JAVA
CORE JAVA & ADVANCE JAVABALUJAINSTITUTE
 
6 weeks 6 months live project summer industrial training in cmc limited 2012
6 weeks  6 months live project summer industrial training in cmc limited  20126 weeks  6 months live project summer industrial training in cmc limited  2012
6 weeks 6 months live project summer industrial training in cmc limited 2012CMC Limited
 
Blazor certification training - Dot Net Tricks
Blazor certification training - Dot Net TricksBlazor certification training - Dot Net Tricks
Blazor certification training - Dot Net TricksGaurav Singh
 
Asp.net MVC training session
Asp.net MVC training sessionAsp.net MVC training session
Asp.net MVC training sessionHrichi Mohamed
 
Mastering react with redux
Mastering react with reduxMastering react with redux
Mastering react with reduxGaurav Singh
 
Asp.Net 3.5 Part 2
Asp.Net 3.5 Part 2Asp.Net 3.5 Part 2
Asp.Net 3.5 Part 2asim78
 
oracle Peoplesoft hrms technical online training
oracle Peoplesoft hrms technical online trainingoracle Peoplesoft hrms technical online training
oracle Peoplesoft hrms technical online trainingMindmajix Technologies
 
Aftab Jahangeer_Dot Net
Aftab Jahangeer_Dot NetAftab Jahangeer_Dot Net
Aftab Jahangeer_Dot NetAftab Jahangir
 
How to JavaOne 2016 - Generate Customized Java 8 Code from Your Database [TUT...
How to JavaOne 2016 - Generate Customized Java 8 Code from Your Database [TUT...How to JavaOne 2016 - Generate Customized Java 8 Code from Your Database [TUT...
How to JavaOne 2016 - Generate Customized Java 8 Code from Your Database [TUT...Malin Weiss
 
JavaOne2016 - How to Generate Customized Java 8 Code from Your Database [TUT4...
JavaOne2016 - How to Generate Customized Java 8 Code from Your Database [TUT4...JavaOne2016 - How to Generate Customized Java 8 Code from Your Database [TUT4...
JavaOne2016 - How to Generate Customized Java 8 Code from Your Database [TUT4...Speedment, Inc.
 
Using MVC with Kentico 8
Using MVC with Kentico 8Using MVC with Kentico 8
Using MVC with Kentico 8Thomas Robbins
 

Similar to Online ASP.NET Training, Live Projects & Job Placement Assistance in Delhi (20)

Full Stack Developer Course | Infinite Graphix Technologies
Full Stack Developer Course | Infinite Graphix TechnologiesFull Stack Developer Course | Infinite Graphix Technologies
Full Stack Developer Course | Infinite Graphix Technologies
 
CORE JAVA & ADVANCE JAVA
CORE JAVA & ADVANCE JAVACORE JAVA & ADVANCE JAVA
CORE JAVA & ADVANCE JAVA
 
Mastering asp.net mvc - Dot Net Tricks
Mastering asp.net mvc - Dot Net TricksMastering asp.net mvc - Dot Net Tricks
Mastering asp.net mvc - Dot Net Tricks
 
CORE JAVA & ADVANCE JAVA
CORE JAVA & ADVANCE JAVACORE JAVA & ADVANCE JAVA
CORE JAVA & ADVANCE JAVA
 
6 weeks 6 months live project summer industrial training in cmc limited 2012
6 weeks  6 months live project summer industrial training in cmc limited  20126 weeks  6 months live project summer industrial training in cmc limited  2012
6 weeks 6 months live project summer industrial training in cmc limited 2012
 
Blazor certification training - Dot Net Tricks
Blazor certification training - Dot Net TricksBlazor certification training - Dot Net Tricks
Blazor certification training - Dot Net Tricks
 
Java UI Course Content
Java UI Course ContentJava UI Course Content
Java UI Course Content
 
Asp.net MVC training session
Asp.net MVC training sessionAsp.net MVC training session
Asp.net MVC training session
 
Web services soap rest training
Web services soap rest trainingWeb services soap rest training
Web services soap rest training
 
Asp.Net MVC
Asp.Net MVCAsp.Net MVC
Asp.Net MVC
 
Micro strategy 7i
Micro strategy 7iMicro strategy 7i
Micro strategy 7i
 
Mastering react with redux
Mastering react with reduxMastering react with redux
Mastering react with redux
 
Asp.Net 3.5 Part 2
Asp.Net 3.5 Part 2Asp.Net 3.5 Part 2
Asp.Net 3.5 Part 2
 
oracle Peoplesoft hrms technical online training
oracle Peoplesoft hrms technical online trainingoracle Peoplesoft hrms technical online training
oracle Peoplesoft hrms technical online training
 
70487.pdf
70487.pdf70487.pdf
70487.pdf
 
Aftab Jahangeer_Dot Net
Aftab Jahangeer_Dot NetAftab Jahangeer_Dot Net
Aftab Jahangeer_Dot Net
 
How to JavaOne 2016 - Generate Customized Java 8 Code from Your Database [TUT...
How to JavaOne 2016 - Generate Customized Java 8 Code from Your Database [TUT...How to JavaOne 2016 - Generate Customized Java 8 Code from Your Database [TUT...
How to JavaOne 2016 - Generate Customized Java 8 Code from Your Database [TUT...
 
JavaOne2016 - How to Generate Customized Java 8 Code from Your Database [TUT4...
JavaOne2016 - How to Generate Customized Java 8 Code from Your Database [TUT4...JavaOne2016 - How to Generate Customized Java 8 Code from Your Database [TUT4...
JavaOne2016 - How to Generate Customized Java 8 Code from Your Database [TUT4...
 
Using MVC with Kentico 8
Using MVC with Kentico 8Using MVC with Kentico 8
Using MVC with Kentico 8
 
Google web toolkit gwt training
Google web toolkit gwt trainingGoogle web toolkit gwt training
Google web toolkit gwt training
 

More from BALUJAINSTITUTE (20)

Web Designing
Web DesigningWeb Designing
Web Designing
 
Web Designing
Web Designing Web Designing
Web Designing
 
PROGRAMMING COURSE DATA STRUCTURES
PROGRAMMING COURSE DATA STRUCTURESPROGRAMMING COURSE DATA STRUCTURES
PROGRAMMING COURSE DATA STRUCTURES
 
CORE JAVA & ADVANCE JAVA
CORE JAVA & ADVANCE JAVACORE JAVA & ADVANCE JAVA
CORE JAVA & ADVANCE JAVA
 
DIPLOMA IN FINANCIAL ACCOUNTING, ADVANCE EXCEL & TALLY WITH GST
DIPLOMA IN FINANCIAL ACCOUNTING, ADVANCE EXCEL & TALLY WITH GST DIPLOMA IN FINANCIAL ACCOUNTING, ADVANCE EXCEL & TALLY WITH GST
DIPLOMA IN FINANCIAL ACCOUNTING, ADVANCE EXCEL & TALLY WITH GST
 
DIPLOMA IN FINANCIAL ACCOUNTING, ADVANCE EXCEL & TALLY WITH GST
DIPLOMA IN FINANCIAL ACCOUNTING, ADVANCE EXCEL & TALLY WITH GST DIPLOMA IN FINANCIAL ACCOUNTING, ADVANCE EXCEL & TALLY WITH GST
DIPLOMA IN FINANCIAL ACCOUNTING, ADVANCE EXCEL & TALLY WITH GST
 
C & C++
C & C++C & C++
C & C++
 
Software testting
Software testtingSoftware testting
Software testting
 
Software development
Software  development Software  development
Software development
 
Hadware netwroking
Hadware netwrokingHadware netwroking
Hadware netwroking
 
Hadoop
HadoopHadoop
Hadoop
 
web designing
 web designing web designing
web designing
 
Web Designing
Web DesigningWeb Designing
Web Designing
 
Software development
Software developmentSoftware development
Software development
 
Sap
SapSap
Sap
 
Python
PythonPython
Python
 
Java, vb, python
Java, vb, pythonJava, vb, python
Java, vb, python
 
Ip mdu-b.tech
Ip mdu-b.techIp mdu-b.tech
Ip mdu-b.tech
 
Hadoop
HadoopHadoop
Hadoop
 
Diploma in financial
Diploma in financialDiploma in financial
Diploma in financial
 

Recently uploaded

Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 

Recently uploaded (20)

Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 

Online ASP.NET Training, Live Projects & Job Placement Assistance in Delhi

  • 1. ASP.NET NET (C#,VB.NET, Ado.NET, SQL Server, Asp.Net, AJAX, LINQ, Java Script, Web Services 2,3,N Tier Architecture, JQUERY with 1 Dummy & 1 Live Project) Duration :3 Month Fees: Rs 12,500/ VB.NET with Live Project Duration: 2 Month Fees: Rs 6,000/- Asp.Net with Live Project Duration: 2 Month Fees: Rs 6500/- Advance .Net (LINQ, WPF, WCF, SILVERLIGHT, AJAX, SQL SERVER, JQUERY with 1 Dummy & 1 Live Project) Duration: 3 Month Fees: Rs 10,000/- A1/17, Top Floor, Opposite Metro Pillar no: 636, Main Najafgarh ,Road, Janakpuri New Delhi – 110058 Phone no-011-4166-8088, 90155-96280, 9313565406, website-www.balujalabs.in
  • 2. ASP.NET Overview of Microsoft .Net 3.5 • Concept of Microsoft .Net Framework(2.0,3.0,3.5) • 2- Tier, 3-Tier and N-Tier Asp.Net • Platform Requirements • Components of .Net Framework (CCR,CTS,CLS) • JIT (Just-In- Time) complier • Data Type, Syntax, Loop and Operators • Value Type, Reference Type • About Heap and Stack Memory • Operators & Keywords • Syntax of C# • Control Structure and Loops • Boxing and Unboxing • Introduction to Array Fundamental of Classes and Object • Constructor and Destructor • Type of classes • Method declaration and its type • Method and Constructor Overloading • Property Declaration and Types • Object Creation • Namespace Mechanism • Property • Implementation of Property • Type of Property • Property Inheritance • Type of Inheritance • Implementation of Different Inheritance • Method Overloading, Method Hiding and • Virtual Function • Using of Base Keyword • Sealed Class and Method • Abstract classes and Methods • Concrete versus abstract classes • Class Access Modifier Interface • Declaration of Interface • Interface versus Abstract class Structure • Declaration of structure • Structure versus Class • Structure and Inheritance • Constructor of Structure Arrays • One dim Array • 2 dim array • Multi dim array • Jagged Array • Array class and its property
  • 3. ASP.NET Interface • Declaration of Interface • Interface versus Abstract class Structure • Declaration of structure • Structure versus Class • Structure and Inheritance • Constructor of Structure Arrays • One dim Array • 2 dim array • Multi dim array • Jagged Array • Array class and its property Generic Collection • Overview of Collections • Arrays versus Collections • Different Collection Classes and • Their Property • Array List • Hash Table • Sorted List • Stack • Queue • Bit Array • Collection Versus Generic Collection File Handling • File Class • Stream Reader and Stream writer • Binary Reader and Binary Writer • Reading and writing File Exceptions Handling • Error Versus Exception • Exception Classes • Handling Exception • Using Try, Catch, Finally Block • Throw Exception
  • 4. VB.Net Introduction to the .NET Framework • The .NET Framework • The .NET Base Class Library • Using Classes and Structures • Using Methods • Scope and Access Levels • Garbage Collection Creating the User Interface • User Interface Design Principles • Using Forms • Using Controls and Components • Using Menus • Validating User Input Types and Members • Using Data types • Constants, Enums, Arrays , and Collections • Implementing Properties • Implementing Delegates and Events Object-Oriented Programming and Poymorphism • Introduction to Object-Oriented Programming • Overloading Members • Interface Polymorphism • Inheritance Polymorphism Data Access Using ADO.NET • Overview of ADO.NET • Using Dataset Objects and Updating Data • Accessing Data • Binding, viewing, and Filtering Data ASP.NET WITH C# & XML • Overview of Microsoft .Net 3.5 • Concept of Microsoft .Net Framework(2.0,3.0,3.5) • 2- Tier, 3-Tier and N-Tier Asp.Net • Platform Requirements • Components of .Net Framework (CCR,CTS,CLS) • JIT (Just-In- Time) complier • Data Type, Syntax, Loop and Operators • Value Type, Reference Type • About Heap and Stack Memory • Operators & Keywords • Syntax of C# • Control Structure and Loops • Boxing and Unboxing • Introduction to Array Web Frames • Execution process of Asp.Net • Starting with Microsoft Visual Studio.Net • How to create an Asp.Net application • Configure IIS
  • 5. Section 10 – Lists • Lists • Creating a list • Filtering lists • Autofilter • Custom autofilter • Advanced filtering • Extracting filtered data • Adding subtotals Section 11 Pivot tables • Pivot tables • Grouping data in pivot tables • S.a.e Section 12 – functions • Functions • Logical functions • Date and time functions • Lookup functions MathsSection 10 – Lists • Lists • Creating a list • Filtering lists • Autofilter • Custom autofilter • Advanced filtering • Extracting filtered data • Adding subtotals Section 11 Pivot tables • Pivot tables • Grouping data in pivot tables • S.a.e Section 12 – functions • Functions • Logical functions • Date and time functions • Lookup functions • Maths and statistical functions • Text functions • Financial functions • Database functions • Nested functions Section 12 – functions • Functions • Logical functions and statistical functions • Text functions • Financial functions • Database functions • Nested functions Section 12 – functions • Functions • Logical functions • Customizing the report viewer • Using formula and logic ADO.Net and working with XML, Sql Server, Access • ADO.Net Overview $ Architecture • Connection, Data Adapter object • Data set, data Table and Data view object • Command, Dat Reader object • Repeater, Data list, Grid view, list view, • Details view, form View Objects
  • 6. State management • State Management with HTTP • Page Server • View State • User level • Session • Application Level • Application • Website • Cookies • Cleaning the session State • Global Application class (global. asax) • Web configuration file ( web.config) • Web Caching Intrinsic objects under Asp.Net • Request Object • Response Object • Session Object • Application Object • Server Object • View State object Advanced Asp.Net • Using FTP software • Using Browser • Creting Web Setup Project • Component Programming(Data Logic Layer) • Ajax LINQ • C# Language Extensions in 3.5 (Prerequisite) • ?Type Inference • ?Object Initializers. • ?Anonymous Types • Extension Methods • ?Partial Methods LINQ Architecture • Understanding the LINQ Framework • LINQ Providers • LINQ to Objects • LINQ to SQL • LINQ to Dataset • LINQ to XML LINQ to Objects • ?IEnumerable<T> and IQueryable<T> interfaces • System.Linq namespace • Query Expressions • Lambda Expression • Using Custom Class Collection LINQ to SQL • Defining the Data Model classes • ?Using Mapping attributes • Using the Data Context class • Defining Relationships using Associations • Creating a customized Data Context class
  • 7. WPF • LINQ to XML • Understanding the LINQ to XML Class hierarchy • Create an XVML document • Loading existing XML document • Querying XML using LINQ to XML • Manipulating XML • Adding nodes • Modifying nodes • Deleting nodes LINQ to Dataset • Querying DataSets • Querying typed DataSets • Using LINQ over DataSet with Table Adapter • Introduction • What is WPF • Goals, Benefits & Drawbacks • First WPFApplication • Types of WPFApplication • XAML – Extensible Application Markup Language. • Content Models • Brief Introduction to Expression Blend • Controls , Menus • Content Controls • Label, Button, CheckBox, RadioButtom, RepeatButton, • ToggleButton, ToolTip, Explander, GroupBox • Text Controls • TextBox, TextBlock, RichTextBox, PasswordBox • List Controls • Routed Events • ComboBox, ListBox, Menu, StatusBar, TabControl, • Toolbar, TreeView, ListView • General Controls • Progress Bar, Image, Slider, ScrollBar, Rectangle, Ellipse, • Separator , GridSplitter, MediaElement • Windows Forms Host: • NotifyIcon, DateTimePicker, FolderBrowserDialog, • DataGridView • Menus and Toolbars Layout • Border • Canvas • DockPanel • Grid • StackPanel • UniformGrid • WrapPanel • Viewbox • ScrollViewer • Common Layout Properties
  • 8. Web Services • What is Distributed Application • High Level Architecture on how RMI/CORBA/DCOM works • Introduction to Web Service & SOAP • To build an Web Service application and client • Pass by value and reference behavior • Working with Soap Header Attribute • Asynchronous Call to the Web Method • Security in Web Service Introduction to WCF • Evolution of WCF • Evolution of Service Oriented Architecture (SOA) • Four Tenets of SOA • ?What is WCF Developing WCF Service Application and Client • Hosting WCF Service in IIS/ASP.NET Development Server • Using a Service in the client application • Understand Contracts in the service. • Service Contract. • Operation Contract. • Data Contract. • Understand Instancing behavior in the service. • Single Endpoints in configuration file • End points in Configuration File. • ABC - Address, Binding & Contract of the service in Configuration File. • Understanding importance of base address. • Importance of IMeta data Exchange Contract / Endpoint. • Configuring service behavior in configuration file • WCF Service Configuration Editor Channel Stacks & Bindings in WCF • Understanding Channel Stack • Introduction to Binding • Types of Bindings. • Configuring a Service and Client for Multiple Bindings • Binding Class Properties. Understanding Service and Data Contracts • About Service Contract • Data Contract & Data Member • Versioning using Interface Extensible Data Object • Version Tolerance • Implications of Modifying Service Operations • Implications of Modifying Data Contracts Silver Light • Silverlight Introduction • What is Silverlight? • Tools for Creating Silverlight Apps • Difference in versions • Different Types of Applications in silverlight Silverlight Concepts • Silverlight Architecture • Sileverlight and XAML • Developing First Silverlight application • XAML Namescopes
  • 9. Silverlight User Interface controls • Layout Management and Grouping Controls • Forms Controls • Data Integration and Data Manipulation Controls • Functional Controls • Navigation Transformation and Animation • Transformations • Exploring Transformations • Creating an Animation • Understanding Key Frames UI Interaction • Keyboard input • Mouse Input • Drag and Drop • Full Screen Mode • File Open and Save Dialogs • Isolated Storage • Clipboard Access • Globalization and Localization of Silverlight Applications • Printing Capabilities • Mouse-Wheel Support • Background Worker & Threads Data Binding • Understanding DataBinding in Silverlight • DataBinding Modes • DataBinding Syntax • DataContext • Change Notifcation • DataTemplates Creating Custom Controls • The Silverlight Toolkit • Motivation for creating custom controls • Creating custom controls • Understanding Generic XAML • Using custom controls
  • 10. A1/17, Top Floor, Opposite Metro Pillar no: 636, Main Najafgarh Road, Janakpuri New Delhi – 110058 011-4166-8088, 90155-96280, 9313565406 www.balujalabs.in Course Highlight 1.Consistent Classroom Guidance 2.Meticulously designed Study Material 3.Review of Previous years question papers 4.Regular model Mock tests on exam patterns 5.One on One attention 6.Time Bound Completion 7. Experienced full time faculty 8.Small batches 9.5 days a weekend batches 10.Weekly test 11.Accommodation for outstation students(PG)