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

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

Diploma in Microsoft.NET

.Net. Course Content ASP.NET

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

Apex TG India Pvt. Ltd.

Course Outline: Course 10267A: Introduction to Web Development with Microsoft Visual Studio 2010 Learning Method: Instructor-led Classroom Learning

DOT NET Syllabus (6 Months)

C#.NET TRAINING / /

Angular 4 Syllabus. Module 1: Introduction. Module 2: AngularJS to Angular 4. Module 3: Introduction to Typescript

DOT NET SYLLABUS FOR 6 MONTHS

CHAPTER 1: INTRODUCING C# 3

10267A CS: Developing Web Applications Using Microsoft Visual Studio 2010

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

Course Hours

10267 Introduction to Web Development with Microsoft Visual Studio 2010

Module 1. Introduction. Module 2. INSTALLATION. Admin Panel. What is Content Management System (CMS)? History Features Advantages Disadvantages

Microsoft. Microsoft Visual C# Step by Step. John Sharp

Introduction to Web Development with Microsoft Visual Studio 2010 (10267A)

C# Programming in the.net Framework

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

Module 1 : Fundamentals of Testing. Section 1: Manual Testing

CodingFactory. Learn.NET MVC with WCF & Angular. This syllabus is cover all the basic to. Angular. Table of Contents

[MS20487]: Developing Windows Azure and Web Services

COURSE 20487B: DEVELOPING WINDOWS AZURE AND WEB SERVICES

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

DIPLOMA IN PROGRAMMING WITH DOT NET TECHNOLOGIES

Programming C# 5.0. Ian Griffiths O'REILLY' Beijing Cambridge * Farnham Kbln Sebastopol Tokyo

Programming in C#

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

Developing Windows Azure and Web Services

