C# is intended to be a simple, modern, general-purpose, objectoriented programming language. Its development team is led by Anders Hejlsberg.

Similar documents
Windows Presentation Foundation Programming Using C#

DOT NET SYLLABUS FOR 6 MONTHS

SECURED PROGRAMMING IN.NET DETAILED TRAINING CONTENT INDUSTRIAL TRAINING PROGRAM ( )

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions

DOT NET Syllabus (6 Months)

CHAPTER 1: INTRODUCING C# 3

Program Contents: DOTNET TRAINING IN CHENNAI

INTRODUCTION TO.NET. Domain of.net D.N.A. Architecture One Tier Two Tier Three Tier N-Tier THE COMMON LANGUAGE RUNTIME (C.L.R.)

Windows Presentation Foundation for.net Developers

Mastering VB.NET using Visual Studio 2010 Course Length: 5 days Price: $2,500

.NET FRAMEWORK. Visual C#.Net

6 Months Training Module in.net Module 1-Total Days-20

.Net. Course Content ASP.NET

ALPHAPRIMETECH 112 New South Road, Hicksville, NY 11801

Learning C# 3.0. Jesse Liberty and Brian MacDonald O'REILLY. Beijing Cambridge Farnham Köln Sebastopol Taipei Tokyo

--Microsoft-- --Windows Phone--

Microsoft Azure Course Content

Beginning Silverlight 5 in C #

Dot Net Online Training

Apex TG India Pvt. Ltd.

