SlideShare ist ein Scribd-Unternehmen logo
1 von 9
Downloaden Sie, um offline zu lesen
MyTectra – . NET Course Content 90191-91856

Course Details:
Course Code – MYT1100 – .NET
Course duration: 2 Months
Class duration: 2 hours / Per day
Training mode: Instructor led Class training
Server access : Provided at no extra cost
Study material : Provided in the form of PDFs, PPTs & Word docs / On-Line materials
Weekend, weekday, Super Fast track, fast track & normal training can be provided
Contact: +91 90191 91856
Email: info@mytectra.com
Web: www.mytectra.com
Contact us for course start dates, class timings, fee and payment methods.
About myTectra:
“MyTectra a global learning solutions company helps transform people and organization to gain
real, lasting benefits “
myTectra provides training across the technologies and functions using time tested delivery mode
such as class room training , virtual training , send me a trainer , trainer connect .We are now one
of the world largest online training company , and we continue to lead :
Providing virtual training for candidate from 200+ city across world
One of the largest provider of trainers to your location under the training program “Send me
trainer”
First of its kind “ Trainer Connect “ helps you to identify the best trainer for your training
requirement
myTectra virtual training is a unique a program helps you to choose the best available faculty by
yourself
myTectra “holyday training” designed for one-to-one training during your holiday trip at any
location in India.

myTectra Learning Solutions Private Limited
10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076
www.mytectra.com | +91 90191 91856 | info@mytectra.com
MyTectra – . NET Course Content 90191-91856

Topics Covered:
.NET Enterprise Architecture:








NET Framework
Base Class Libraries (BCL)
Common Language Run Time (CLR)
Microsoft Intermediate Language (MSIL)
Common Language Specification (CLS)
.NET Products
.NET Services

.NET Languages:
 C#.NET
 ASP.NET
C#.NET:
















C# Languages Basics
Data Types
Type Conversion
Boxing & Unboxing
Additional Statements
Looping
Methods in C#
Properties
Arrays
Indexes
Structures, Enumerations
Strings
Regular Expressions
Collections
Garbage Collector

Object Oriented Language:






OOPS Concepts
Encapsulation
Inheritance
Polymorphism
Class and Object
myTectra Learning Solutions Private Limited
10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076
www.mytectra.com | +91 90191 91856 | info@mytectra.com
MyTectra – . NET Course Content 90191-91856











Constructors
Destructors
Method Overloading
Method Overriding
Early binding, Late binding
Abstract Classes
Abstract Methods
Interfaces
Multiple Inheritances

Exceptional Handling:





System Defined Exceptions
Custom Exceptions
Try, Catch, Finally
Throwing Exceptions

Operator Overloading:
 Unary Operator
 Binary Operator
GUI Applications Development:





Windows forms and controls
Creating Menus
Toolbars, Image list
Tree View, List view

Data Base Programming:







ADO.NET Introduction
Data Providers in .NET
Connection, Command
Data reader
Data Adapter
Data Set
myTectra Learning Solutions Private Limited
10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076
www.mytectra.com | +91 90191 91856 | info@mytectra.com
MyTectra – . NET Course Content 90191-91856

 Command Builder
 Data Relations
 ADO.NET and XML
Assemblies:
 Private Assemblies
 Shared Assemblies
 Global Assembly Cache (GAC)
Architecture of CLR:
 Components in CLR
 Type Safety
COM Interoperability:
 Architecture of COM
 Using COM Component form.NET
 Using .NET Component form VB/VC++
Delegates and Event Handling:





Function Pointers
Multi cast delegates
Generic Routines
Event Handling

Pointers:
 Value types, Reference types
 Unsafe
 Structures and pointers
Remoting
 Distributed Architecture
myTectra Learning Solutions Private Limited
10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076
www.mytectra.com | +91 90191 91856 | info@mytectra.com
MyTectra – . NET Course Content 90191-91856









DCOM, RMI, CORBA
Channels (TCP, HTTP)
Marshal by Value
Marshal by reference
Server Activated
Client Activated
Remoting Architecture

File Handling:







System. IO namespace
File stream
Stream Reader
Stream Writer
File info
Directory info

Windows Services:






