SlideShare uma empresa Scribd logo
1 de 21
Welcome
To
P2cinfoTech.com
Dot Net Online Training
With 100% Placement
http://www.p2cinfotech.com
USA: +1-732-546-3607
Email: training@p2cinfotech.com / p2cinfotech@gmail.com
Register for Free Demo: http://www.p2cinfotech.com/demo
Unique Features of P2Cinfotech:
•Live online training like Real time face to face, Instructor –
student interaction.
•Good online training virtual class room environment.
•All online software Training Batches will Be handled by Real time
working Professionals only.
•Special Exercises and Assignments to make you self-confident on
your course subject.
http://www.p2cinfotech.com
USA: +1-732-546-3607
Email: training@p2cinfotech.com / p2cinfotech@gmail.com
Register for Free Demo: http://www.p2cinfotech.com/demo
Why Online Training?
Convenience of time and place
Can Repeat Sessions
Economical – Cost Effective
Saves Travel Time
Environment Friendly
http://www.p2cinfotech.com
USA: +1-732-546-3607
Email: training@p2cinfotech.com / p2cinfotech@gmail.com
Register for Free Demo: http://www.p2cinfotech.com/demo
Is Online Training Effective?
We understand that NO online
training can ever replace the physical
presence of the trainer in the classroom.
But with our expertise, we assure you
that, your experience will be very similar
to Classroom based training.
http://www.p2cinfotech.com
USA: +1-732-546-3607
Email: training@p2cinfotech.com / p2cinfotech@gmail.com
Register for Free Demo: http://www.p2cinfotech.com/demo
About US
P2Cinfotech is one of the leading, Online IT Training
facilities and Job Consultant, spread all over the world.
We have successfully conducted online classes on
various Software Technologies that are currently in
Demand. To name a few, we provide quality online
training for QA, QTP, Manual Testing, HP LoadRunner, BA,
Java Technologies, SEO, Web Technologies, .NET, Oracle
DBA etc
http://www.p2cinfotech.com
USA: +1-732-546-3607
Email: training@p2cinfotech.com / p2cinfotech@gmail.com
Register for Free Demo: http://www.p2cinfotech.com/demo
What is missing in many
Online Courses?
Very few online courses meets requirements
of a beginner but yet expensive.
Most of the trainings assume a participant to
already have some knowledge on concepts like
OOPS.
Rarely support is provided after course
completion.
No real time project exposure through which
they understand the corporate needs.
The .NET Framework is a software framework,
developed by Microsoft that was primarily intended to
run on Windows operating system. Microsoft started
developing it since late 1990’s and its first beta version
was released in the end of 2000, however its first
commercial version was released in the year of 2002.
Wide genres of applications can be developed using
.NET framework and it is hugely popular in the IT market
currently.
http://www.p2cinfotech.com
USA: +1-732-546-3607
Email: training@p2cinfotech.com / p2cinfotech@gmail.com
Register for Free Demo: http://www.p2cinfotech.com/demo
Types of Applications that can be developed:
a) Dynamic data driven web based applications.
b) Windows based client applications.
c) Windows based GUI’s.
d) Console applications.
e) Windows controls.
f) Web services.
The .NET framework provides necessary tools and technologies
with which we can develop windows ,web and enterprise level
applications. The framework mainly comprises of two
components called common language runtime(CLR) and .NET
framework class library . CLR is a application virtual machine
that provides important services like security, memory
management and exception handling.
On the other hand the class library provides user interface,
data access, database connectivity, cryptography, web
application development, numeric algorithms and network
communications.
C#.Net Course ContentC#.Net Course Content
• Data Types
• Type Conversion
• Boxing & Unboxing
• Conditional Statements
• Looping
• Methods in C#
• Properties
• Arrays
• Indexes
• Structures,
Enumerations
• Strings
• Regular Expressions
• Collections
Object Oriented Language :
• OOPS Concepts
• Encapsulation
• Inheritance
• Polymorphism
• Class and Object
• Constructors
• Destructors
• Method Overloading
• Method Overriding
• Early binding, Late binding
• Abstract Classes
• Abstract Methods
• Interfaces
• Multiple Inheritances
Memory Management :
• Garbage Collector Stack and Heap
• System. Object Class
• Architecture of Gc
• Generations
• Exceptional Handling System Defined Exceptions
• Custom Exceptions
• Try, Catch, Finally
• Throwing Exceptions
• Operator Overloading
• Unary Operator
• OOPS Concepts
• Encapsulation
• Inheritance
• Polymorphism
• Class and Object
• Constructors
• Destructors
• Method Overloading
• Method Overriding
• Early binding, Late binding
• Abstract Classes
• Abstract Methods
• Interfaces
• Multiple Inheritances
• 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
• 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 Interparability
• 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
• 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
• Role based security
VB.NET TRAININGVB.NET TRAINING
VB.Net Course Content
Micro Soft .NET Overview
• Why .Net
• Introduction to .Net framework
• Basic functionality of CLR
• MSIL
• CTS & CLSÿ .Net languages
• System Requirements
Introduction to VB.NET
• Features of VB.NET
• Writing programmes in VB.NET
• Compiling and Executing from
• Command prompt
• Intro to Assemblies and Namespace
• Base class libraries
• Data types
• Option statements
• Boxing and Unboxing
• Array
• Sub programmes
Introduction to Visual Studio.NET
• VS 6.0 VS VS.NET
• File structure created for VS.NET APP
• Types of projects
• Creating Demo Console App
Object Oriented Programming
• Principles of OOP
• Structure VS Class
• Access Specifiers
• Properties
• Method Overloading
• Constructors
• Shared Modifier
• Inheritance
• Overloading and Overriding
• My base Keyboard
• Shadowing
• Abstract class
• Sealed class
• Interface
• Polymorphism
• Early Binding and Late Binding
• Destructor & Garbage Collector
GUI application development
• Introduction to system WINDOWS, Form, DLL
• Basic controls rich and Event driven programming
• Advanced controls Rich text box, Dialog
• Boxes, Toolbar…
• Working with context menu
• Main menu and MDI form
• Visual Inheritance
Assemblies
• Introduction to COM Architecture
• Disadvantages of COM
• Introduction to Assembly
• Private Assembly vs. Shared Assembly
• Creating private Assembly
• Probing and Preparing Configuration file
• Strong name utility
• Creating shared Assembly
• CLR Architecture
• Native Generator utilityÿ Assembly Versioning
• Compatibility of Assembly
• Configuring file for sharing Assembly
Data access with ADO.NET
• Introduction to Data Access Libraries DAO
• RDO and ADO
• Draw Back of ADO
• ADO.NET managed Data providers
• Introduction to system.Data.Oledb
• Data Reader
• Introduction to system.Data.SQLclient
• Preparing Statement
• Transaction handling
• Introduction to system.Data.Oracleclient
• Dataset and Data adapter
• Data Binding
• Data grid Programming
• Data View
• Data Relation
Delegates
• Introduction to Delegate concept
• Event Handling Arch with Delegate
• Handles, Add Handler and Remove Handler
Multi Threading
• Thread Class
• Sleep, Suspend and Resuming Thread
• Asynchronous Connection
• Synchronization of Threads
Distributed APP Development
• Introduction to monolithic, 2 Tier and 3 Tier Arch
• Introduction to DCOM
• Disadvantages Of DCOM
• Introduction to remoting
• TCP and HTTP Channels
• Serialization and Deserialisation with Binary Formatter and SOAP Formatter
• Activation Modes Server Activated and client Activated
• Server Activated (Single call and single ton)
• Remoting Architecture
• System. Runtime. Remoting. DLL
• Apps for server Activated and client Activated
Windows control library
• Creating custom control extending existing control
• Creating custom control grouping existing controls
Interoperatibility with COM
• Creating custom control extending
• Creating Achiex DLL using VB 6.0
• Managed code and Unmanaged code
• Using Achiex DLL in VB.NET APP
• TLBIMP Utility
• RCW
• Using .NET Assembly in VB 6.0 App
• CCW
• TLBExp and Regasm UtilitiesCrystal reports
File Streams
Windows Service
• Introduction to service App
• System. Service process
• Service Base Class
• Service Installer and Service
• Process installer
• Register Data Base of Services
• Install util utility
• SCM & SCP
Localization and Globalization
• Resource file creation
ASP.NET TRAININGASP.NET TRAINING
ASP.Net Course Content
Introduction to Web
• HTML
• Client side scripting languages
• IIS Architecture
• Server side programming with ASP
• ASP objects introduction
ASP.NET Introduction
• 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 architecture¬ASP.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.
State Management
• Page submission
• Cookies
• Session State
• 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 Page¬ VB 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
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 object
ASP.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
• WSDL utility
• Session state with Web Service
• Caching 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
http://www.p2cinfotech.com
USA: +1-732-546-3607
Email: training@p2cinfotech.com / p2cinfotech@gmail.com
Register for Free Demo: http://www.p2cinfotech.com/demo
Register For FREE DEMO
http://www.p2cinfotech.com
Email: p2cinfotech@gmail.com
Phone: +1-732-546-3607

