SlideShare a Scribd company logo
Microsoft C#.NET Online Training
AcuteSoft:
India: +91-9848346149, +91-7702226149
Land Line: +91 (0)40 - 42627705
USA: +1 973-619-0109, +1 312-235-6527
UK : +44 207-993-2319
skype : acutesoft
email : info@acutesoft.com
www.acutesoft.com
http://training.acutesoft.com
Microsoft C#.NET Online Training
Introduction to C#.NET
Object Oriented Programming
C#: The OOP Language
The NET Framework
CLR, MSIL, JIT and Managed Code
Metadata, Assemblies, The Manifest and Garbage Collection
Putting Things Together
ILASM and ILDASM
A First Look at the C# Code
The C# Code
The IL Code
Using the Library File
How to Get a Free C# Compiler
Compiling Programs in the Command Line Environment
Comparison of C# and C++
Features of C#
Microsoft C#.NET Online Training
Building the Program LogicUsingConditions
RelationalOperators
LogicalOperators
TheBitwiseOperators
The ifelseConstruct
ManipulatingCharacters
The switchConstruct
TheConditionalExpression
UsingLibraries
Repetition Loops
Nesting Loops
Branching Statements
Arrays
Multi Dimensional Arrays
Jagged Arrays
Microsoft C#.NET Online Training
Using Program Arguments
Using .NET Properties and Methods with Arrays
The for each Loop
C# Programming
The “Hello,World!―C#Program
Compiling and Running the Program
Comments
Class Declaration
The Main Method
Using the NET Methods for Displaying Results
Using Directives
Using Local Variables
TheProgramArchitecture
Qualifying Names
Common Conventions for Writing Code
Microsoft C#.NET Online Training
Code Documentation
C# Data Types
Data Types
Builtin Data Types
ValueTypes
Variable Initialization
DefaultValues
ReferenceTypes
TheC#ReferenceTypes
Boxing and Unboxing
SimpleDataTypes
Creating and Manipulating Arithmetic Expressions
The Basic Arithmetic Operators
The Modulus Operator (%)
Microsoft C#.NET Online Training
The Assignment Operators
Increment and Decrement Operators (++,––)
Operator Associativity
HowtoGet theTypeName
Evaluating Expressions with Mixed Types
Adding a Suffixto Numeric Data
Real Types
Integral Types
Conversion between Types
The charType
Formatting Results (Currency, Decimal, Fixedpoint, Numeric,
Scientific, Hexadecimal, NullableTypes
Using the ??Operator
The string Type
StringExpressions
Microsoft C#.NET Online Training
The@Symbol
Reading the Keyboard Input
Class using the parse Method
UsingClasses
ClassDeclaration
Class Instantiation
Namespaces
Nesting Namespaces
The Namespace Alias Qualifier
Access Levels
Properties and UsingProperties
ReadonlyProperties
Accessor Accessibility
StaticMembers and StaticClasses
Microsoft C#.NET Online Training
Constants, Constructors, DeclaringConstructors, PrivateConstructors,
StaticConstructors
Destructors, PartialClasses
FunctionMembers
FunctionMembers
Polymorphism
Virtual and Override Methods
Calling Members of the Base Class
Method Overloading and Overriding Virtual Methods on the Base Class
Abstract Classes and Methods
Indexers
Structs, Enums and Attributes
Structs vs Classes
Passing Structs and Classes to Methods
Attributes
Microsoft C#.NET Online Training
Calling Native Functions
Emulating Unions
Generics
What Are Generics?
Using Generic Collections
CreatingYourOwnGenericClasses
Generic Methods
Generic Methods inside Generic Classes
Overloading Generic Methods
GenericDelegates
Generic Interfaces
Limitations of Using Generics
ICollection, ICollectionMembers, IDictionary, IDictionary Members
Creating Your Own Generic Classes
Microsoft C#.NET Online Training
Generic Methods, Generic Methods inside Generic Classes, Overloading Generic
Methods
GenericDelegates, Generic Interfaces, BenefitsofUsingGenerics,
LimitationsofUsingGenerics
Interfaces
What Is an Interface
Declaring an Interface
Interface Implementation
Explicit Interface Implementation
Hiding Members of the Base Class, Versioning, Hiding Interface Members
Exceptions
Errors and Exceptions
Throwing an Exception, Catching an Exception, Organizing the Handlers, Sequence of
Events in Handling Exceptions, Expected Exceptions in File Processing
Microsoft C#.NET Online Training
Reading Text Files, Writing and Appending Text Files
The finally Block, The try finally Statement, The try catch finally Statement, User
defined Exceptions, Using the Stack Trace Property
DelegatesandEvents
What Is aDelegate?, DeclaringDelegates, CreatingaDelegate, Invoking the Delegate,
Associating a Delegate with More Than One Method
Adding and Removing Delegates, Using NET Methods to Add and Remove Delegates,
Anonymous Methods, OuterVariables, Restrictions on Using Anonymous Methods
Covariance, Contravariance, Events, Using Events in Applications
Collections and Iterators
Collections Classes, The Stack Collection, Stack Members, The Queue
Collection,Queue Members
The ArrayList Collection, ArrayList Members, The Sorted List Collection, Sorted List
Members
Microsoft C#.NET Online Training
The Hash table Collection, Hash table Members, Specialized Collections
The List Dictionary Collection, List Dictionary Members
The Linked List Collection
Using Enumerators, Iterators, The Iterator Blocks, The yield Statement
Assemblies and Versioning
PE Files, Metadata, Security Boundary, Versioning, Manifests
MultiModule Assemblies, Private Assemblies, Shared Assemblies, Public Key
Encryption
Attributes and Reflection
Attributes, Intrinsic Attributes, Custom Attributes, Reflection, Reflection Emit
Marshaling and Remoting, Application Domains, Context
Threads and Synchronization
Threads
Synchronization
Race Conditions and Deadlocks
Microsoft C#.NET Online Training
Threads and Synchronization
Threads
Synchronization
Race Conditions and Deadlocks
Streams
Files and Directories
Reading and Writing Data
Asynchronous I/O
Network I/O
Web Streams
Serialization
Isolated Storage
For Free Demo Please Contact
AcuteSoft:
India: +91-9848346149, +91-7702226149
Land Line: +91 (0)40 - 42627705
USA: +1 973-619-0109, +1 312-235-6527
UK : +44 207-993-2319
skype : acutesoft
email : info@acutesoft.com
www.acutesoft.com
http://training.acutesoft.com
MICROSOFT C#.NET ONLINE TRAINING

More Related Content

What's hot

C# Summer course - Lecture 1
C# Summer course - Lecture 1C# Summer course - Lecture 1
C# Summer course - Lecture 1
mohamedsamyali
 
C++ Object oriented concepts & programming
C++ Object oriented concepts & programmingC++ Object oriented concepts & programming
C++ Object oriented concepts & programming
nirajmandaliya
 
Object Oriented Programming - Basic Concepts
Object Oriented Programming - Basic ConceptsObject Oriented Programming - Basic Concepts
Object Oriented Programming - Basic Concepts
Arunkumar Kupppuswamy
 
Elements of Java Language
Elements of Java Language Elements of Java Language
Elements of Java Language
Hitesh-Java
 
C sharp
C sharpC sharp
C sharp
Ahmed Vic
 
Java Training Institutes in Pune - MindScripts
Java Training Institutes in Pune - MindScriptsJava Training Institutes in Pune - MindScripts
Java Training Institutes in Pune - MindScripts
MindScripts SoftwareTestingPune
 
OOPs Concepts - Android Programming
OOPs Concepts - Android ProgrammingOOPs Concepts - Android Programming
OOPs Concepts - Android Programming
Purvik Rana
 
Java Basics
Java BasicsJava Basics
Java Basics
shivamgarg_nitj
 
Practical OOP In Java
Practical OOP In JavaPractical OOP In Java
Practical OOP In Java
wiradikusuma
 
Introduction to object oriented language
Introduction to object oriented languageIntroduction to object oriented language
Introduction to object oriented languagefarhan amjad
 

What's hot (11)

C# Summer course - Lecture 1
C# Summer course - Lecture 1C# Summer course - Lecture 1
C# Summer course - Lecture 1
 
C++ Object oriented concepts & programming
C++ Object oriented concepts & programmingC++ Object oriented concepts & programming
C++ Object oriented concepts & programming
 
Object Oriented Programming - Basic Concepts
Object Oriented Programming - Basic ConceptsObject Oriented Programming - Basic Concepts
Object Oriented Programming - Basic Concepts
 
Elements of Java Language
Elements of Java Language Elements of Java Language
Elements of Java Language
 
C sharp
C sharpC sharp
C sharp
 
Java Training Institutes in Pune - MindScripts
Java Training Institutes in Pune - MindScriptsJava Training Institutes in Pune - MindScripts
Java Training Institutes in Pune - MindScripts
 
OOPs Concepts - Android Programming
OOPs Concepts - Android ProgrammingOOPs Concepts - Android Programming
OOPs Concepts - Android Programming
 
OOP in Java
OOP in JavaOOP in Java
OOP in Java
 
Java Basics
Java BasicsJava Basics
Java Basics
 
Practical OOP In Java
Practical OOP In JavaPractical OOP In Java
Practical OOP In Java
 
Introduction to object oriented language
Introduction to object oriented languageIntroduction to object oriented language
Introduction to object oriented language
 

Viewers also liked

SAP PM ONLINE TRAINING
SAP PM ONLINE TRAININGSAP PM ONLINE TRAINING
SAP PM ONLINE TRAINING
Santhosh Sap
 
ABINTIO ONLINE TRAINING
ABINTIO ONLINE TRAININGABINTIO ONLINE TRAINING
ABINTIO ONLINE TRAINING
Santhosh Sap
 
Oracle siebel online training
Oracle siebel online trainingOracle siebel online training
Oracle siebel online trainingSanthosh Sap
 
HYPERIAN ESSBASE ONLINE TRAINING
HYPERIAN ESSBASE ONLINE TRAININGHYPERIAN ESSBASE ONLINE TRAINING
HYPERIAN ESSBASE ONLINE TRAINING
Santhosh Sap
 
SAP BPC 10 ONLINE TRAINING
SAP BPC 10 ONLINE TRAININGSAP BPC 10 ONLINE TRAINING
SAP BPC 10 ONLINE TRAINING
Santhosh Sap
 
ORACLE APPS DBA ONLINE TRAINING
ORACLE APPS DBA ONLINE TRAININGORACLE APPS DBA ONLINE TRAINING
ORACLE APPS DBA ONLINE TRAININGSanthosh Sap
 
SAS CLINICAL ONLINE TRAINING
SAS CLINICAL ONLINE TRAININGSAS CLINICAL ONLINE TRAINING
SAS CLINICAL ONLINE TRAINING
Santhosh Sap
 
SAP BPC 10 ONLINE TRAINING
SAP BPC 10 ONLINE TRAININGSAP BPC 10 ONLINE TRAINING
SAP BPC 10 ONLINE TRAINING
Santhosh Sap
 

Viewers also liked (8)

SAP PM ONLINE TRAINING
SAP PM ONLINE TRAININGSAP PM ONLINE TRAINING
SAP PM ONLINE TRAINING
 
ABINTIO ONLINE TRAINING
ABINTIO ONLINE TRAININGABINTIO ONLINE TRAINING
ABINTIO ONLINE TRAINING
 
Oracle siebel online training
Oracle siebel online trainingOracle siebel online training
Oracle siebel online training
 
HYPERIAN ESSBASE ONLINE TRAINING
HYPERIAN ESSBASE ONLINE TRAININGHYPERIAN ESSBASE ONLINE TRAINING
HYPERIAN ESSBASE ONLINE TRAINING
 
SAP BPC 10 ONLINE TRAINING
SAP BPC 10 ONLINE TRAININGSAP BPC 10 ONLINE TRAINING
SAP BPC 10 ONLINE TRAINING
 
ORACLE APPS DBA ONLINE TRAINING
ORACLE APPS DBA ONLINE TRAININGORACLE APPS DBA ONLINE TRAINING
ORACLE APPS DBA ONLINE TRAINING
 
SAS CLINICAL ONLINE TRAINING
SAS CLINICAL ONLINE TRAININGSAS CLINICAL ONLINE TRAINING
SAS CLINICAL ONLINE TRAINING
 
SAP BPC 10 ONLINE TRAINING
SAP BPC 10 ONLINE TRAININGSAP BPC 10 ONLINE TRAINING
SAP BPC 10 ONLINE TRAINING
 

Similar to MICROSOFT C#.NET ONLINE TRAINING

Android training in Nagpur
Android training in Nagpur Android training in Nagpur
Android training in Nagpur
letsleadsand
 
Android classes-in-pune-syllabus
Android classes-in-pune-syllabusAndroid classes-in-pune-syllabus
Android classes-in-pune-syllabus
cncandrwebworld
 
Net course content
Net course contentNet course content
Net course content
mindq
 
Whidbey old
Whidbey old Whidbey old
Whidbey old grenaud
 
Letsleads dot net-syllabus
Letsleads dot net-syllabusLetsleads dot net-syllabus
Letsleads dot net-syllabus
letsleads
 
C Sharp Certification
C Sharp CertificationC Sharp Certification
C Sharp Certification
Vskills
 
Best C Sharp C# Training Online C# Online Course C# Online Training Best on...
Best C Sharp C# Training Online C# Online Course   C# Online Training Best on...Best C Sharp C# Training Online C# Online Course   C# Online Training Best on...
Best C Sharp C# Training Online C# Online Course C# Online Training Best on...
Evanta Technologies
 
Cegonsoft - IT Training with placement Instiute
Cegonsoft - IT Training with placement InstiuteCegonsoft - IT Training with placement Instiute
Cegonsoft - IT Training with placement Instiute
dhivyascegon
 
C++ prgg lang syllabus[1]
C++ prgg lang syllabus[1]C++ prgg lang syllabus[1]
C++ prgg lang syllabus[1]Uma Maheswari
 
Java Online Training Institute in Hyderabad - C-Point
Java Online Training Institute in Hyderabad - C-PointJava Online Training Institute in Hyderabad - C-Point
Java Online Training Institute in Hyderabad - C-Point
cpointss
 
NNUG Certification Presentation
NNUG Certification PresentationNNUG Certification Presentation
NNUG Certification PresentationNiall Merrigan
 
DotNet Introduction
DotNet IntroductionDotNet Introduction
DotNet IntroductionWei Sun
 
Training institute in Bangalore
Training institute in BangaloreTraining institute in Bangalore
Training institute in Bangalore
pentagonspace1
 
Best training institute
Best training institute Best training institute
Best training institute
pentagonspace1
 
Dotnet content
Dotnet contentDotnet content
Dotnet content
maheshcs1
 
Linq To The Enterprise
Linq To The EnterpriseLinq To The Enterprise
Linq To The EnterpriseDaniel Egan
 

Similar to MICROSOFT C#.NET ONLINE TRAINING (20)

Android training in Nagpur
Android training in Nagpur Android training in Nagpur
Android training in Nagpur
 
Android classes-in-pune-syllabus
Android classes-in-pune-syllabusAndroid classes-in-pune-syllabus
Android classes-in-pune-syllabus
 
Net course content
Net course contentNet course content
Net course content
 
Complete java
Complete javaComplete java
Complete java
 
Whidbey old
Whidbey old Whidbey old
Whidbey old
 
Letsleads dot net-syllabus
Letsleads dot net-syllabusLetsleads dot net-syllabus
Letsleads dot net-syllabus
 
C Sharp Certification
C Sharp CertificationC Sharp Certification
C Sharp Certification
 
Framework 4
Framework 4Framework 4
Framework 4
 
Best C Sharp C# Training Online C# Online Course C# Online Training Best on...
Best C Sharp C# Training Online C# Online Course   C# Online Training Best on...Best C Sharp C# Training Online C# Online Course   C# Online Training Best on...
Best C Sharp C# Training Online C# Online Course C# Online Training Best on...
 
Cegonsoft - IT Training with placement Instiute
Cegonsoft - IT Training with placement InstiuteCegonsoft - IT Training with placement Instiute
Cegonsoft - IT Training with placement Instiute
 
C++ prgg lang syllabus[1]
C++ prgg lang syllabus[1]C++ prgg lang syllabus[1]
C++ prgg lang syllabus[1]
 
Java basics
Java basicsJava basics
Java basics
 
Java Online Training Institute in Hyderabad - C-Point
Java Online Training Institute in Hyderabad - C-PointJava Online Training Institute in Hyderabad - C-Point
Java Online Training Institute in Hyderabad - C-Point
 
NNUG Certification Presentation
NNUG Certification PresentationNNUG Certification Presentation
NNUG Certification Presentation
 
DotNet Introduction
DotNet IntroductionDotNet Introduction
DotNet Introduction
 
Training institute in Bangalore
Training institute in BangaloreTraining institute in Bangalore
Training institute in Bangalore
 
Best training institute
Best training institute Best training institute
Best training institute
 
Introduction to Visual Studio.NET
Introduction to Visual Studio.NETIntroduction to Visual Studio.NET
Introduction to Visual Studio.NET
 
Dotnet content
Dotnet contentDotnet content
Dotnet content
 
Linq To The Enterprise
Linq To The EnterpriseLinq To The Enterprise
Linq To The Enterprise
 

More from Santhosh Sap

Sap wm online training
Sap wm online trainingSap wm online training
Sap wm online trainingSanthosh Sap
 
Sap testing online training
Sap testing online trainingSap testing online training
Sap testing online trainingSanthosh Sap
 
Sap srm course curriculum
Sap srm course curriculumSap srm course curriculum
Sap srm course curriculumSanthosh Sap
 
Sap solutions manager online training
Sap solutions manager online trainingSap solutions manager online training
Sap solutions manager online trainingSanthosh Sap
 
Sap sd online training
Sap sd online trainingSap sd online training
Sap sd online trainingSanthosh Sap
 
Sap qm online training
Sap qm online trainingSap qm online training
Sap qm online trainingSanthosh Sap
 
Sap ps online training
Sap ps online trainingSap ps online training
Sap ps online trainingSanthosh Sap
 
Sap pp online training
Sap pp online trainingSap pp online training
Sap pp online trainingSanthosh Sap
 
Sap pm online training
Sap pm online trainingSap pm online training
Sap pm online trainingSanthosh Sap
 
Sap plm online training
Sap plm online trainingSap plm online training
Sap plm online trainingSanthosh Sap
 
Sap mm online training
Sap mm online trainingSap mm online training
Sap mm online trainingSanthosh Sap
 
Sap mdm online training
Sap mdm online trainingSap mdm online training
Sap mdm online trainingSanthosh Sap
 
Sap is utilities online training
Sap is utilities online trainingSap is utilities online training
Sap is utilities online trainingSanthosh Sap
 
Sap is oil gas online training
Sap is oil gas online trainingSap is oil gas online training
Sap is oil gas online trainingSanthosh Sap
 
Sap hr online training
Sap hr online trainingSap hr online training
Sap hr online trainingSanthosh Sap
 
Sap gts online training
Sap gts online trainingSap gts online training
Sap gts online trainingSanthosh Sap
 
Sap fscm online training
Sap fscm online trainingSap fscm online training
Sap fscm online trainingSanthosh Sap
 
Sap fico online training
Sap fico online trainingSap fico online training
Sap fico online trainingSanthosh Sap
 
Sap ewm online training
Sap ewm online trainingSap ewm online training
Sap ewm online trainingSanthosh Sap
 

More from Santhosh Sap (20)

Hadoop
HadoopHadoop
Hadoop
 
Sap wm online training
Sap wm online trainingSap wm online training
Sap wm online training
 
Sap testing online training
Sap testing online trainingSap testing online training
Sap testing online training
 
Sap srm course curriculum
Sap srm course curriculumSap srm course curriculum
Sap srm course curriculum
 
Sap solutions manager online training
Sap solutions manager online trainingSap solutions manager online training
Sap solutions manager online training
 
Sap sd online training
Sap sd online trainingSap sd online training
Sap sd online training
 
Sap qm online training
Sap qm online trainingSap qm online training
Sap qm online training
 
Sap ps online training
Sap ps online trainingSap ps online training
Sap ps online training
 
Sap pp online training
Sap pp online trainingSap pp online training
Sap pp online training
 
Sap pm online training
Sap pm online trainingSap pm online training
Sap pm online training
 
Sap plm online training
Sap plm online trainingSap plm online training
Sap plm online training
 
Sap mm online training
Sap mm online trainingSap mm online training
Sap mm online training
 
Sap mdm online training
Sap mdm online trainingSap mdm online training
Sap mdm online training
 
Sap is utilities online training
Sap is utilities online trainingSap is utilities online training
Sap is utilities online training
 
Sap is oil gas online training
Sap is oil gas online trainingSap is oil gas online training
Sap is oil gas online training
 
Sap hr online training
Sap hr online trainingSap hr online training
Sap hr online training
 
Sap gts online training
Sap gts online trainingSap gts online training
Sap gts online training
 
Sap fscm online training
Sap fscm online trainingSap fscm online training
Sap fscm online training
 
Sap fico online training
Sap fico online trainingSap fico online training
Sap fico online training
 
Sap ewm online training
Sap ewm online trainingSap ewm online training
Sap ewm online training
 

Recently uploaded

Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
GeoBlogs
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
bennyroshan06
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
Fundacja Rozwoju Społeczeństwa Przedsiębiorczego
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
EduSkills OECD
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
Nguyen Thanh Tu Collection
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
PedroFerreira53928
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 

Recently uploaded (20)

Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 

MICROSOFT C#.NET ONLINE TRAINING

  • 1. Microsoft C#.NET Online Training AcuteSoft: India: +91-9848346149, +91-7702226149 Land Line: +91 (0)40 - 42627705 USA: +1 973-619-0109, +1 312-235-6527 UK : +44 207-993-2319 skype : acutesoft email : info@acutesoft.com www.acutesoft.com http://training.acutesoft.com
  • 2. Microsoft C#.NET Online Training Introduction to C#.NET Object Oriented Programming C#: The OOP Language The NET Framework CLR, MSIL, JIT and Managed Code Metadata, Assemblies, The Manifest and Garbage Collection Putting Things Together ILASM and ILDASM A First Look at the C# Code The C# Code The IL Code Using the Library File How to Get a Free C# Compiler Compiling Programs in the Command Line Environment Comparison of C# and C++ Features of C#
  • 3. Microsoft C#.NET Online Training Building the Program LogicUsingConditions RelationalOperators LogicalOperators TheBitwiseOperators The ifelseConstruct ManipulatingCharacters The switchConstruct TheConditionalExpression UsingLibraries Repetition Loops Nesting Loops Branching Statements Arrays Multi Dimensional Arrays Jagged Arrays
  • 4. Microsoft C#.NET Online Training Using Program Arguments Using .NET Properties and Methods with Arrays The for each Loop C# Programming The “Hello,World!―C#Program Compiling and Running the Program Comments Class Declaration The Main Method Using the NET Methods for Displaying Results Using Directives Using Local Variables TheProgramArchitecture Qualifying Names Common Conventions for Writing Code
  • 5. Microsoft C#.NET Online Training Code Documentation C# Data Types Data Types Builtin Data Types ValueTypes Variable Initialization DefaultValues ReferenceTypes TheC#ReferenceTypes Boxing and Unboxing SimpleDataTypes Creating and Manipulating Arithmetic Expressions The Basic Arithmetic Operators The Modulus Operator (%)
  • 6. Microsoft C#.NET Online Training The Assignment Operators Increment and Decrement Operators (++,––) Operator Associativity HowtoGet theTypeName Evaluating Expressions with Mixed Types Adding a Suffixto Numeric Data Real Types Integral Types Conversion between Types The charType Formatting Results (Currency, Decimal, Fixedpoint, Numeric, Scientific, Hexadecimal, NullableTypes Using the ??Operator The string Type StringExpressions
  • 7. Microsoft C#.NET Online Training The@Symbol Reading the Keyboard Input Class using the parse Method UsingClasses ClassDeclaration Class Instantiation Namespaces Nesting Namespaces The Namespace Alias Qualifier Access Levels Properties and UsingProperties ReadonlyProperties Accessor Accessibility StaticMembers and StaticClasses
  • 8. Microsoft C#.NET Online Training Constants, Constructors, DeclaringConstructors, PrivateConstructors, StaticConstructors Destructors, PartialClasses FunctionMembers FunctionMembers Polymorphism Virtual and Override Methods Calling Members of the Base Class Method Overloading and Overriding Virtual Methods on the Base Class Abstract Classes and Methods Indexers Structs, Enums and Attributes Structs vs Classes Passing Structs and Classes to Methods Attributes
  • 9. Microsoft C#.NET Online Training Calling Native Functions Emulating Unions Generics What Are Generics? Using Generic Collections CreatingYourOwnGenericClasses Generic Methods Generic Methods inside Generic Classes Overloading Generic Methods GenericDelegates Generic Interfaces Limitations of Using Generics ICollection, ICollectionMembers, IDictionary, IDictionary Members Creating Your Own Generic Classes
  • 10. Microsoft C#.NET Online Training Generic Methods, Generic Methods inside Generic Classes, Overloading Generic Methods GenericDelegates, Generic Interfaces, BenefitsofUsingGenerics, LimitationsofUsingGenerics Interfaces What Is an Interface Declaring an Interface Interface Implementation Explicit Interface Implementation Hiding Members of the Base Class, Versioning, Hiding Interface Members Exceptions Errors and Exceptions Throwing an Exception, Catching an Exception, Organizing the Handlers, Sequence of Events in Handling Exceptions, Expected Exceptions in File Processing
  • 11. Microsoft C#.NET Online Training Reading Text Files, Writing and Appending Text Files The finally Block, The try finally Statement, The try catch finally Statement, User defined Exceptions, Using the Stack Trace Property DelegatesandEvents What Is aDelegate?, DeclaringDelegates, CreatingaDelegate, Invoking the Delegate, Associating a Delegate with More Than One Method Adding and Removing Delegates, Using NET Methods to Add and Remove Delegates, Anonymous Methods, OuterVariables, Restrictions on Using Anonymous Methods Covariance, Contravariance, Events, Using Events in Applications Collections and Iterators Collections Classes, The Stack Collection, Stack Members, The Queue Collection,Queue Members The ArrayList Collection, ArrayList Members, The Sorted List Collection, Sorted List Members
  • 12. Microsoft C#.NET Online Training The Hash table Collection, Hash table Members, Specialized Collections The List Dictionary Collection, List Dictionary Members The Linked List Collection Using Enumerators, Iterators, The Iterator Blocks, The yield Statement Assemblies and Versioning PE Files, Metadata, Security Boundary, Versioning, Manifests MultiModule Assemblies, Private Assemblies, Shared Assemblies, Public Key Encryption Attributes and Reflection Attributes, Intrinsic Attributes, Custom Attributes, Reflection, Reflection Emit Marshaling and Remoting, Application Domains, Context Threads and Synchronization Threads Synchronization Race Conditions and Deadlocks
  • 13. Microsoft C#.NET Online Training Threads and Synchronization Threads Synchronization Race Conditions and Deadlocks Streams Files and Directories Reading and Writing Data Asynchronous I/O Network I/O Web Streams Serialization Isolated Storage
  • 14. For Free Demo Please Contact AcuteSoft: India: +91-9848346149, +91-7702226149 Land Line: +91 (0)40 - 42627705 USA: +1 973-619-0109, +1 312-235-6527 UK : +44 207-993-2319 skype : acutesoft email : info@acutesoft.com www.acutesoft.com http://training.acutesoft.com