dot net online training course content

13
Contact Us at: Phone : +91-8500122107 Email : [email protected] Website : www.apex-online-it-training.com Module1: C#.NET Basics and OOPS Target Audience: This module is meant for the programmers, who are completely new to .NET Framework and C#.NET. Pre-requisite: Good knowledge in “C” language Goals: By learning this module, you will be able to write some programs using some basic concepts of C#.NET and using OOPS. Introduction to .NET Introduction to .NET Framework Versions of .NET Framework Features and Advantages .NET Framework Architecture Components (CLS, CTS, BCL, CLR) Application Compilation and Execution Mechanism in .NET Overview of MSIL and Assemblies IL DASM .NET Framework directory BCL Architecture

Upload: instituteapex

Post on 14-Jan-2015

396 views

Category:

Education


2 download

DESCRIPTION

FRESH BATCH STARTING FROM NEXT WEEK ABOUT TRAINER • 8 YEARS OF INDUSTRY EXPERIENCE • 5 YEARS OF EXPERIENCE IN ONLINE, CLASS ROOM AND CORPORATE TRAINING FOR FREE DEMO contact us at: Phone : +91-8500-122-107 Phone :+91-8341-056-146 Phone : USA +1-2146283894 Phone : USA+1-512-522-8680 Email:[email protected] WebSite: www.apex-online-it-training.com • OTHER COURSE OFFERED AT APEX QA QA- Manual Testing QA- HP QTP (Quick Test Pro)|(Functional Automation Test tool) QA- VB script (for TESTERS) QA- HP QC (Quality Center) QA- SELENIUM IDE, RC, GRID and Web Driver QA- LOAD RUNNER QA- Microsoft Test tools (Coded UI, Unit Test, Web Test and Load Test tools) QA- Test Complete DATAWAREHOSING INFORMATICA INFORMATICA POWER CENTER INFORMATICA DATA QUALITY INFORMATICA POWER EXCHANGE SAP SAP- ABAP SAP- ABAP WORKFLOW SAP NetWEAVER EP SAP-BIW (Business information warehouse) SAP-SD (Sales and Distribution) SAP- ABAP HR SAP- ABAP OOP SAP- SECURITY SAP-CRM (Customer Relationship Management) SAP- BO’S SAP-WM (Warehouse Management) SAP-SEM (Strategic Enterprise Management) SAP-SCM (Supply Chain Management) SAP-MDM SAP-BPS SAP-OIL&GAS SAP- ABAP CROSSAPPLICATIONS SAP- ABAP WEBDYNPRO SAP- BASIS (System Administration) SAP- XI (exchange infrastructure) SAP- BI SAP-HRM (Human Resources Management) SAP-FICO(Finance and Controlling) SAP-PP (Production Planning) SAP-MM (Material Management) SAP-PS (PROJECT SYSTEMS) SAP-QM (Quality Management) SAP-IS (Industry Specific Solutions) MS-DOTNET TECHNOLOGIES ASP.NET (3.5) VB.NET C#.NET SPECIAL COURCES ASP.NET AJAX ASP.NET SLIVERLIGHT ASP.NET JAVA SCRIPT LINQ ADVANCED COURCES SHARE POINT-2007(Design, Development and Administration) BizTalk server JAVA TECHNOLOGIES Core Java Advanced Java J2EE / J2ME Data Bases SQA Robot DATA WAREHOUSING Informatics Business objects XI 3.1 HYPERION ESSBASE Data stage Cognos (Business Intelligence) Teradata ABINITIO HYPERION INTERACTIVE REPORT ORACLE ORACLE APPS FINACIALS R12 ORACLE APPS TECHNICAL ORACLE APPS HRMS ORACLE APPS SCM ORACLE APPS FRAME WORK ORACLE 10g//11i DBA ORACLE RAC DBA ORACLE ADVANCED RAC ORACLE APPLICATIONS SERVER DBA SQL/PLSQL ORACLE FUSION ORACLE CLINICAL SAS (Statistical Analysis Software) Clinical Financial Banking) BI SIEBELCRM & ANALYTICS PEOPLE SOFT SQL SERVER 2005 & 2008 SQL SERVER DBA PHP with my SQL SUN SOLARIES PEGA SYSTEM

TRANSCRIPT

Page 1: Dot Net ONLINE TRAINING COURSE CONTENT

Contact Us at: Phone : +91-8500122107 Email : [email protected] Website : www.apex-online-it-training.com

Module1: C#.NET Basics and OOPS

Target Audience: This module is meant for the programmers, who are completely new to .NET Framework and C#.NET.

Pre-requisite: Good knowledge in “C” language

Goals: By learning this module, you will be able to write some programs using some basic concepts of C#.NET and using OOPS.

Introduction to .NET Introduction to .NET Framework

Versions of .NET FrameworkFeatures and Advantages.NET Framework ArchitectureComponents (CLS, CTS, BCL, CLR)Application Compilation and Execution Mechanism in .NETOverview of MSIL and AssembliesIL DASM.NET Framework directoryBCL ArchitectureOverview of MS Visual StudioVersions of Visual StudioAdvantages of Visual Studio

C#.NET BasicsIntroduction to C#Command Line Demo Command Line Compiler

Page 2: Dot Net ONLINE TRAINING COURSE CONTENT

Contact Us at: Phone : +91-8500122107 Email : [email protected] Website : www.apex-online-it-training.com

Visual Studio Demo The IDE Solution Explorer Types Primitive Types Namespaces Variables Statements and Expressions Operators Type CastingBoxing and UnboxingReferences Summary

C# - Flow Control and Exceptions Branching Switching Looping

Jumping

Throwing Exceptions Built-in Exceptions Handling Exceptions Chaining Catch Blocks Finally

