107 views

INDEX - C# sharp professional in 15 days

Masters in C# (sharp) in 15 days (easily and simply)

CONTENTS

=================================================

DAY - 1

Chapter 1. .NET Architecture

a) C# Day 1- .NET Architecture (part 1)
(The Relationship of C# to . NET, The Common Language Runtime)

b) C# Day 1- .NET Architecture (part 2)
(Intermediate Language, Distinct Value and Reference Types, Strong Data Typing, Common Type System, Common Language Specification, Garbage Collection, Security, Application Domains, Error Handling with Exceptions, Use of Attributes)

c) C# Day 1- .NET Architecture (part 3)
(Assemblies, Private Assemblies, Shared Assemblies, Reflection, . NET Framework Classes, Namespaces, Creating ASP . NET Applications, Features of ASP . NET, Web Forms, Web Server Controls, XML Web Services, Creating Windows Forms, WPF, Windows Controls, Windows Services)

d) C# Day 1- .NET Architecture (part 4)
(The Role of C# in the . NET, Summary )

Chapter 2. .C# Basics

a)C# Day 1- Basics (part 1)
(Your First C# Program, Compiling and Running the Program, )

b)C# Day 1- Basics (part 2)
(Variables, Initialization of Variables, Type Inference, Variable Scope, Scope Clashes for Local Variables)

c)C# Day 1- Basics (part 3)
(Predefined Data Types, Value Types and Reference Types, CTS Types, Integer Types, Floating - Point Types, The Decimal Type, The Boolean Type, The Character Type, The string Type)

d)C# Day 1- Basics (part 4)
(Flow Control, Conditional Statements, The if Statement, The switch Statement, Loops, for Loop, while Loop, do . . . while Loop, foreach Loop, Jump Statements, goto Statement, break Statement, continue Statement, return Statement)

e)C# Day 1- Basics (part 5)
(Enumerations, Arrays, Namespaces, using Directive, The Main() Method, Passing Arguments to Main(), Compiling C# Files, Console I/O, )

f)C# Day 1- Basics (part 6)
(Using Comments, Internal Comments within the Source Files, XML Documentation, C# Preprocessor Directives, #define and #undef, #if, #elif, #else, and #endif, #warning and #error, #region and #endregion, #line, #pragma)

g)C# Day 1- Basics (part 7)
(C# Programming Guidelines, Usage Conventions, Naming Conventions, Casing of Names, Name Styles, Namespace Names, Names and Keywords, Use of Properties and Methods, Summary)

Post a Comment

You must be logged in to post a comment.