Introduction to Microsoft.NET Programming Using Microsoft Visual Studio 2008 (C#) Course Overview. Prerequisites. Audience.

Programming in C# (20483)

DE Introduction to Web Development with Microsoft Visual Studio 2010

20483BC: Programming in C#

Software Development & Education Center Complete.NET 4.5

"Charting the Course... MOC A Introduction to Web Development with Microsoft Visual Studio Course Summary

Introduction to Web Development with Microsoft Visual Studio 2010

Developing Web Applications Using Microsoft Visual Studio 2008 SP1

This module reviews the core syntax and features of the C# programming language. It also provides an introduction to the Visual Studio 2012 debugger.

.NET-6Weeks Project Based Training

DE-2310 Developing Web Applications Using Microsoft Visual Studio 2008 SP1

Programming in C# Course: Course Details ABOUT THIS COURSE AUDIENCE PROFILE. Síguenos en:

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

COURSE OUTLINE: OD10267A Introduction to Web Development with Microsoft Visual Studio 2010

10266 Programming in C Sharp with Microsoft Visual Studio 2010

DOT NET COURSE BROCHURE

.NET Advance Package Syllabus

ALPHAPRIMETECH 112 New South Road, Hicksville, NY 11801

OVERVIEW ENVIRONMENT PROGRAM STRUCTURE BASIC SYNTAX DATA TYPES TYPE CONVERSION

MS-20487: Developing Windows Azure and Web Services

Introduction to Web Development with Microsoft Visual Studio 2010

Microsoft Official Courseware Course Introduction to Web Development with Microsoft Visual Studio

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

TECHNOLOGIES. Kick Starting OOPS &.Net Encapsulation Ø Class Ø Struct Ø Interface, Ø Enum Ø Abstraction Ø Access modifiers in.net

ASP.NET Web Forms Programming Using Visual Basic.NET

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

Programming in C# for Experienced Programmers

Programming in C# with Microsoft Visual Studio 2010

PROGRAMMING IN VISUAL BASIC WITH MICROSOFT VISUAL STUDIO Course: 10550A; Duration: 5 Days; Instructor-led

Introduction to Programming Microsoft.NET Framework Applications with Microsoft Visual Studio 2005 (C#)

10264A CS: Developing Web Applications with Microsoft Visual Studio 2010

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

"Charting the Course... MOC Programming in C# with Microsoft Visual Studio Course Summary

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

Advance Dotnet ( 2 Month )

.NET FRAMEWORK. Visual C#.Net

MCSA Universal Windows Platform. A Success Guide to Prepare- Programming in C# edusum.com

10/9/2012. Sample C# program:

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

The C# Programming Language. Overview

Open Source Library Developer & IT Pro

"Charting the Course to Your Success!" MOC B Programming in C# Course Summary

Programming in Visual Basic with Microsoft Visual Studio 2010

Beginning ASP.NET. 4.5 in C# Matthew MacDonald

Software Development & Education Center Complete.NET 4.5

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

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

CHAPTER 1: VISUAL STUDIO

Program Contents: DOTNET TRAINING IN CHENNAI

Introduction to Microsoft.NET Framework Programming using VS 2005 (C#)

Full Stack Developer (FSD) Dot Net

Microsoft Programming in C#

Developing Data Access Solutions with Microsoft Visual Studio 2010

DEVELOPING WEB APPLICATIONS WITH MICROSOFT VISUAL STUDIO Course: 10264A; Duration: 5 Days; Instructor-led

Dot Net Online Training

Windows Presentation Foundation Programming Using C#

C# 6.0 in a nutshell / Joseph Albahari & Ben Albahari. 6th ed. Beijin [etc.], cop Spis treści

Module 1.Introduction to Business Objects. Vasundhara Sector 14-A, Plot No , Near Vaishali Metro Station,Ghaziabad

2310C VB - Developing Web Applications Using Microsoft Visual Studio 2008 Course Number: 2310C Course Length: 5 Days

Microsoft Developing Windows Azure and Web Services

20486-Developing ASP.NET MVC 4 Web Applications

CETPA INFOTECH PVT. LTD.

Microsoft Visual Studio 2010 Training Course Catalogue. Learning Solutions

C# Syllabus. MS.NET Framework Introduction

Building Effective ASP.NET MVC 5.x Web Applications using Visual Studio 2013

EEE-425 Programming Languages (2013) 1

MCP, MCTS (ASP.Net, C#) Get the rewards, respect, and recognition you deserve, Become a Microsoft Certified Professional.

--Microsoft-- --Windows Phone--

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

Introduction to Programming Microsoft.NET Applications with Visual Studio 2008 (C#)

Transcription:

Module 1. An Introduction to C# What is.net? What is the CLR? The FCL Primitive Types Namespaces Statements and Expressions Operators Module Module 2. Classes and Objects Constructors Reference Types Object Oriented Programming

Inheritance Access Modifiers Abstract Classes Virtual Members Static Classes Sealed Classes Partial Classes Module 3. C# - Types Reference Types Value Types The struct Testing Reference Types Testing Value Types Passing Parameters Strings Boxing The enum Defining Types Interfaces Arrays Assemblies Module 4. C# - Events, Properties, and Methods Methods Method Overloading Fields Properties Events Events - Delegates Events - Subscribing Events - Publishing Indexers Operator Overloading Conversion Operators Module 5. C# - Flow Control and Exceptions Branching

Switching Looping Using foreach Jumping Returning and Yielding Throwing Exceptions Built-in Exceptions Handling Exceptions Chaining Catch Blocks Finally Re-throwing Exceptions Custom Exceptions Module 6. C# and the CLR Garbage Collection Threads Async Parallel Reflection Attributes Custom Attributes COM Interop PInvoke Module 7. C# and Generics Why Generics? Building Collections Without Generics Generic Collections Generic Parameters Generic Constraints Generic Methods The default Keyword Generic Interfaces Generic Delegates Variance Module 8. C# and LINQ Extension Methods

Extensions and Lambdas Lambdas and Funcs Funcs and Expressions Module 9. C# and the DLR Why Dynamic? Using Dynamic Types Excel Automation The DLR ExpandoObject DynamicObject Calling Ruby Module 10. Object Oriented Programming with C# Primitive Procedural Preoccupations The Big Encapsulation Little Abstractions The Inheritance Check A Clean Interface Directional Dependencies Module 11. Functional Programming with C# Prime Abstraction A Higher Calling Lazy Code Timing and Retries Partial Application and Currying Asynch and Parallel Multithreding Module 12. Exploring the.net Framework File I/O Resource management with try/finally/using Using XML serialization Introducing assembly resolution Deploying dependent assembly probing Using a config file to control probing ArrayList

Hashtable SortedList Stack and Queue Module 13. Windows Form Introduction to Windows Form Form Controls User Define Controls Module 14. ADO.NET Connected Architecture Disconnected Architecture Working with Transaction Module 15. Windows Presentation Foundation(WPF) Windows Application using WPF Data Binding Data Template Styles Commands Module 16. ASP.NET Web Application using ASP.NET ASP.NET Architecture Control-based Programming User Interface Elements Deployment Web Sites, Applications, and Virtual Directories in IIS ASP.NET Diagnostics and Health Monitoring Module 17. ASP.NET Working With Data Data Binding State Management Validation Caching Module 18. ASP.NET 3.5 Security

IIS 6 & IIS7 URL Authorization Forms authentication Role-based authorization Trimming site maps with roles Config file encryption ASP.NET Membership Resources and Internationalization Module 19. ASP.NET 3.5 Advanced Topics HTTP Pipeline Custom Controls Web Parts Web Services Module 20. ASP.NET AJAX ASP.NET Ajax Introduction ASP.NET Ajax Server Controls ASP.NET Ajax Server Data ASP.NET Ajax Client-side Library ASP.NET Ajax Control Toolkit Module 21. ASP.NET MVC Web Application using MVC Pattern Razor View Controller Model Module 22. Entity Framework Introducing the Entity Framework Code First Approach Module23. Windows Communication Foundation(WCF) WCF Configuration Hosting WCF Services in Windows Services Hosting WCF Services in IIS Building RESTful services with WCF

24. Windows Workflow Foundation(WF) Introducing Windows Workflow Foundation Programming workflows in WF Writing custom activites in WF Deployment 1. Deploying using Github 2. Angular2 Hosting Options 3. Hosting Angular App on cloud server Heroku Batch Timings Days Class Duration Course Duration Monday-Friday 2 Hours 1 Month Saturday & Sunday 3 Hours 1.5 Months Sunday 4 Hours 2 Months Regards, SoftCrayons Tech Solutions 0120-426223 hr@ SoftCrayons.com www.softcrayons.com