SlideShare a Scribd company logo
.NET 6 Months Internship Curriculum Tech Mentro
learn better, earn better..
Core .NET 100 Hrs
Introduction to .Net 8
 Introduction to Language
 Introduction to Web Application
 Platform Dependence , Independence & Portability
 Introduction to .NET Framework
 Introduction to Compiler & MSIL
 Introduction to CLR
 Introduction to CLS, CTS, CLI
OOPS Implementation & Windows App. Dev. 40
 Encapsulation, Abstraction, Class & object
 Method Overloading
 Description of Memory blocks: Stacks,
Heap & Class Area
 Constructors and Destructor & Garbage
Collection
 Usage of this keyword
 Relation & Implementing Has-A relation
 Implementing Is-A relation using
Inheritance
 Method Overriding & Hiding
 Usage of Base keyword
 Static & Dynamic binding
 Runtime polymorphism and generalization
 Abstract classes & methods
 Interfaces and Role based Inheritance
 Usage of sealed, partial, out, ref, pram
keyword
 Namespace
 Assembly & GAC
 Property & Indexe
Windows Application Development
 Introduction to Windows Application
 Delegates & Events
 Windows App. Component
String Handling 2
 String class & concept of Immutability
 Pool of String Constants & its use
 Common String operations
 Use of String Buil der
 Exception Handling 4
 Difference b/w exception and error
 Exception Handling & Robustness
 Common Exceptions and Errors
 Try and catch block
 Exception handlers
 throw keyword and its usage
 Role of finally
 Exception Class Methods & properties
 Creating User defined Except ions
Multithreading in .Net 6
 Multitasking and Multithreading
 Process & thread
 States of Thread
 Thread based execution model of .NET
Applications
 Implementing User threads
 Thread synchronization
 Inter Thread communication
 Thread Interrupting
 Daemon Threads and their use

Input output Streams 8
 Streams & their advantages over conventional input output
 Reading & writing data byte by byte, line by line, and in one go.
 Redirecting Standard input & output streams
 Serialization & Deserialization
 Serialization Formatter
◦ Xml Formatter
◦ Binary Formatter
◦ Soap Formatter
 File class and File System Interaction
 Zip & Unzip Files
Networking 6
 Introduction to Networking
 Understanding socket and port
 Tcp Client & Tcp Listener
 TCP/IP based networking
 HTTP based networking
◦ HttpRequest
◦ HttpResponse
Reflection 4
 Understanding object representation of classes
 Loading classes dynamically
 Instantiating classes indirectly
 Obtaining information of classes dynamically
 Invoking methods indirectly
 Referencing data members indirectly
 Overriding access policy and referencing private members
Collection 8
 Role and Importance of Collection Framework
 Index Based Collection Array List, Stack, Queue
 Use Define Collection
 Map Based Collection Use of Key & Value pair (Entry)
 Hash Table, Sorted List
 Searching elements in List, Hash and Tree based collections
 Role of equals and hashCode() methods
 Role of Comparable interfaces
 Type safety and Generics
 Generic Collection
 List ,Stack ,Queue ,Dictionary ,Linked List ,Sorted List
Database Connectivity using ADO.NET & SQL Server 14
 Overview of Database & Database Server
 Introduction to SQL Server 2008
 DML & DDL Query
 Join , Trigger , Procedure & function
 Ado.NET API
 Connected Layer
 Connection, Command & Data Reader
 Disconnected Layer
 Adaptor, Data Set, Table, Row & Column
 ODBC, OLEDB, Oracle Client
 Connectivity with Oracle ,Access, Excel & MySql
 Connection Poolin
Advance .NET 100 Hrs
 Web Application Programming using ASP.NET 30
 Web application architecture
 Static Web Page
 Application Life Cycle
 Dynamic Page
 Page Life Cycle & Event Method
 Html & Server Control
 Server Control Event Life Cycle
 State Management
 URL Rewriting, Hidden Form Field, View State, Session, Cookies &
Application.
 Global class & Event Method
 Uploading & Downloading
 Page Directives
 Data Source
◦ SqlDataSource, XmlDataSource, SiteMapDataSource &
ObjectDataSource
 Data Control
◦ DataList, DetailsView, FormView, GridView, ListView & Repeater
 Validation Control
◦ CompareValidator, CustomValidator, RangeValidator,
RegularExpressionValidator & ValidationSummary
 Navigation
◦ Menu, SiteMapPath & TreeView
 Login Control & Membership