Service base class
Service Process Installer
Service Installer
Creating a windows Service
Installutil.exe

Multi Threading:





System, threading
Thread Synchronization
Critical Sections
Thread life cycle

Introduction to Web applications and Security:
 ASP.NET using C#
 System. Web & A simple web application
 Code access security
myTectra Learning Solutions Private Limited
10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076
www.mytectra.com | +91 90191 91856 | info@mytectra.com
MyTectra – . NET Course Content 90191-91856

 Role based security
ASP. NET:







Introduction to Web Technologies
HTML
Client side scripting languages
IIS Architecture
Server side programming with ASP
ASP objects introduction

ASP.NET Introduction:





What is ASP.NET
ASP vs. ASP.NET
Page and import directive
In page technique and code behind technique

Server Side Controls:










Client control vs. Server side controls
Type of server controls HTML server controls, Web server controls
HTML server controls programming using in page technique
View state architecture
ASP.NET page execution architectureASP.NET worker process, page life cycle
events
VS.NET vs. Web matrix
Types of web server controls Working with basic controls, Lebel,Text box,
Buttons etc.,
Working with rich controls Calendar, Adrotator.
Validation controls.

State Management:
 Page submission
 Cookies
 Session State
myTectra Learning Solutions Private Limited
10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076
www.mytectra.com | +91 90191 91856 | info@mytectra.com
MyTectra – . NET Course Content 90191-91856






Session Tracking Arch
Application object
Session and App events
Global ASAX

XML Programming:










Introduction to XML
Creation of XML document
XML parsers
DOM vs. SAX parser
Developing Client App for XML
HTML PageVB 6.0 App
DTD
XML Scheme
Database support for web

ADO.NET:















Introduction to manage data providers
Data Reader programming
Drawbacks of Record set
Dataset and Data Adapter
Datagrid with sorting
Datagrid with paging
Customizing Datagrid
Typed Dataset
Inline editing with Data grid
Dataset serialization and deserialization
Write XML and read XML methods
Data view
Repeater Control
Data list control

myTectra Learning Solutions Private Limited
10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076
www.mytectra.com | +91 90191 91856 | info@mytectra.com
MyTectra – . NET Course Content 90191-91856

Caching:
















Importance of caching
ASP 3.0 Support for caching
Type of caching in ASP.NET
Output caching Web user control vs custom control
Fragment caching
Data caching vs. Application objectASP.NET Configuration
Machine configuration vs. Web configuration
Application variables
Compilation setting
Custom error setting
Session state setting
Enhancement in ASP.NET
Inprocess vs. Outprocess session state
State server and SQL server
Cookie less session

ASP.NET Tracing:
 Page level
 Application level
Security in ASP.NET:





Authentication & Authorization
Windows based authorization
Form Based authorization
Passport

XML Web Services:






ASP 3.0 with MTS
Dcom vs. XML Web services
Role of WSDL
NET support for Web Service
Client Apps for Web Service
myTectra Learning Solutions Private Limited
10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076
www.mytectra.com | +91 90191 91856 | info@mytectra.com
MyTectra – . NET Course Content 90191-91856

WSDL utility
Session state with Web Service
Catching with Web Service
Proxy with Asynchronous Methods
Web service wire Formats
HTTP Post
HTTP Get
SOAP Architecture
SOAP Envelops
Discovering web Service
Disco vs. VSDisco
UDDI Registry
Securing web Service
IP Address & Domain Restriction
SSL (Secured Socket Layer) – SOAP Header

Localization and Globalization:





Introduction to Mobile Programming
Mobile ASP.NET Arch
MMIT (Micro Soft Mobile Internet Toolkit)
Creating Mobile ASP.NET Page

myTectra Learning Solutions Private Limited
10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076
www.mytectra.com | +91 90191 91856 | info@mytectra.com

Weitere ähnliche Inhalte

Andere mochten auch (7)

finalDIS
finalDISfinalDIS
finalDIS
 
Media Pitch C3
Media Pitch C3Media Pitch C3
Media Pitch C3
 
Asamblare calculator
Asamblare calculatorAsamblare calculator
Asamblare calculator
 
Diego de santos
Diego de santosDiego de santos
Diego de santos
 