Migrate Your Skills to Microsoft.NET Framework 2.0 and 3.0 using Visual Studio 2005 (C#)

.NET Advance Package Syllabus

Module 1. An Introduction to C# Module 2. Classes and Objects. Vasundhara Sector 14-A, Plot No , Near Vaishali Metro Station,Ghaziabad

COPYRIGHTED MATERIAL. Contents. Part I: C# Fundamentals 1. Chapter 1: The.NET Framework 3. Chapter 2: Getting Started with Visual Studio

Developing Microsoft Azure Solutions (70-532) Syllabus

Microsoft ASP.NET Whole Course Syllabus upto Developer Module (Including all three module Primary.NET + Advance Course Techniques+ Developer Tricks)

Level: M.Ed. Credit Hour: 3 (2+1) Semester: Third Teaching Hour: 80(32+48)

.NET 4.6 MICROSOFT CURRICULUM MICROSOFT.NET 2015 (4.6)

VB.NET Web : Phone : INTRODUCTION TO NET FRAME WORK

Course AZ-100T01-A: Manage Subscriptions and Resources

Department of Computer Applications

C# Programming in the.net Framework

C# Syllabus. MS.NET Framework Introduction

Developing Microsoft Azure Solutions

.NET-6Weeks Project Based Training

NET 3.0 and NET 3.0 contains four building blocks, shown in the figure below:

Top 40.NET Interview Questions & Answers

Course Outline. Developing Data Access Solutions with Microsoft Visual Studio 2010 Course 10265A: 5 days Instructor Led

WPF. Source Module 01: Lesson1

20533B: Implementing Microsoft Azure Infrastructure Solutions

B. V. Patel Institute of Business Management, Computer & Information Technology, UTU

Developing Microsoft Azure Solutions (70-532) Syllabus

Implementing Microsoft Azure Infrastructure Solutions

Microsoft Visual Studio 2010

DOT NET COURSE BROCHURE


10265: Developing Data Access Solutions with Microsoft Visual Studio 2010 Duration: 5 Days Method: Instructor-Led

Developing Microsoft Azure Solutions: Course Agenda

Developing Data Access Solutions with Microsoft Visual Studio 2010

Course Outline. Lesson 2, Azure Portals, describes the two current portals that are available for managing Azure subscriptions and services.

Course Hours

Prerequisites: The student should have programming experience in a high-level language. ITCourseware, LLC Page 1. Object-Oriented Programming in C#

Developing Microsoft Azure Solutions (70-532) Syllabus

B.E /B.TECH DEGREE EXAMINATIONS,

Microsoft.NET Programming (C#, ASP.NET,ADO.NET, VB.NET, Crystal Report, Sql Server) Goal: Make the learner proficient in the usage of MS Technologies

PESIT- Bangalore South Campus Hosur Road (1km Before Electronic city) Bangalore

CETPA INFOTECH PVT. LTD.

The course introduces many of the techniques and technologies employed by modern desktop and enterprise applications, including:

10/9/2012. Sample C# program:

C#.NET TRAINING / /

70-532: Developing Microsoft Azure Solutions

Microsoft Azure for AWS Experts

Windows Azure Services - At Different Levels

Dot Net Framework 4.0: Advanced Microsoft C#.NET Web Development

ASP.NET Web Forms Programming Using Visual Basic.NET

Why Choose MS Azure?

Chapter 13. Additional Topics in Visual Basic The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill

20483BC: Programming in C#

C# Programming: From Problem Analysis to Program Design. Fourth Edition

70-532: Developing Microsoft Azure Solutions

Upgrading to Windows Server 2008

"Charting the Course... MOC A Developing Data Access Solutions with Microsoft Visual Studio Course Summary

COURSE 20487B: DEVELOPING WINDOWS AZURE AND WEB SERVICES

Programming in C# (20483)

EEE-425 Programming Languages (2013) 1

DOT.NET MODULE 6: SILVERLIGHT

Course Outline. Developing Microsoft Azure Solutions Course 20532C: 4 days Instructor Led

BUILDING APPLICATIONS USING C# AND.NET FRAMEWORK (OBJECT-ORIENTED PROGRAMMING, X428.6)

Whiteboard 6 feet by 4 feet (minimum) Whiteboard markers Red, Blue, Green, Black Video Projector (1024 X 768 resolutions)

Developing Enterprise Cloud Solutions with Azure

Introduction p. 1 Who Should Read This Book? p. 2 Software Requirements p. 3 Code Examples p. 3 How This Book Is Organized p. 4 Conventions Used in

S.Sakthi Vinayagam Sr. AP/CSE, C.Arun AP/IT

ASP.NET Training Course Duration. 30 Working days, daily one and half hours. ASP.NET Training Course Overview

All India Council For Technical Skill Development (AICTSD) In Association with IITians Embedded Technosolution

Course Outline. Module 1: Microsoft Azure for AWS Experts Course Overview

Exam : Implementing Microsoft Azure Infrastructure Solutions

Infrastructure Provisioning with System Center Virtual Machine Manager

Diploma in Microsoft.NET

C# Programming Syllabus

M Developing Microsoft ASP.NET Web Applications Using Visual Studio.NET 5 Day Course

Course Description. Audience. Module Title : 20483B: Programming in C# Duration : 5 days. Course Outline :: 20483B ::

Variable Scope The Main() Function Struct Functions Overloading Functions Using Delegates Chapter 7: Debugging and Error Handling Debugging in Visual

UNIT 1 PART A PART B

New programming language introduced by Microsoft contained in its.net technology Uses many of the best features of C++, Java, Visual Basic, and other

Developing Microsoft Azure and Web Services. Course Code: 20487C; Duration: 5 days; Instructor-led

40390: Microsoft Azure for AWS Experts

ADO.NET Overview. Connected Architecture. SqlConnection, SqlCommand, DataReader class. Disconnected Architecture

Course Syllabus. Course Title. Who should attend? Course Description. ASP.NET ( Level 1 )

NE Infrastructure Provisioning with System Center Virtual Machine Manager

Index. Application programming interface (API), 38. Binary Application Markup Language (BAML), 4

Transcription:

C# is intended to be a simple, modern, general-purpose, objectoriented programming language. Its development team is led by Anders Hejlsberg. The most recent version is C# 5.0, which was released on August 15, 2012. 2015

Chapter 1: Introduction to.net Framework 1. Overview of.net and.net Framework 2..NET Framework Architecture 2.1..NET Compliant Languages 2.2.Common Language Specification (CLS) 2.2.1. Common Type System (CTS) 2.3.Framework Class Library (FCL) 2.3.1. Base Class Library (BCL) 2hrs 2.4.Common Language Runtime (CLR) 2.5.Visual Studio IDE 3. Microsoft Intermediate Language (MSIL) 4. Understanding CLR and Execution of.net Application 4.1.Components of CLR Chapter 2: Introduction to C# 2hrs Introduction of C#.Net 1. Conceptual Overview of C#.Net 2. What is Visual Studio? 3. C# Programming Language Features 4hrs 2hrs 2hrs* 4. Hello World Program 5. General Structure of a C# Program 6. Casting and Type Conversion 7. Selection & Looping statement Chapter 3: Object Oriented Programming Introduction to OOP S 1. Overview of OOP S 1.1.Features of OOP S 2. Classes & Objects 2.1.Features of Object 3. Constructor 4. Properties 5. Method Overloading 6. Method Overriding 7. This & Base keyword 6hr 2hr 4hr

8. Partial & Sealed classes 9. Interfaces & Abstract classes Chapter 4: Windows Programming Basics of C# Windows Forms 1. Overview of Windows Forms & Controls 2. Common Controls Examples 3. Simple Windows Applications like Notepad, Calculator, and Browser etc. 4. Other toolbox controls examples 7hrs 2hrs 2hrs Chapter 5: Arrays & Collections Introduction of Arrays 1. Arrays Overview 2. Types of Array 2.1.Single Dimensional 2.2.Multi-Dimensional 2.3.Jagged Arrays 3. Non-Generic Collection 3.1.ArrayList 3.2.Hashtable 4. Generic Collection 4.1.List<T> 4.2.Dictionary<T> 3hrs 1hrs 2hrs* Chapter 6: SQL Server Writing Basic SQL Queries 1. Overview of SQL Server IDE 2. Creating tables & database using GUI 3. CRUD operations in SQL 2hrs 1hrs 1hrs Stored Procedure in SQL 1. Creating & Updating Stored Procedure 2. Different DML statements in SP Chapter 7: ADO.NET

ADO.NET 1. ADO.NET Overview 2. Architecture of ADO.NET 2.1.Connected 2.2.Disconnected 3. SqlConnection class 4. SqlCommand class 5. DataReader class 6. SqlDataAdapter class 7. DataSet class 8. Datagrid view with DML Operations like sorting, paging etc. 6hrs 2hrs 4hrs Chapter 8: Exception Handling Exception Handling in C# 1.1.Try Catch Finally keywords 1.2.Using Single, Multiple and Catch All Block 1.3.Using Custom Exception 3hrs 2hrs 1hrs Chapter 9: Parallel Programming 1. What is Parallel Programming 2. Implementing Parallel Programming in C# 3. Task class in C# 3hrs 2hrs 1hrs Chapter 10: WPF Programming

1. Introduction to WPF 2. XAML 2.1 Elements and Attributes 2.2. Namespaces 2.3. Property Elements 2.4. Type Converters 2.5. Content Property 3. WPF Controls 3.1 Basic Controls 3.2 Menu & TreeView Control 3.3 Ellipse & Rectangle 4. Layouts 4.1 Grid 4.2 Canvas 4.3 StackPanel 4.4 WrapPanel 4.5 DockPanel 5. Control Styles and Templates 5.1 Control Styles 5.2 Control Templates 5.3 Triggers 6. Basics of Animation 6.1 Storyboard 6.2 Double Animation 6hrs 2hrs 4hrs Chapter 10: Overview of Windows Azure IaaS Components Introduction to cloud technology Microsoft offering in public cloud Windows Azure management Portal Azure Cloud Services Affinity group Windows Azure Storage Virtual Machine Virtual Machine Sizes Virtual machine deployment Disk & Images

Virtual Machine Availability Set Data Import and Export Services Chapter 11: Infrastructure Service Networking Endpoint Configuration Virtual Network Point to Site Connectivity Site to Site Connectivity Traffic Manager Managing ACL (Access Control List) Automation Windows Azure PowerShell Cmdlets Chapter 12: Cloud Services, Websites and Infrastructure Services Date Total Windows Azure Compute Virtual Machine and Cloud Services Virtual Machine and Websites Windows Azure Websites Website Scalability Auto-Scaling Chapter 13: Management & Monitoring

Date Monitoring Virtual Machines with the portal Alert Rules Application Deployment Disk Configuration Disk caching StorSimple Overview Managing with PowerShell Auto-Scaling Total Chapter 14: Windows Azure Pack Date The Cloud OS vision Service providers and enterprises Windows Azure Technology Management Portal Web Sites Services Virtual Machines Services Deployment architecture Deploying Windows Azure pack Total Chapter 15: Windows Azure Active Directory - Overview Date Identity Challenges Difference between Windows Server AD and Windows Azure AD AD architecture options Manage identity Total

SaaS Application integration AD to ADD sync options Configure Directory Synchronization. Federated SSO Configure SSO