◦ Login, LoginName, LoginStaus, LoginView, PasswordRecovery,
ChangePassword, CreateUserWizaed.
 Ajax Extensions
◦ ScriptManager, UpdatePanel, UpdateProgress & Timer
 Globelization & loclization
 Master Page & Style them
 Mail
◦ SMTP
◦ POP3
Remoting 4
◦ Application Domain
◦ Remotable & NonRemotable Object
◦ Marshal-By-Reference
◦ ServerActivatedObject(SAO)
◦ SingleCall
◦ Singleton
◦ ClientActivatedObject
◦ Channels
◦ TcpChannal
◦ Service Configuration & Hosting
WebServices 6
◦ Web Service Architectures
◦ Explaining how to control the way a
.NET Framework object is serialized to
XML.
◦ Describing the structures of a Simple
Object Access Protocol (SOAP) request
and response.
◦ Consuming XML Web Services
◦ Explaining the structure of a Web
Service Description Language (WSDL)
document.
◦ Explaining the Web services discovery
process.
◦ Locating service contracts by using
Disco.exe.
◦ Generating Web service proxies by
using Wsdl.exe.
◦ Implementing a Web service consumer
by using Visual Studio .NET.
◦ Invoking a Web service synchronously
and asynchronously by using a Web
service proxy
◦ Creating a Web service project.
◦ Implementing Web service methods,
exposing them, and controlling their
behavior.
◦ Managing state in an ASP.NET-based
Web service.
◦ Debugging Web services.
◦ Explaining the role of UDDI in Web
services.
◦ Publishing a Web service in a UDDI
registry by using the UDDI SDK.
◦ Searching a UDDI registry to locate
Web services by using the UDDI SDK.
◦ Explaining the various options for
publishing a Web service on an intranet.
◦ Explaining some of the options for
modifying the default configuration of a
Web service.
◦ Explaining how to use the security
mechanisms that Microsoft Internet
Information Services (IIS) and Windows
provide for authentication.
◦ Using SOAP headers for authentication
in a Web service.
◦ Using role-based security and code
access security for authorization in Web
service
LINQ 8
◦ Introduction to LINQ
▪ LINQ expressions
▪ Using via extension methods
▪ Filtering
▪ Sorting
▪ Aggregation
▪ Skip and Take operators
▪ Joins
▪ Extension methods
▪ Object initialization syntax
▪ Anonymous types
▪ Lambda expressions
◦ Deferred Execution
▪ Benefits and drawbacks
▪ IEnumerable vs IQueryable
▪ Using across tiers
◦ Data Projection
▪ Single result value
▪ Existing types
▪ Anonymous types
▪ Grouping
◦ LINQ to XML
▪ New XML classes
▪ Generating XML
▪ Querying XML
▪ Using data projection
▪ Combining with XPath
◦ LINQ to SQL
▪ Attributes and mapping
▪ Creating a DataContext
▪ Deferred loading
▪ Saving changes
▪ Inserts and deletes
▪ Transactions
 WCF 10
◦ Wcf Framework
◦ Wcf ABC
◦ Wcf Address
◦ Wcf Binding
▪ Wshttp
▪ Basichttp
▪ Nettcp
▪ netPeertcp
▪ Msmq
◦ Wcf Contract
▪ Service Contract
▪ Operaton Contract
▪ Data Contract
◦ Service Hosting
▪ IIS Hosting
▪ Local host (Service Host)
◦ Broadcasting
◦ Messaging
◦ Data Base Servicing
◦ Wcftestclient tool
◦ Svcconfigeditor tool
◦ Svcutil Tool
WPF 6
◦ WPF Introduction
◦ Wpf Contorl
◦ Wpf Binding
◦ Style
◦ Template
◦ Trigger
◦ Navigation
◦ Data Binding
◦ Wcf & web Service Comunication
Silverlight 6
◦ Silverlight Intoduction
◦ Framework
◦ Component’s
◦ Silverlight Control & Component Events
◦ Styles and Templates
◦ Using Sample Data
◦ Silverlight enabled WCF services
◦ Silverlight enabled Web services
◦ Working with Data
◦ Data Binding & Event
◦ File IO
◦ Out of Browser
◦ Uploading
◦ Downloading
◦ Threading
◦ Navigation
◦ Session Management
◦ Integration With ASP.NET
Bootstrap Framework 4
 What is bootstrap ?
 Bootstrap CSS.
 Bootstrap Layout Components
 Bootstrap JavaScript Plugins
 Looping with Index based array
 Looping with associative array using each() and foreach() Some useful Library function