Mais conteúdo relacionado

Semelhante a Dot net Online Training | .Net Training and Placement online

Radu vunvulea building and testing windows 8 metro style applications using ...
Radu vunvulea  building and testing windows 8 metro style applications using ...Radu vunvulea  building and testing windows 8 metro style applications using ...
Radu vunvulea building and testing windows 8 metro style applications using ...Radu Vunvulea
 
Develop a Quick and Dirty Web interface to your database: for the DBA and oth...
Develop a Quick and Dirty Web interface to your database: for the DBA and oth...Develop a Quick and Dirty Web interface to your database: for the DBA and oth...
Develop a Quick and Dirty Web interface to your database: for the DBA and oth...Gabriel Villa
 
Introduction to dot net framework by vaishali sahare [katkar]
Introduction to dot net framework by vaishali sahare [katkar]Introduction to dot net framework by vaishali sahare [katkar]
Introduction to dot net framework by vaishali sahare [katkar]vaishalisahare123
 
Forge - DevCon 2016: Implementing Rich Applications in the Browser
Forge - DevCon 2016: Implementing Rich Applications in the BrowserForge - DevCon 2016: Implementing Rich Applications in the Browser
Forge - DevCon 2016: Implementing Rich Applications in the BrowserAutodesk
 
Dotnet Online Training
Dotnet Online TrainingDotnet Online Training
Dotnet Online TrainingSumma Mcclane
 