Summary

Page 3: Dot Net ONLINE TRAINING COURSE CONTENT

Contact Us at: Phone : +91-8500122107 Email : [email protected] Website : www.apex-online-it-training.com

C# OOPS (Part 1)Introduction StructsClasses and Objects Reference TypesData Members and Function MembersAccess ModifiersRead-only Data MembersLocal Variables (vs) Data Membersthis keyword

C# - Events, Properties, and Methods

Overview Methods Method Review Method Overloading Fields Properties Events Events - Delegates Indexers Operator Overloading Conversion Operators Constructors Destructors Summary

C# - OOPS (Part 2) Strings

Page 4: Dot Net ONLINE TRAINING COURSE CONTENT

Contact Us at: Phone : +91-8500122107 Email : [email protected] Website : www.apex-online-it-training.com

DateTimeEnumerationsInterfaces Arrays

Static Members and Non-static MembersStatic ConstructorsStatic ClassesInheritance Abstract Classes Abstract FunctionsVirtual Functions and Function OverridingSealed Classes Partial Classes Summary

C# and Generics Overview Why Generics? Using Generics Generic Collections Generic Methods Generic Interfaces Summary

Module2: Windows Forms App and ADO.NET

Target Audience: This module is meant for the programmers, who are interested to develop graphical applications using C# and want to connect them with databases such as SQL Server and Oracle.

Page 5: Dot Net ONLINE TRAINING COURSE CONTENT

Contact Us at: Phone : +91-8500122107 Email : [email protected] Website : www.apex-online-it-training.com

Pre-requisite: Good knowledge in “C#” language basics and OOPS. (refer Module1)

Goals: To develop Windows Forms Applications with Database interaction.

GUI Application DevelopmentIntroduction to Windows Forms ApplicationsForm PropertiesEvent Handling and Form EventsWorking with Multiple FormsWorking with Common ControlsWorking With List ControlsWorking With Menu ControlsWorking with Dialog controlsWorking with other controlsMDI Applications

User Controls and Event Handling User Defined Control Inherited Control Inherited forms Event handlingWindows Forms Control Library

Data Base Programming (ADO.NET)ADO .NET IntroductionData Providers in .NetIntroduction to Managed and Unmanaged ProvidersPassing Commands to the DatabaseData ReadersDataset and Data Adapters

Page 6: Dot Net ONLINE TRAINING COURSE CONTENT

Contact Us at: Phone : +91-8500122107 Email : [email protected] Website : www.apex-online-it-training.com

Creating Relations and Transactions

File Handling System .IO namespace FileStream StreamReader StreamWriter FileInfo DirectoryInfo

Dtrsing Handlings System.Text string reader string writer string.join string.split string comparisionsSearch string

.NET RemotingUnderstanding the need of RemotingChannels (TCP and HTTP)Server Activated Object and Client Activated ObjectRemoting ArchitectureDemo on Remoting

Multi ThreadingIntroduction Garbage Collection

Page 7: Dot Net ONLINE TRAINING COURSE CONTENT

Contact Us at: Phone : +91-8500122107 Email : [email protected] Website : www.apex-online-it-training.com

Threads Threading Demo Async Demo Parallel Demo

Windows Services Service base class Service Process installer Service Installer Creating a Windows Service Installutill.exe

Advanced .NET

Default and Named Parameters in C# 4.0 Anonymous Method

Module3: ASP.NET

Target Audience: This module is meant for the programmers, who are interested to develop web applications using C#.

Pre-requisite: Good knowledge in “C#” language basics, OOPS, Windows Forms Applications and ADO.NET. (refer Module1 and Module2). In additional to this, this module demands some intermediate level knowledge in HTML.

Goals: To develop Web Applications.

INTRO TO WEB TECHNOLOGIESOverview of HTML

Page 8: Dot Net ONLINE TRAINING COURSE CONTENT

Contact Us at: Phone : +91-8500122107 Email : [email protected] Website : www.apex-online-it-training.com

Client side scripting langsOverview llSOverview of ASP

ASP.NET INTRO What is ASP.NET ASP VS ASP.NET Image Technique and code behind techniqueSERVER SIDE CONTROLS Client side control vs Server side controls. Type of server controls - HTML server controls, Examples on Web server controls. ASP.NET Page Execution ArchitectureSTATE MANAGEMENT Cookies Session State Application object Session and App events Global. AJAX viewstate

ADO.NET Usage in Web Applications Datalist Repeater Datasource Controls GridView DetailsView ListviewCrystal Reports

CACHING Importance of Caching Type of Caching in ASP.NET

Page 9: Dot Net ONLINE TRAINING COURSE CONTENT

Contact Us at: Phone : +91-8500122107 Email : [email protected] Website : www.apex-online-it-training.com

Output Caching Fragment caching Data caching

ASP.NET CONFIGURATION Machine config vs Web config App Settings Compilation setting Custom error setting Session State Setting Enhancement in ASP.NET Inprocess VS out process session state State server and SQL Server

ASP.NET TRACING Page Level Application Level

SECURITY IN ASP.NET Authentication & Authorization Windows Based Authentication Form Based Authentication

THEME AND SKINMASTER PAGESSITE NAVIGATIONWEB PARTS Web part manager Zone Types

Web Services Development using ASP.NET

Page 10: Dot Net ONLINE TRAINING COURSE CONTENT

Contact Us at: Phone : +91-8500122107 Email : [email protected] Website : www.apex-online-it-training.com

Web Services Introduction, WSDL and SOAP Creating and Using Web Services

Examples on Linq .wpf , ajax and silverlght

Contact Us at: Phone : +91-8500122107 Email : [email protected] Website : www.apex-online-it-training.com