JavaScript 2
 Syntax
 The document object model (DOM)
 The browser object model (BOM)
 Function definition and function call
 All about events
Jquery 2
 How Jquery works
 The Jquery object
 Jquery events
 Creating basic and advanced plugin
 Jquery UI
Ajax 2
 Ajax components
 XML and Ajax
 XMLHttpRequest Object
Major Project 20
 Project Description
 Project Architecture
 Project Conventions and Deliverables
 Data sources, Work flows and Modules
 Project Interface Design
 Creating project prototype
 Testing, Modification & Acceptance
Tech Mentro , C-43 , Sec-2 , Noida, Ph:0120.4549462 , www.techmentro.com

More Related Content

PDF
Java Internship in Noida For B.Tech, MCA
DOCX
Framework 4
PPTX
Building Spring Data with MongoDB
PDF
Anuj java 11th batch_7 am pst
PPTX
Session 29 - Servlets - Part 5
PPTX
Session 35 - Design Patterns
PDF
Web services tutorial
PPSX
Hibernate - Part 2
Java Internship in Noida For B.Tech, MCA
Framework 4
Building Spring Data with MongoDB
Anuj java 11th batch_7 am pst
Session 29 - Servlets - Part 5
Session 35 - Design Patterns
Web services tutorial
Hibernate - Part 2

What's hot (20)

PPTX
MongoDB 2.4 and spring data
PPTX
Session 40 - Hibernate - Part 2
PPTX
Session 39 - Hibernate - Part 1
PPTX
Session 25 - Introduction to JEE, Servlets
PDF
MongoDB for Coder Training (Coding Serbia 2013)
PDF
6 Months PHP internship in Noida
PDF
Mongo db
PDF
JavaOne LATAM 2015 - Batch Processing: Processamento em Lotes no Mundo Corpor...
PPSX
Struts 2 - Hibernate Integration
PPTX
Mongo DB: Fundamentals & Basics/ An Overview of MongoDB/ Mongo DB tutorials
KEY
Practical Ruby Projects With Mongo Db
PPTX
Session 32 - Session Management using Cookies
PPTX
Mongo db operations_v2
PPTX
Ntg web services
PPTX
Session 33 - Session Management using other Techniques
PDF
Spring Web Services: SOAP vs. REST
PDF
Dropwizard
PPTX
Session 34 - JDBC Best Practices, Introduction to Design Patterns
PDF
Lecture 7 Web Services JAX-WS & JAX-RS
PPTX
Session 30 - Servlets - Part 6
MongoDB 2.4 and spring data
Session 40 - Hibernate - Part 2
Session 39 - Hibernate - Part 1
Session 25 - Introduction to JEE, Servlets
MongoDB for Coder Training (Coding Serbia 2013)
6 Months PHP internship in Noida
Mongo db
JavaOne LATAM 2015 - Batch Processing: Processamento em Lotes no Mundo Corpor...
Struts 2 - Hibernate Integration
Mongo DB: Fundamentals & Basics/ An Overview of MongoDB/ Mongo DB tutorials
Practical Ruby Projects With Mongo Db
Session 32 - Session Management using Cookies
Mongo db operations_v2
Ntg web services
Session 33 - Session Management using other Techniques
Spring Web Services: SOAP vs. REST
Dropwizard
Session 34 - JDBC Best Practices, Introduction to Design Patterns
Lecture 7 Web Services JAX-WS & JAX-RS
Session 30 - Servlets - Part 6
Ad

Viewers also liked (20)

PDF
STC PMC Newsletter 2011-03
PPT
Gospelwork
PPTX
Being a designer
PDF
Tameer 3rd issue
PDF
Tameer friday special april 17th 2015
PPTX
Introducción a lageografía
PPTX
#crosshairs13 - Teaching Data Visualization Through Coffee Prices
PPTX
Expand Your Skills
PPT
All about me
PPSX
Letras galegas caricaturas pak
PDF
STC PMC Newsletter 2006-08
PPT
FITOXY2003
PPT
Making your fantasy job a reality
PDF
2014 Technical Communication Conference Program
DOC
Industrial Summer Training for MCA/BCA/BE/B-Tech Students
PDF
Change management quick guide
PDF
STC PMC Newsletter 2011-12
PDF
Xinfo: Beyond the Book
DOC
format transaksi kabel pulsa
PDF
Pencapaian KPI SCCE 2014
STC PMC Newsletter 2011-03
Gospelwork
Being a designer
Tameer 3rd issue
Tameer friday special april 17th 2015
Introducción a lageografía
#crosshairs13 - Teaching Data Visualization Through Coffee Prices
Expand Your Skills
All about me
Letras galegas caricaturas pak
STC PMC Newsletter 2006-08
FITOXY2003
Making your fantasy job a reality
2014 Technical Communication Conference Program
Industrial Summer Training for MCA/BCA/BE/B-Tech Students
Change management quick guide
STC PMC Newsletter 2011-12
Xinfo: Beyond the Book
format transaksi kabel pulsa
Pencapaian KPI SCCE 2014
Ad