Dot Net Online training in uk and usa
Dot Net Online training in uk and usaDot Net Online training in uk and usa
Dot Net Online training in uk and usaalmaandrea
 
SOLID Programming with Portable Class Libraries
SOLID Programming with Portable Class LibrariesSOLID Programming with Portable Class Libraries
SOLID Programming with Portable Class LibrariesVagif Abilov
 
Serverless brewbox
Serverless   brewboxServerless   brewbox
Serverless brewboxLino Telera
 
.NET Cloud-Native Bootcamp- Los Angeles
.NET Cloud-Native Bootcamp- Los Angeles.NET Cloud-Native Bootcamp- Los Angeles
.NET Cloud-Native Bootcamp- Los AngelesVMware Tanzu
 
Serverless with Azure Functions
Serverless with Azure FunctionsServerless with Azure Functions
Serverless with Azure FunctionsAndreas Willich
 
O2 platform and ASP.NET MVC, by Michael Hidalgo
O2 platform and ASP.NET MVC, by Michael HidalgoO2 platform and ASP.NET MVC, by Michael Hidalgo
O2 platform and ASP.NET MVC, by Michael HidalgoDinis Cruz
 
Tampere Docker meetup - Happy 5th Birthday Docker
Tampere Docker meetup - Happy 5th Birthday DockerTampere Docker meetup - Happy 5th Birthday Docker
Tampere Docker meetup - Happy 5th Birthday DockerSakari Hoisko
 
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.
 
Tokyo Azure Meetup #7 - Introduction to Serverless Architectures with Azure F...
Tokyo Azure Meetup #7 - Introduction to Serverless Architectures with Azure F...Tokyo Azure Meetup #7 - Introduction to Serverless Architectures with Azure F...
Tokyo Azure Meetup #7 - Introduction to Serverless Architectures with Azure F...Tokyo Azure Meetup
 
