21
Welcome To P2cinfotech.com Dot Net Online Training With 100% Placement p://www.p2cinfotech.com : +1-732-546-3607 il: [email protected] / [email protected] ister for Free Demo: http://www.p2cinfotech.com/demo

Dot net Online Training | .Net Training and Placement online

Embed Size (px)

DESCRIPTION

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. 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. Unique Features of P2Cinfotech: 1. All online software Training Batches will Be handled by Real time working Professionals only. 2. Live online training like Real time face to face, Instructor ? student interaction. 3. Good online training virtual class room environment. 4. Special Exercises and Assignments to make you self-confident on your course subject. 5. Interactive Sessions to update students with latest Developments on the particular course. 6. Flexible Batch Timings and proper timetable. 7. Affordable, decent and Flexible fee structure. 8. Extended Technical assistance even after completion of the course. 9. 100% Job Assistance and Guidance. Courses What we cover: Quality Assurance Business Analsis QTp JAVA Apps Devlepoment Training Register for Free DEMO: www.p2cinfotech.com [email protected] +1-732-546-3607 (USA)

Citation preview

Page 1: Dot net Online Training | .Net Training and Placement online

Welcome To P2cinfotech.comDot Net Online Training With 100% Placement

http://www.p2cinfotech.comUSA: +1-732-546-3607 Email: [email protected] / [email protected] for Free Demo: http://www.p2cinfotech.com/demo

Page 2: Dot net Online Training | .Net Training and Placement online

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.comUSA: +1-732-546-3607 Email: [email protected] / [email protected] for Free Demo: http://www.p2cinfotech.com/demo

Page 3: Dot net Online Training | .Net Training and Placement online

Why Online Training?

Convenience of time and placeCan Repeat SessionsEconomical – Cost EffectiveSaves Travel TimeEnvironment Friendly

http://www.p2cinfotech.comUSA: +1-732-546-3607 Email: [email protected] / [email protected] for Free Demo: http://www.p2cinfotech.com/demo

Page 4: Dot net Online Training | .Net Training and Placement online

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.comUSA: +1-732-546-3607 Email: [email protected] / [email protected] for Free Demo: http://www.p2cinfotech.com/demo

Page 5: Dot net Online Training | .Net Training and Placement online

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.comUSA: +1-732-546-3607 Email: [email protected] / [email protected] for Free Demo: http://www.p2cinfotech.com/demo

Page 6: Dot net Online Training | .Net Training and Placement online

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.

Page 7: Dot net Online Training | .Net Training and Placement online

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.comUSA: +1-732-546-3607 Email: [email protected] / [email protected] for Free Demo: http://www.p2cinfotech.com/demo

Page 8: Dot net Online Training | .Net Training and Placement online

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.

Page 9: Dot net Online Training | .Net Training and Placement online

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.

Page 10: Dot net Online Training | .Net Training and Placement online

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

Page 11: Dot net Online Training | .Net Training and Placement online

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

Page 12: Dot net Online Training | .Net Training and Placement online

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

PointersValue 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

Page 13: Dot net Online Training | .Net Training and Placement online

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 cycleIntroduction to Web applications and Security

• ASP.NET using C#• System. Web & A simple web application• Code access security• Role based security

Page 14: Dot net Online Training | .Net Training and Placement online

VB.NET TRAININGVB.NET TRAININGVB.Net Course ContentMicro Soft .NET Overview• Why .Net• Introduction to .Net framework• Basic functionality of CLR• MSIL• CTS & CLSÿ .Net languages• System RequirementsIntroduction 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 AppObject 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

Page 15: Dot net Online Training | .Net Training and Placement online

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 InheritanceAssemblies• 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

Page 16: Dot net Online Training | .Net Training and Placement online

Delegates• Introduction to Delegate concept• Event Handling Arch with Delegate• Handles, Add Handler and Remove HandlerMulti Threading• Thread Class• Sleep, Suspend and Resuming Thread• Asynchronous Connection• Synchronization of ThreadsDistributed 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

Page 17: Dot net Online Training | .Net Training and Placement online

Windows control library• Creating custom control extending existing control• Creating custom control grouping existing controlsInteroperatibility 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 & SCPLocalization and Globalization• Resource file creation

Page 18: Dot net Online Training | .Net Training and Placement online

ASP.NET TRAININGASP.NET TRAININGASP.Net Course ContentIntroduction to Web• HTML• Client side scripting languages• IIS Architecture• Server side programming with ASP• ASP objects introductionASP.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.• Validation controls.

State Management• Page submission• Cookies• Session State• Session Tracking Arch• Application object• Session and App events• Global ASAX

Page 19: Dot net Online Training | .Net Training and Placement online

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 webADO.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 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

Page 20: Dot net Online Training | .Net Training and Placement online

ASP.NET Tracing• Page level• Application levelSecurity 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

Page 21: Dot net Online Training | .Net Training and Placement online

http://www.p2cinfotech.comUSA: +1-732-546-3607 Email: [email protected] / [email protected] for Free Demo: http://www.p2cinfotech.com/demo

Register For FREE DEMO

http://www.p2cinfotech.comEmail: [email protected]: +1-732-546-3607