Similar to 6 Months Dotnet internship in Noida (20)

PDF
Letsleads dot net-syllabus
PDF
Stucorner dot-net-training-syllabus
PDF
Dot net training bangalore
PDF
Java UI Course Content
PDF
Industrial training in .net
PPT
.Net Training Tutorial
PDF
Full Stack Developer
PDF
ASP.NET 8 Developer Roadmap By ScholarHat PDF
PPTX
PDF
Net course content
PDF
6 Months Project Training in Java
PDF
Java training in Noida
PPT
.net training | learn .net | Microsoft dot net Course | Microsoft dot net onl...
PDF
Dot NET Solution Architect Roadmap By Scholarhat PDF
PDF
Syllabus PS03CINT05 detailing
DOCX
Narasimha reddy Telluri
DOCX
Narasimha reddy telluri
PDF
Microsoft project silk
PPTX
Asp.Net MVC3 - Basics
PDF
C# & asp.net course content
Letsleads dot net-syllabus
Stucorner dot-net-training-syllabus
Dot net training bangalore
Java UI Course Content
Industrial training in .net
.Net Training Tutorial
Full Stack Developer
ASP.NET 8 Developer Roadmap By ScholarHat PDF
Net course content
6 Months Project Training in Java
Java training in Noida
.net training | learn .net | Microsoft dot net Course | Microsoft dot net onl...
Dot NET Solution Architect Roadmap By Scholarhat PDF
Syllabus PS03CINT05 detailing
Narasimha reddy Telluri
Narasimha reddy telluri
Microsoft project silk
Asp.Net MVC3 - Basics
C# & asp.net course content

More from Tech Mentro (12)

PDF
6 Months Android Internship in Noida
PDF
Web Services Training in Noida
PDF
. Net Training Institute in Noida/NCR
PDF
Php training in_noida
PDF
6 Months Project Training in PHP
PDF
Android project training in Noiida
PDF
Core Java Training in Noida
PDF
Project Training in Noida
PDF
Tech mentro pdf
PDF
6 Months Project Training in Java
PDF
Summer training
DOC
6 Weeks Project Based Summer Training
6 Months Android Internship in Noida
Web Services Training in Noida
. Net Training Institute in Noida/NCR
Php training in_noida
6 Months Project Training in PHP
Android project training in Noiida
Core Java Training in Noida
Project Training in Noida
Tech mentro pdf
6 Months Project Training in Java
Summer training
6 Weeks Project Based Summer Training

Recently uploaded (20)

PPTX
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
Pharma ospi slides which help in ospi learning
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Complications of Minimal Access Surgery at WLH
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
Pre independence Education in Inndia.pdf
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PDF
RMMM.pdf make it easy to upload and study
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PPTX
Institutional Correction lecture only . . .
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
01-Introduction-to-Information-Management.pdf
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
Abdominal Access Techniques with Prof. Dr. R K Mishra
Module 4: Burden of Disease Tutorial Slides S2 2025
Pharma ospi slides which help in ospi learning
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
STATICS OF THE RIGID BODIES Hibbelers.pdf
Complications of Minimal Access Surgery at WLH
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Pre independence Education in Inndia.pdf
VCE English Exam - Section C Student Revision Booklet
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Microbial disease of the cardiovascular and lymphatic systems
PPH.pptx obstetrics and gynecology in nursing
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
RMMM.pdf make it easy to upload and study
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Institutional Correction lecture only . . .
Renaissance Architecture: A Journey from Faith to Humanism
01-Introduction-to-Information-Management.pdf