AIR - Framework ( Cairngorm and Parsley )
AIR - Framework ( Cairngorm and Parsley )AIR - Framework ( Cairngorm and Parsley )
AIR - Framework ( Cairngorm and Parsley )senthil0809
 

Semelhante a Dot net Online Training | .Net Training and Placement online (20)

Microsoft .Net Technology
Microsoft .Net TechnologyMicrosoft .Net Technology
Microsoft .Net Technology
 
Radu vunvulea building and testing windows 8 metro style applications using ...
Radu vunvulea  building and testing windows 8 metro style applications using ...Radu vunvulea  building and testing windows 8 metro style applications using ...
Radu vunvulea building and testing windows 8 metro style applications using ...
 
Net framework
Net frameworkNet framework
Net framework
 
Develop a Quick and Dirty Web interface to your database: for the DBA and oth...
Develop a Quick and Dirty Web interface to your database: for the DBA and oth...Develop a Quick and Dirty Web interface to your database: for the DBA and oth...
Develop a Quick and Dirty Web interface to your database: for the DBA and oth...
 
Introduction to dot net framework by vaishali sahare [katkar]
Introduction to dot net framework by vaishali sahare [katkar]Introduction to dot net framework by vaishali sahare [katkar]
Introduction to dot net framework by vaishali sahare [katkar]
 
Forge - DevCon 2016: Implementing Rich Applications in the Browser
Forge - DevCon 2016: Implementing Rich Applications in the BrowserForge - DevCon 2016: Implementing Rich Applications in the Browser
Forge - DevCon 2016: Implementing Rich Applications in the Browser
 
Dotnet Online Training
Dotnet Online TrainingDotnet Online Training
Dotnet Online Training
 
Dot Net Online training in uk and usa
Dot Net Online training in uk and usaDot Net Online training in uk and usa
Dot Net Online training in uk and usa
 
Docker12 factor
Docker12 factorDocker12 factor
Docker12 factor
 
SOLID Programming with Portable Class Libraries
SOLID Programming with Portable Class LibrariesSOLID Programming with Portable Class Libraries
SOLID Programming with Portable Class Libraries
 
Net online training
Net online trainingNet online training
Net online training
 
Serverless brewbox
Serverless   brewboxServerless   brewbox
Serverless brewbox
 
.NET Cloud-Native Bootcamp- Los Angeles
.NET Cloud-Native Bootcamp- Los Angeles.NET Cloud-Native Bootcamp- Los Angeles
.NET Cloud-Native Bootcamp- Los Angeles
 
Serverless with Azure Functions
Serverless with Azure FunctionsServerless with Azure Functions
Serverless with Azure Functions
 
O2 platform and ASP.NET MVC, by Michael Hidalgo
O2 platform and ASP.NET MVC, by Michael HidalgoO2 platform and ASP.NET MVC, by Michael Hidalgo
O2 platform and ASP.NET MVC, by Michael Hidalgo
 
Tampere Docker meetup - Happy 5th Birthday Docker
Tampere Docker meetup - Happy 5th Birthday DockerTampere Docker meetup - Happy 5th Birthday Docker
Tampere Docker meetup - Happy 5th Birthday Docker
 
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...
 
Tokyo Azure Meetup #7 - Introduction to Serverless Architectures with Azure F...
Tokyo Azure Meetup #7 - Introduction to Serverless Architectures with Azure F...Tokyo Azure Meetup #7 - Introduction to Serverless Architectures with Azure F...
Tokyo Azure Meetup #7 - Introduction to Serverless Architectures with Azure F...
 
AIR - Framework ( Cairngorm and Parsley )
AIR - Framework ( Cairngorm and Parsley )AIR - Framework ( Cairngorm and Parsley )
AIR - Framework ( Cairngorm and Parsley )
 

Mais de Garuda Trainings

Short definitions of all testing types
Short definitions of all testing typesShort definitions of all testing types
Short definitions of all testing typesGaruda Trainings
 
Software testing life cycle
Software testing life cycleSoftware testing life cycle
Software testing life cycleGaruda Trainings
 
Fundamental classes in java
Fundamental classes in javaFundamental classes in java
Fundamental classes in javaGaruda Trainings
 
Performance testing interview questions and answers
Performance testing interview questions and answersPerformance testing interview questions and answers
Performance testing interview questions and answersGaruda Trainings
 