Presentation1
Presentation1Presentation1
Presentation1
 
The making of Lys-de-Membre - part 4
The making of Lys-de-Membre - part 4The making of Lys-de-Membre - part 4
The making of Lys-de-Membre - part 4
 
Appalachian Region
Appalachian RegionAppalachian Region
Appalachian Region
 

Mehr von myTectra Learning Solutions Private Ltd

Mehr von myTectra Learning Solutions Private Ltd (20)

Best Ansible Training in Bangalore. Join myTectra Now
Best Ansible Training in Bangalore. Join myTectra NowBest Ansible Training in Bangalore. Join myTectra Now
Best Ansible Training in Bangalore. Join myTectra Now
 
Best Oracle Apps Technical Training in Bangalore.myTectra
Best Oracle Apps Technical Training in Bangalore.myTectraBest Oracle Apps Technical Training in Bangalore.myTectra
Best Oracle Apps Technical Training in Bangalore.myTectra
 
Best Oracle PL SQL Training in Bangalore. Join myTectra
Best Oracle PL SQL Training in Bangalore. Join myTectraBest Oracle PL SQL Training in Bangalore. Join myTectra
Best Oracle PL SQL Training in Bangalore. Join myTectra
 
Best ExtJS Training in Bangalore. Join myTectra Now
Best ExtJS Training in Bangalore. Join myTectra NowBest ExtJS Training in Bangalore. Join myTectra Now
Best ExtJS Training in Bangalore. Join myTectra Now
 
The MapReduce Design Patterns Training in Banhgalore
The MapReduce Design Patterns Training in BanhgaloreThe MapReduce Design Patterns Training in Banhgalore
The MapReduce Design Patterns Training in Banhgalore
 
Statistics Essentials for Analytics Training in Bangalore
Statistics Essentials for Analytics Training in BangaloreStatistics Essentials for Analytics Training in Bangalore
Statistics Essentials for Analytics Training in Bangalore
 
C Programming and Data Structures Training In Bangalore
C Programming and Data Structures Training In BangaloreC Programming and Data Structures Training In Bangalore
C Programming and Data Structures Training In Bangalore
 
Essentials of Professional VLSI Digital Design Training
Essentials of Professional VLSI Digital Design TrainingEssentials of Professional VLSI Digital Design Training
Essentials of Professional VLSI Digital Design Training
 
The Predictive Modelling in R Training in Bangalore
The Predictive Modelling in R Training in BangaloreThe Predictive Modelling in R Training in Bangalore
The Predictive Modelling in R Training in Bangalore
 
The Best Comprehensive MapReduce Training in Bangalore
The Best Comprehensive MapReduce Training in BangaloreThe Best Comprehensive MapReduce Training in Bangalore
The Best Comprehensive MapReduce Training in Bangalore
 
Decision Tree Modeling Using R Training in Bangalore
Decision Tree Modeling Using R Training in BangaloreDecision Tree Modeling Using R Training in Bangalore
Decision Tree Modeling Using R Training in Bangalore
 
The Persistence with Hibernate Training in Bangalore
The Persistence with Hibernate Training in BangaloreThe Persistence with Hibernate Training in Bangalore
The Persistence with Hibernate Training in Bangalore
 
Design Patterns Training From myTectra in Bangalore
Design Patterns Training From myTectra in BangaloreDesign Patterns Training From myTectra in Bangalore
Design Patterns Training From myTectra in Bangalore
 
The Apache Solr Training From myTectra in Bangalore
The Apache Solr Training From myTectra in BangaloreThe Apache Solr Training From myTectra in Bangalore
The Apache Solr Training From myTectra in Bangalore
 
The Best Microsoft Project 2013 Training in Bangalore
The Best Microsoft Project 2013 Training in BangaloreThe Best Microsoft Project 2013 Training in Bangalore
The Best Microsoft Project 2013 Training in Bangalore
 
Six Sigma Green Belt Training in Bangalore,By myTectra
Six Sigma Green Belt Training in Bangalore,By myTectraSix Sigma Green Belt Training in Bangalore,By myTectra
Six Sigma Green Belt Training in Bangalore,By myTectra
 