6 Months Dotnet internship in Noida

  • 1. .NET 6 Months Internship Curriculum Tech Mentro learn better, earn better.. Core .NET 100 Hrs Introduction to .Net 8  Introduction to Language  Introduction to Web Application  Platform Dependence , Independence & Portability  Introduction to .NET Framework  Introduction to Compiler & MSIL  Introduction to CLR  Introduction to CLS, CTS, CLI OOPS Implementation & Windows App. Dev. 40  Encapsulation, Abstraction, Class & object  Method Overloading  Description of Memory blocks: Stacks, Heap & Class Area  Constructors and Destructor & Garbage Collection  Usage of this keyword  Relation & Implementing Has-A relation  Implementing Is-A relation using Inheritance  Method Overriding & Hiding  Usage of Base keyword  Static & Dynamic binding  Runtime polymorphism and generalization  Abstract classes & methods  Interfaces and Role based Inheritance  Usage of sealed, partial, out, ref, pram keyword  Namespace  Assembly & GAC  Property & Indexe Windows Application Development  Introduction to Windows Application  Delegates & Events  Windows App. Component String Handling 2  String class & concept of Immutability  Pool of String Constants & its use
  • 2.  Common String operations  Use of String Buil der  Exception Handling 4  Difference b/w exception and error  Exception Handling & Robustness  Common Exceptions and Errors  Try and catch block  Exception handlers  throw keyword and its usage  Role of finally  Exception Class Methods & properties  Creating User defined Except ions Multithreading in .Net 6  Multitasking and Multithreading  Process & thread  States of Thread  Thread based execution model of .NET Applications  Implementing User threads  Thread synchronization  Inter Thread communication  Thread Interrupting  Daemon Threads and their use  Input output Streams 8  Streams & their advantages over conventional input output  Reading & writing data byte by byte, line by line, and in one go.  Redirecting Standard input & output streams  Serialization & Deserialization  Serialization Formatter ◦ Xml Formatter ◦ Binary Formatter ◦ Soap Formatter  File class and File System Interaction  Zip & Unzip Files Networking 6  Introduction to Networking  Understanding socket and port  Tcp Client & Tcp Listener  TCP/IP based networking  HTTP based networking ◦ HttpRequest ◦ HttpResponse Reflection 4
  • 3.  Understanding object representation of classes  Loading classes dynamically  Instantiating classes indirectly  Obtaining information of classes dynamically  Invoking methods indirectly  Referencing data members indirectly  Overriding access policy and referencing private members Collection 8  Role and Importance of Collection Framework  Index Based Collection Array List, Stack, Queue  Use Define Collection  Map Based Collection Use of Key & Value pair (Entry)  Hash Table, Sorted List  Searching elements in List, Hash and Tree based collections  Role of equals and hashCode() methods  Role of Comparable interfaces  Type safety and Generics  Generic Collection  List ,Stack ,Queue ,Dictionary ,Linked List ,Sorted List Database Connectivity using ADO.NET & SQL Server 14  Overview of Database & Database Server  Introduction to SQL Server 2008  DML & DDL Query  Join , Trigger , Procedure & function  Ado.NET API  Connected Layer  Connection, Command & Data Reader  Disconnected Layer  Adaptor, Data Set, Table, Row & Column  ODBC, OLEDB, Oracle Client  Connectivity with Oracle ,Access, Excel & MySql  Connection Poolin Advance .NET 100 Hrs  Web Application Programming using ASP.NET 30  Web application architecture  Static Web Page  Application Life Cycle  Dynamic Page  Page Life Cycle & Event Method  Html & Server Control  Server Control Event Life Cycle  State Management
  • 4.  URL Rewriting, Hidden Form Field, View State, Session, Cookies & Application.  Global class & Event Method  Uploading & Downloading  Page Directives  Data Source ◦ SqlDataSource, XmlDataSource, SiteMapDataSource & ObjectDataSource  Data Control ◦ DataList, DetailsView, FormView, GridView, ListView & Repeater  Validation Control ◦ CompareValidator, CustomValidator, RangeValidator, RegularExpressionValidator & ValidationSummary  Navigation ◦ Menu, SiteMapPath & TreeView  Login Control & Membership ◦ Login, LoginName, LoginStaus, LoginView, PasswordRecovery, ChangePassword, CreateUserWizaed.  Ajax Extensions ◦ ScriptManager, UpdatePanel, UpdateProgress & Timer  Globelization & loclization  Master Page & Style them  Mail ◦ SMTP ◦ POP3 Remoting 4 ◦ Application Domain ◦ Remotable & NonRemotable Object ◦ Marshal-By-Reference ◦ ServerActivatedObject(SAO) ◦ SingleCall ◦ Singleton ◦ ClientActivatedObject ◦ Channels ◦ TcpChannal ◦ Service Configuration & Hosting WebServices 6 ◦ Web Service Architectures ◦ Explaining how to control the way a .NET Framework object is serialized to XML. ◦ Describing the structures of a Simple
  • 5. Object Access Protocol (SOAP) request and response. ◦ Consuming XML Web Services ◦ Explaining the structure of a Web Service Description Language (WSDL) document. ◦ Explaining the Web services discovery process. ◦ Locating service contracts by using Disco.exe. ◦ Generating Web service proxies by using Wsdl.exe. ◦ Implementing a Web service consumer by using Visual Studio .NET. ◦ Invoking a Web service synchronously and asynchronously by using a Web service proxy ◦ Creating a Web service project. ◦ Implementing Web service methods, exposing them, and controlling their behavior. ◦ Managing state in an ASP.NET-based Web service. ◦ Debugging Web services. ◦ Explaining the role of UDDI in Web services. ◦ Publishing a Web service in a UDDI registry by using the UDDI SDK. ◦ Searching a UDDI registry to locate Web services by using the UDDI SDK. ◦ Explaining the various options for publishing a Web service on an intranet. ◦ Explaining some of the options for modifying the default configuration of a Web service. ◦ Explaining how to use the security mechanisms that Microsoft Internet Information Services (IIS) and Windows provide for authentication. ◦ Using SOAP headers for authentication in a Web service. ◦ Using role-based security and code access security for authorization in Web
  • 6. service LINQ 8 ◦ Introduction to LINQ ▪ LINQ expressions ▪ Using via extension methods ▪ Filtering ▪ Sorting ▪ Aggregation ▪ Skip and Take operators ▪ Joins ▪ Extension methods ▪ Object initialization syntax ▪ Anonymous types ▪ Lambda expressions ◦ Deferred Execution ▪ Benefits and drawbacks ▪ IEnumerable vs IQueryable ▪ Using across tiers ◦ Data Projection ▪ Single result value ▪ Existing types ▪ Anonymous types ▪ Grouping ◦ LINQ to XML ▪ New XML classes ▪ Generating XML ▪ Querying XML ▪ Using data projection ▪ Combining with XPath ◦ LINQ to SQL ▪ Attributes and mapping ▪ Creating a DataContext ▪ Deferred loading ▪ Saving changes ▪ Inserts and deletes ▪ Transactions  WCF 10 ◦ Wcf Framework ◦ Wcf ABC ◦ Wcf Address
  • 7. ◦ Wcf Binding ▪ Wshttp ▪ Basichttp ▪ Nettcp ▪ netPeertcp ▪ Msmq ◦ Wcf Contract ▪ Service Contract ▪ Operaton Contract ▪ Data Contract ◦ Service Hosting ▪ IIS Hosting ▪ Local host (Service Host) ◦ Broadcasting ◦ Messaging ◦ Data Base Servicing ◦ Wcftestclient tool ◦ Svcconfigeditor tool ◦ Svcutil Tool WPF 6 ◦ WPF Introduction ◦ Wpf Contorl ◦ Wpf Binding ◦ Style ◦ Template ◦ Trigger ◦ Navigation ◦ Data Binding ◦ Wcf & web Service Comunication Silverlight 6 ◦ Silverlight Intoduction ◦ Framework ◦ Component’s ◦ Silverlight Control & Component Events ◦ Styles and Templates ◦ Using Sample Data ◦ Silverlight enabled WCF services ◦ Silverlight enabled Web services ◦ Working with Data ◦ Data Binding & Event ◦ File IO ◦ Out of Browser
  • 8. ◦ Uploading ◦ Downloading ◦ Threading ◦ Navigation ◦ Session Management ◦ Integration With ASP.NET Bootstrap Framework 4  What is bootstrap ?  Bootstrap CSS.  Bootstrap Layout Components  Bootstrap JavaScript Plugins  Looping with Index based array  Looping with associative array using each() and foreach() Some useful Library function JavaScript 2  Syntax  The document object model (DOM)  The browser object model (BOM)  Function definition and function call  All about events Jquery 2  How Jquery works  The Jquery object  Jquery events  Creating basic and advanced plugin  Jquery UI Ajax 2  Ajax components  XML and Ajax  XMLHttpRequest Object Major Project 20  Project Description  Project Architecture  Project Conventions and Deliverables  Data sources, Work flows and Modules  Project Interface Design  Creating project prototype  Testing, Modification & Acceptance Tech Mentro , C-43 , Sec-2 , Noida, Ph:0120.4549462 , www.techmentro.com