Loadrunner interview questions and answers
Loadrunner interview questions and answersLoadrunner interview questions and answers
Loadrunner interview questions and answersGaruda Trainings
 
Business analysis interview question and answers
Business analysis interview question and answersBusiness analysis interview question and answers
Business analysis interview question and answersGaruda Trainings
 
Quality center interview questions and answers
Quality center interview questions and answersQuality center interview questions and answers
Quality center interview questions and answersGaruda Trainings
 
Software development life cycle
Software development life cycleSoftware development life cycle
Software development life cycleGaruda Trainings
 
Interview Questions and Answers for Java
Interview Questions and Answers for JavaInterview Questions and Answers for Java
Interview Questions and Answers for JavaGaruda Trainings
 
Basic java important interview questions and answers to secure a job
Basic java important interview questions and answers to secure a jobBasic java important interview questions and answers to secure a job
Basic java important interview questions and answers to secure a jobGaruda Trainings
 
Interview questions and answers for quality assurance
Interview questions and answers for quality assuranceInterview questions and answers for quality assurance
Interview questions and answers for quality assuranceGaruda Trainings
 
Unix commands in etl testing
Unix commands in etl testingUnix commands in etl testing
Unix commands in etl testingGaruda Trainings
 

Mais de Garuda Trainings (15)

SAP BI 7.0 Info Providers
SAP BI 7.0 Info ProvidersSAP BI 7.0 Info Providers
SAP BI 7.0 Info Providers
 
Short definitions of all testing types
Short definitions of all testing typesShort definitions of all testing types
Short definitions of all testing types
 
Software testing life cycle
Software testing life cycleSoftware testing life cycle
Software testing life cycle
 
Fundamental classes in java
Fundamental classes in javaFundamental classes in java
Fundamental classes in java
 
Java Exception handling
Java Exception handlingJava Exception handling
Java Exception handling
 
Performance testing interview questions and answers
Performance testing interview questions and answersPerformance testing interview questions and answers
Performance testing interview questions and answers
 
Loadrunner interview questions and answers
Loadrunner interview questions and answersLoadrunner interview questions and answers
Loadrunner interview questions and answers
 
Business analysis interview question and answers
Business analysis interview question and answersBusiness analysis interview question and answers
Business analysis interview question and answers
 
Quality center interview questions and answers
Quality center interview questions and answersQuality center interview questions and answers
Quality center interview questions and answers
 
Software development life cycle
Software development life cycleSoftware development life cycle
Software development life cycle
 
Interview Questions and Answers for Java
Interview Questions and Answers for JavaInterview Questions and Answers for Java
Interview Questions and Answers for Java
 
Basic java important interview questions and answers to secure a job
Basic java important interview questions and answers to secure a jobBasic java important interview questions and answers to secure a job
Basic java important interview questions and answers to secure a job
 
Interview questions and answers for quality assurance
Interview questions and answers for quality assuranceInterview questions and answers for quality assurance
Interview questions and answers for quality assurance
 
Unix commands in etl testing
Unix commands in etl testingUnix commands in etl testing
Unix commands in etl testing
 
SQL for ETL Testing
SQL for ETL TestingSQL for ETL Testing
SQL for ETL Testing
 

Último

Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
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.pptxAreebaZafar22
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
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Ữ Â...Nguyen Thanh Tu Collection
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 

Último (20)

Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
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
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
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Ữ Â...
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 