The Measuring Social Media ROI Training in Bangalore
The Measuring Social Media ROI Training in BangaloreThe Measuring Social Media ROI Training in Bangalore
The Measuring Social Media ROI Training in Bangalore
 
CRM Salesforce Training From myTectra in Bangalore
CRM Salesforce Training From myTectra in BangaloreCRM Salesforce Training From myTectra in Bangalore
CRM Salesforce Training From myTectra in Bangalore
 
The Apache Ambari Training From myTectra in Bangalore
The Apache Ambari Training From myTectra in BangaloreThe Apache Ambari Training From myTectra in Bangalore
The Apache Ambari Training From myTectra in Bangalore
 
Analytics For Retail Banking Training in Bangalore
Analytics For Retail Banking Training in BangaloreAnalytics For Retail Banking Training in Bangalore
Analytics For Retail Banking Training in Bangalore
 

Kürzlich hochgeladen

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 

Kürzlich hochgeladen (20)

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 

.Net Training in Bangalore at myTectra

  • 1. MyTectra – . NET Course Content 90191-91856 Course Details: Course Code – MYT1100 – .NET Course duration: 2 Months Class duration: 2 hours / Per day Training mode: Instructor led Class training Server access : Provided at no extra cost Study material : Provided in the form of PDFs, PPTs & Word docs / On-Line materials Weekend, weekday, Super Fast track, fast track & normal training can be provided Contact: +91 90191 91856 Email: info@mytectra.com Web: www.mytectra.com Contact us for course start dates, class timings, fee and payment methods. About myTectra: “MyTectra a global learning solutions company helps transform people and organization to gain real, lasting benefits “ myTectra provides training across the technologies and functions using time tested delivery mode such as class room training , virtual training , send me a trainer , trainer connect .We are now one of the world largest online training company , and we continue to lead : Providing virtual training for candidate from 200+ city across world One of the largest provider of trainers to your location under the training program “Send me trainer” First of its kind “ Trainer Connect “ helps you to identify the best trainer for your training requirement myTectra virtual training is a unique a program helps you to choose the best available faculty by yourself myTectra “holyday training” designed for one-to-one training during your holiday trip at any location in India. myTectra Learning Solutions Private Limited 10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076 www.mytectra.com | +91 90191 91856 | info@mytectra.com
  • 2. MyTectra – . NET Course Content 90191-91856 Topics Covered: .NET Enterprise Architecture:        NET Framework Base Class Libraries (BCL) Common Language Run Time (CLR) Microsoft Intermediate Language (MSIL) Common Language Specification (CLS) .NET Products .NET Services .NET Languages:  C#.NET  ASP.NET C#.NET:                C# Languages Basics Data Types Type Conversion Boxing & Unboxing Additional Statements Looping Methods in C# Properties Arrays Indexes Structures, Enumerations Strings Regular Expressions Collections Garbage Collector Object Oriented Language:      OOPS Concepts Encapsulation Inheritance Polymorphism Class and Object myTectra Learning Solutions Private Limited 10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076 www.mytectra.com | +91 90191 91856 | info@mytectra.com
  • 3. MyTectra – . NET Course Content 90191-91856          Constructors Destructors Method Overloading Method Overriding Early binding, Late binding Abstract Classes Abstract Methods Interfaces Multiple Inheritances Exceptional Handling:     System Defined Exceptions Custom Exceptions Try, Catch, Finally Throwing Exceptions Operator Overloading:  Unary Operator  Binary Operator GUI Applications Development:     Windows forms and controls Creating Menus Toolbars, Image list Tree View, List view Data Base Programming:       ADO.NET Introduction Data Providers in .NET Connection, Command Data reader Data Adapter Data Set myTectra Learning Solutions Private Limited 10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076 www.mytectra.com | +91 90191 91856 | info@mytectra.com
  • 4. MyTectra – . NET Course Content 90191-91856  Command Builder  Data Relations  ADO.NET and XML Assemblies:  Private Assemblies  Shared Assemblies  Global Assembly Cache (GAC) Architecture of CLR:  Components in CLR  Type Safety COM Interoperability:  Architecture of COM  Using COM Component form.NET  Using .NET Component form VB/VC++ Delegates and Event Handling:     Function Pointers Multi cast delegates Generic Routines Event Handling Pointers:  Value types, Reference types  Unsafe  Structures and pointers Remoting  Distributed Architecture myTectra Learning Solutions Private Limited 10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076 www.mytectra.com | +91 90191 91856 | info@mytectra.com
  • 5. MyTectra – . NET Course Content 90191-91856        DCOM, RMI, CORBA Channels (TCP, HTTP) Marshal by Value Marshal by reference Server Activated Client Activated Remoting Architecture File Handling:       System. IO namespace File stream Stream Reader Stream Writer File info Directory info Windows Services:      Service base class Service Process Installer Service Installer Creating a windows Service Installutil.exe Multi Threading:     System, threading Thread Synchronization Critical Sections Thread life cycle Introduction to Web applications and Security:  ASP.NET using C#  System. Web & A simple web application  Code access security myTectra Learning Solutions Private Limited 10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076 www.mytectra.com | +91 90191 91856 | info@mytectra.com
  • 6. MyTectra – . NET Course Content 90191-91856  Role based security ASP. NET:       Introduction to Web Technologies HTML Client side scripting languages IIS Architecture Server side programming with ASP ASP objects introduction ASP.NET Introduction:     What is ASP.NET ASP vs. ASP.NET Page and import directive In page technique and code behind technique Server Side Controls:          Client control vs. Server side controls Type of server controls HTML server controls, Web server controls HTML server controls programming using in page technique View state architecture ASP.NET page execution architectureASP.NET worker process, page life cycle events VS.NET vs. Web matrix Types of web server controls Working with basic controls, Lebel,Text box, Buttons etc., Working with rich controls Calendar, Adrotator. Validation controls. State Management:  Page submission  Cookies  Session State myTectra Learning Solutions Private Limited 10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076 www.mytectra.com | +91 90191 91856 | info@mytectra.com
  • 7. MyTectra – . NET Course Content 90191-91856     Session Tracking Arch Application object Session and App events Global ASAX XML Programming:          Introduction to XML Creation of XML document XML parsers DOM vs. SAX parser Developing Client App for XML HTML PageVB 6.0 App DTD XML Scheme Database support for web ADO.NET:               Introduction to manage data providers Data Reader programming Drawbacks of Record set Dataset and Data Adapter Datagrid with sorting Datagrid with paging Customizing Datagrid Typed Dataset Inline editing with Data grid Dataset serialization and deserialization Write XML and read XML methods Data view Repeater Control Data list control myTectra Learning Solutions Private Limited 10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076 www.mytectra.com | +91 90191 91856 | info@mytectra.com
  • 8. MyTectra – . NET Course Content 90191-91856 Caching:                Importance of caching ASP 3.0 Support for caching Type of caching in ASP.NET Output caching Web user control vs custom control Fragment caching Data caching vs. Application objectASP.NET Configuration Machine configuration vs. Web configuration Application variables Compilation setting Custom error setting Session state setting Enhancement in ASP.NET Inprocess vs. Outprocess session state State server and SQL server Cookie less session ASP.NET Tracing:  Page level  Application level Security in ASP.NET:     Authentication & Authorization Windows based authorization Form Based authorization Passport XML Web Services:      ASP 3.0 with MTS Dcom vs. XML Web services Role of WSDL NET support for Web Service Client Apps for Web Service myTectra Learning Solutions Private Limited 10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076 www.mytectra.com | +91 90191 91856 | info@mytectra.com
  • 9. MyTectra – . NET Course Content 90191-91856 WSDL utility Session state with Web Service Catching with Web Service Proxy with Asynchronous Methods Web service wire Formats HTTP Post HTTP Get SOAP Architecture SOAP Envelops Discovering web Service Disco vs. VSDisco UDDI Registry Securing web Service IP Address & Domain Restriction SSL (Secured Socket Layer) – SOAP Header Localization and Globalization:     Introduction to Mobile Programming Mobile ASP.NET Arch MMIT (Micro Soft Mobile Internet Toolkit) Creating Mobile ASP.NET Page myTectra Learning Solutions Private Limited 10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076 www.mytectra.com | +91 90191 91856 | info@mytectra.com