| .NET Training Overview 
				
Microsoft .NET is an advance in programming technology that greatly simplifies application development, both for traditional, proprietary applications and for the emerging paradigm of Web-based services. .NET 6 is a unified platform, for browser, cloud, desktop, IoT, and mobile apps. It is based on .NET Core, the package-based implementation that is cross-platform, running on Mac and Linux besides Windows. It completes the unification of the .NET platform begun with .NET 5.
 Part of this technology is the new language from Microsoft, C#. This language combines the power of C++ and the ease of development of Visual Basic 6. It bears a striking resemblance to Java and improves on that language. C# has become the dominant language for building new applications on Microsoft platforms.
 
 This thorough and comprehensive course is a practical introduction to programming in C#, utilizing the services provided by .NET. This course emphasizes the C# language. It is current to Visual Studio 2022, .NET 6 and C# 10. Important newer features such as dynamic data types, named and optional arguments, tuples, asynchronous programming keywords, nullable reference types, record types, and  top-level statements are covered. Supplements provide a tutorial on Visual Studio 2022, an overview of LINQ, and coverage of unsafe code and pointers in C#.
 
 This course is intended to be fully accessible to programmers who do not already have a strong background in object-oriented programming in C-like languages, such as C++ or Java. It is ideal, for example, for procedural programmers who desire to learn C#.
 
 An important thrust of the course is to teach C# programming from an object-oriented perspective. It is often difficult for programmers trained originally in a procedural language to start “thinking in objects.” This course introduces object-oriented concepts early, and C# is developed in a way that leverages its object orientation. A case study is used to illustrate creating a complete system using C# and .NET. Besides supporting traditional object-oriented features, such as classes, inheritance, and polymorphism, C# introduces several additional features, such as properties, indexers, delegates, events, and interfaces that make C# a compelling language for developing object-oriented and component-based systems. This course provides thorough coverage of all these features.
 
 C# as a language is elegant and powerful. But to utilize its capabilities fully, you need to have a good understanding of how it works with the .NET Framework. The course explores several important interactions between C# and the .NET Framework, and it includes an introduction to major classes for collections, delegates, and events. It includes a succinct introduction to creating GUI programs using Windows Forms. The course concludes with a chapter covering the newer features in the language.
 
 Numerous programming examples and exercises are provided, including the case study. The student will receive a comprehensive set of materials, including course notes and all the programming examples.
 
 .NET Training Learning Objectives
 
.NET Training PrerequisitesAcquire a working knowledge of C# programmingLearn how to implement programs using C# and classes from the .NET FrameworkGain an understanding of the object-oriented programming paradigmLearn how to implement simple GUI programs using Windows FormsGain a working knowledge of important newer features in C# 
 The student should have programming experience in a high-level language.
 
 .NET Training Course duration
 
 5 days
 
 .NET Training Course outline
 
 1. Introduction to NET
 
2. First C# ProgramsWhat is .NET?.NET Framework, NET Core and .NET 6Application ModelsManaged CodeVisual Studio 2022Console Programs and New Console TemplateGUI Programs 
3. Data Types in C#Hello, WorldNamespacesVariables and ExpressionsUsing C# as a CalculatorInput/Output in C#.NET Framework Class Library 
4. Operators and ExpressionsData TypesInteger TypesFloating Point TypesDecimal TypeCharacters and StringsBoolean TypeConversionsNullable Types 
5. Control StructuresOperator CardinalityArithmetic OperatorsRelational OperatorsLogical OperatorsBitwise OperatorsAssignment OperatorsExpressionsChecked and Unchecked 
6. Object-Oriented ProgrammingIf TestsLoopsArraysForeachMore about Control FlowSwitch 
7. ClassesObjectsClassesInheritancePolymorphismObject-Oriented LanguagesComponents 
8. More about TypesClasses as Structured DataMethodsConstructors and InitializationStatic Fields and MethodsConstant and Readonly 
9. Methods, Properties and OperatorsOverview of Types in C#Value TypesBoxing and UnboxingReference TypesImplicitly Typed Variables 
10. Characters and StringsMethodsParameter PassingMethod OverloadingVariable-Length Parameter ListsPropertiesAuto-Implemented PropertiesOperator Overloading 
11. Arrays and IndexersCharactersStringsString InputString MethodsStringBuilder ClassProgramming with Strings 
12. InheritanceArraysSystem.ArrayRandom Number GenerationJagged ArraysRectangular ArraysArrays as CollectionsBank Case Study—Step 1Indexers 
13. Virtual Methods and PolymorphismSingle InheritanceAccess ControlMethod HidingInitializationBank Case Study—Step 2 
14. Formatting and ConversionVirtual Methods and Dynamic BindingMethod OverridingFragile Base Class ProblemPolymorphismAbstract ClassesSealed ClassesHeterogeneous CollectionsBank Case Study—Step 3 
15. ExceptionsToStringFormat StringsString Formatting MethodsBank Case Study—Step 4Type Conversions 
16. InterfacesException FundamentalsStructured Exception HandlingUser-Defined Exception ClassesInner ExceptionsBank Case Study—Step 5 
17. .NET Interfaces and CollectionsInterface FundamentalsProgramming with InterfacesUsing Interfaces at RuntimeBank Case Study—Step 6Resolving Ambiguities 
18. Delegates and EventsCollectionsBank Case Study—Step 7IEnumerable and IEnumeratorCopy Semantics and ICloneableComparing ObjectsGeneric TypesType-Safe CollectionsObject InitializersCollection InitializersAnonymous TypesBank Case Study—Step 8 
19. Introduction to Windows FormsDelegatesAnonymous MethodsLambda ExpressionsEvents 
20. Newer Features in C#Creating Windows Applications Using Visual Studio 2019Partial ClassesButtons, Labels and TextboxesHandling EventsListbox Controls 
Appendix A.  Learning ResourcesDynamic Data TypeNamed and Optional ArgumentsVariance in Generic InterfacesAsynchronous Programming KeywordsNew Features in C# 6 and C# 7Nullable Reference TypesRecord TypesTop-level Statements 
 Electronic File Supplements
 
 Supplement 1. Using Visual Studio 2022
 
Supplement 2.  Language Integrated Query (LINQ)Signing in to Visual StudioOverview of Visual Studio 2022Creating a Console ApplicationProject ConfigurationsDebuggingMultiple-Project Solutions 
Supplement 3.  Unsafe Code and Pointers in C#What Is LINQ?Basic Query OperatorsFilteringOrderingAggregation 
System RequirementsUnsafe CodeC# Pointer Type 
								
Course examples require Microsoft Visual Studio 2022 and Windows 10 or higher. The free Visual Studio Community 2022 can be used. See the appropriate course Setup Guide for details.
 A good minimal hardware profile for this course consists of a 2 GHz or better CPU, 4 GB of RAM and at least 10 GB of free disk space for tools installation and courseware.
 
 |