Dot net Online Training | .Net Training and Placement online

  • 1. Welcome To P2cinfoTech.com Dot Net Online Training With 100% Placement http://www.p2cinfotech.com USA: +1-732-546-3607 Email: training@p2cinfotech.com / p2cinfotech@gmail.com Register for Free Demo: http://www.p2cinfotech.com/demo
  • 2. Unique Features of P2Cinfotech: •Live online training like Real time face to face, Instructor – student interaction. •Good online training virtual class room environment. •All online software Training Batches will Be handled by Real time working Professionals only. •Special Exercises and Assignments to make you self-confident on your course subject. http://www.p2cinfotech.com USA: +1-732-546-3607 Email: training@p2cinfotech.com / p2cinfotech@gmail.com Register for Free Demo: http://www.p2cinfotech.com/demo
  • 3. Why Online Training? Convenience of time and place Can Repeat Sessions Economical – Cost Effective Saves Travel Time Environment Friendly http://www.p2cinfotech.com USA: +1-732-546-3607 Email: training@p2cinfotech.com / p2cinfotech@gmail.com Register for Free Demo: http://www.p2cinfotech.com/demo
  • 4. Is Online Training Effective? We understand that NO online training can ever replace the physical presence of the trainer in the classroom. But with our expertise, we assure you that, your experience will be very similar to Classroom based training. http://www.p2cinfotech.com USA: +1-732-546-3607 Email: training@p2cinfotech.com / p2cinfotech@gmail.com Register for Free Demo: http://www.p2cinfotech.com/demo
  • 5. About US P2Cinfotech is one of the leading, Online IT Training facilities and Job Consultant, spread all over the world. We have successfully conducted online classes on various Software Technologies that are currently in Demand. To name a few, we provide quality online training for QA, QTP, Manual Testing, HP LoadRunner, BA, Java Technologies, SEO, Web Technologies, .NET, Oracle DBA etc http://www.p2cinfotech.com USA: +1-732-546-3607 Email: training@p2cinfotech.com / p2cinfotech@gmail.com Register for Free Demo: http://www.p2cinfotech.com/demo
  • 6. What is missing in many Online Courses? Very few online courses meets requirements of a beginner but yet expensive. Most of the trainings assume a participant to already have some knowledge on concepts like OOPS. Rarely support is provided after course completion. No real time project exposure through which they understand the corporate needs.
  • 7. The .NET Framework is a software framework, developed by Microsoft that was primarily intended to run on Windows operating system. Microsoft started developing it since late 1990’s and its first beta version was released in the end of 2000, however its first commercial version was released in the year of 2002. Wide genres of applications can be developed using .NET framework and it is hugely popular in the IT market currently. http://www.p2cinfotech.com USA: +1-732-546-3607 Email: training@p2cinfotech.com / p2cinfotech@gmail.com Register for Free Demo: http://www.p2cinfotech.com/demo
  • 8. Types of Applications that can be developed: a) Dynamic data driven web based applications. b) Windows based client applications. c) Windows based GUI’s. d) Console applications. e) Windows controls. f) Web services.
  • 9. The .NET framework provides necessary tools and technologies with which we can develop windows ,web and enterprise level applications. The framework mainly comprises of two components called common language runtime(CLR) and .NET framework class library . CLR is a application virtual machine that provides important services like security, memory management and exception handling. On the other hand the class library provides user interface, data access, database connectivity, cryptography, web application development, numeric algorithms and network communications.
  • 10. C#.Net Course ContentC#.Net Course Content • Data Types • Type Conversion • Boxing & Unboxing • Conditional Statements • Looping • Methods in C# • Properties • Arrays • Indexes • Structures, Enumerations • Strings • Regular Expressions • Collections Object Oriented Language : • OOPS Concepts • Encapsulation • Inheritance • Polymorphism • Class and Object • Constructors • Destructors • Method Overloading • Method Overriding • Early binding, Late binding • Abstract Classes • Abstract Methods • Interfaces • Multiple Inheritances
  • 11. Memory Management : • Garbage Collector Stack and Heap • System. Object Class • Architecture of Gc • Generations • Exceptional Handling System Defined Exceptions • Custom Exceptions • Try, Catch, Finally • Throwing Exceptions • Operator Overloading • Unary Operator • OOPS Concepts • Encapsulation • Inheritance • Polymorphism • Class and Object • Constructors • Destructors • Method Overloading • Method Overriding • Early binding, Late binding • Abstract Classes • Abstract Methods • Interfaces • Multiple Inheritances • 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 • Command Builder • Data Relations • ADO.NET and XML
  • 12. Assemblies • Private Assemblies • Shared Assemblies • Global Assembly Cache (GAC) Architecture of CLR • Components in CLR • Type Safety COM Interparability • 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 • 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
  • 13. 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 • Role based security
  • 14. VB.NET TRAININGVB.NET TRAINING VB.Net Course Content Micro Soft .NET Overview • Why .Net • Introduction to .Net framework • Basic functionality of CLR • MSIL • CTS & CLSÿ .Net languages • System Requirements Introduction to VB.NET • Features of VB.NET • Writing programmes in VB.NET • Compiling and Executing from • Command prompt • Intro to Assemblies and Namespace • Base class libraries • Data types • Option statements • Boxing and Unboxing • Array • Sub programmes Introduction to Visual Studio.NET • VS 6.0 VS VS.NET • File structure created for VS.NET APP • Types of projects • Creating Demo Console App Object Oriented Programming • Principles of OOP • Structure VS Class • Access Specifiers • Properties • Method Overloading • Constructors • Shared Modifier • Inheritance • Overloading and Overriding • My base Keyboard • Shadowing • Abstract class • Sealed class • Interface • Polymorphism • Early Binding and Late Binding • Destructor & Garbage Collector
  • 15. GUI application development • Introduction to system WINDOWS, Form, DLL • Basic controls rich and Event driven programming • Advanced controls Rich text box, Dialog • Boxes, Toolbar… • Working with context menu • Main menu and MDI form • Visual Inheritance Assemblies • Introduction to COM Architecture • Disadvantages of COM • Introduction to Assembly • Private Assembly vs. Shared Assembly • Creating private Assembly • Probing and Preparing Configuration file • Strong name utility • Creating shared Assembly • CLR Architecture • Native Generator utilityÿ Assembly Versioning • Compatibility of Assembly • Configuring file for sharing Assembly Data access with ADO.NET • Introduction to Data Access Libraries DAO • RDO and ADO • Draw Back of ADO • ADO.NET managed Data providers • Introduction to system.Data.Oledb • Data Reader • Introduction to system.Data.SQLclient • Preparing Statement • Transaction handling • Introduction to system.Data.Oracleclient • Dataset and Data adapter • Data Binding • Data grid Programming • Data View • Data Relation
  • 16. Delegates • Introduction to Delegate concept • Event Handling Arch with Delegate • Handles, Add Handler and Remove Handler Multi Threading • Thread Class • Sleep, Suspend and Resuming Thread • Asynchronous Connection • Synchronization of Threads Distributed APP Development • Introduction to monolithic, 2 Tier and 3 Tier Arch • Introduction to DCOM • Disadvantages Of DCOM • Introduction to remoting • TCP and HTTP Channels • Serialization and Deserialisation with Binary Formatter and SOAP Formatter • Activation Modes Server Activated and client Activated • Server Activated (Single call and single ton) • Remoting Architecture • System. Runtime. Remoting. DLL • Apps for server Activated and client Activated
  • 17. Windows control library • Creating custom control extending existing control • Creating custom control grouping existing controls Interoperatibility with COM • Creating custom control extending • Creating Achiex DLL using VB 6.0 • Managed code and Unmanaged code • Using Achiex DLL in VB.NET APP • TLBIMP Utility • RCW • Using .NET Assembly in VB 6.0 App • CCW • TLBExp and Regasm UtilitiesCrystal reports File Streams Windows Service • Introduction to service App • System. Service process • Service Base Class • Service Installer and Service • Process installer • Register Data Base of Services • Install util utility • SCM & SCP Localization and Globalization • Resource file creation
  • 18. ASP.NET TRAININGASP.NET TRAINING ASP.Net Course Content Introduction to Web • HTML • Client side scripting languages • IIS Architecture • Server side programming with ASP • ASP objects introduction ASP.NET Introduction • 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 architecture¬ASP.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. State Management • Page submission • Cookies • Session State • Session Tracking Arch • Application object • Session and App events • Global ASAX
  • 19. XML Programming • Introduction to XML • Creation of XML document • XML parsers • DOM vs. SAX parser • Developing Client App for XML • HTML Page¬ VB 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 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 object ASP.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
  • 20. 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 • WSDL utility • Session state with Web Service • Caching 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
  • 21. http://www.p2cinfotech.com USA: +1-732-546-3607 Email: training@p2cinfotech.com / p2cinfotech@gmail.com Register for Free Demo: http://www.p2cinfotech.com/demo Register For FREE DEMO http://www.p2cinfotech.com Email: p2cinfotech@gmail.com Phone: +1-732-546-3607