К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Master C# 14 & .NET 10 for 2026 App Development · LearnSpace
Назад в каталог
courseraПрограммирование

Master C# 14 & .NET 10 for 2026 App Development

Курс от Packt
Средний≈ 20.1 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

This course features Coursera Coach! A smarter way to learn with interactive, real-time conversations that help you test your knowledge, challenge assumptions, and deepen your understanding as you progress through the course. Dive into C# 14 and .NET 10 to become an expert in developing modern applications. From understanding the core components of the .NET framework to mastering C# fundamentals, Object-Oriented Programming (OOP), and advanced topics, this course will equip you with the skills needed to develop scalable and efficient applications. The course blends foundational knowledge with hands-on experience to prepare you for real-world development. You will begin by setting up your development environment, learning about .NET SDK, runtime, and the essential Visual Studio tools. You will then explore C# concepts, including variables, loops, conditionals, and methods. In-depth OOP coverage will take you through classes, objects, inheritance, polymorphism, and abstraction. As you progress, you’ll tackle advanced topics such as interfaces, method overloading, and null safety, enabling you to write cleaner and more robust code. Whether you are new to programming or transitioning from another language, this course is designed to take you through the entire .NET development lifecycle. By combining theory with practical exercises, it’s ideal for developers who want to solidify their C# skills and take their applications to the next level. By the end of the course, you will be able to build fully-fledged .NET applications, leverage advanced C# features for efficient programming, and work confidently with the .NET 10 framework to develop solutions that meet modern industry standards.

Навыки, которые вы освоите

C# (Programming Language)Object Oriented Programming (OOP)Memory ManagementAlgorithms.NET FrameworkData StructuresDevelopment EnvironmentSoftware Development ToolsSoftware InstallationObject Oriented DesignProgramming PrinciplesComputer ProgrammingMicrosoft Development ToolsComputer ScienceApplication FrameworksDebuggingMicrosoft Visual StudioData Storage

Программа курса

11 модулей · 119 учебных материалов

01Intro & Setup14 материалов

Intro & Setup

WelcomeВидеоFull Course ResourcesЧтениеImportant NotesВидеоWhat Is .NETВидео

Учитесь у экспертов

Packt - Course Instructors

Преподаватель курса

Master C# 14 & .NET 10 for 2026 App Development
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 20.1 ч

11 модулей

Язык: Английский

Часть программы вашего университета
.NET SDKВидео
.NET RuntimeВидео
Base Class LibraryВидео
Solution, Projects & AssembliesВидео
Solution & Project StructureВидео
.NET Release CyclesВидео
Installing Visual Studio CodeВидео
How To Use Visual Studio CodeВидео
Access Code RepositoryВидео
Intro & Setup - AssessmentЗадание
02C# Fundamentals15 материалов

C# Fundamentals

IntroductionВидеоVariablesВидеоSystem.Console ClassВидеоExpressionsВидеоOrder Of EvaluationsВидеоTernary Conditional OperatorВидеоIf StatementВидеоSwitch StatementВидеоFor LoopВидеоWhile LoopВидеоDo While LoopВидеоBreakВидеоContinueВидеоMastering C# Loops, Variables, and Control FlowDIALOGUEC# Fundamentals - AssessmentЗадание
03OOP Fundamentals16 материалов

OOP Fundamentals

IntroductionВидеоWhat Is OOP?ВидеоClass & ObjectsВидеоFieldsВидеоPropertiesВидеоMethodsВидеоConstructorВидеоThis KeywordВидеоPrimary ConstructorВидеоExpression-Bodied MembersВидеоField-Backed PropertiesВидеоRequired ModifierВидеоStatic ModifierВидеоReadonly vs Const ModifiersВидеоOOP Fundamentals: Classes, Objects, Fields, Properties, and MethodsDIALOGUEOOP Fundamentals - AssessmentЗадание
04OOP Advanced13 материалов

OOP Advanced

IntroductionВидео4 Pillars Of OOPВидеоAccess ModifiersВидеоBase & Derived ClassesВидеоUpcasting & DowncastingВидеоVirtual ModifierВидеоAbstract ModifierВидеоMethod OverloadingВидеоInterfacesВидеоIs OperatorВидеоSealed ModifierВидеоMastering C# Type Checking and Advanced OOP ConceptsDIALOGUEOOP Advanced - AssessmentЗадание
05Structs & Enums11 материалов

Structs & Enums

IntroductionВидеоStructsВидеоReadonly StructsВидеоWith ExpressionВидеоExplicit Parameterless ConstructorВидеоAuto-Default StructsВидеоPrimary ConstructorВидеоPrimitives As StructsВидеоEnumsВидеоExploring Structs and Enums in C#DIALOGUEStructs & Enums - AssessmentЗадание
06Type Behavior & Storage10 материалов

Type Behavior & Storage

IntroductionВидеоCommon Type SystemВидеоSystem.Object ClassВидеоValue vs Reference TypesВидеоValue vs Reference SemanticsВидеоStack vs HeapВидеоRef vs Out vs In ModifiersВидеоBoxing vs UnboxingВидеоUnderstanding Value and Reference Types in C#/.NETDIALOGUEType Behavior & Storage - AssessmentЗадание
07Null Safety11 материалов

Null Safety

IntroductionВидеоWhat Is Nullability?ВидеоNullable Value TypesВидеоNullable Reference TypesВидеоNull-Coalescing OperatorВидеоNull-Coalescing Assignment OperatorВидеоNull-Conditional OperatorВидеоNull-Conditional Assignment OperatorВидеоNull-Forgiving OperatorВидеоMastering Null Safety in C#DIALOGUENull Safety - AssessmentЗадание
08CS Fundamentals6 материалов

CS Fundamentals

IntroductionВидеоAlgorithms & Data StructuresВидеоComplexity AnalysisВидеоBig O NotationВидеоUnderstanding Algorithms, Data Structures, and Big O NotationDIALOGUECS Fundamentals - AssessmentЗадание
09Arrays9 материалов

Arrays

IntroductionВидеоArray StructureВидеоArray IterationВидеоSpread ElementВидеоMultidimensional ArraysВидеоJagged ArraysВидеоArray OperationsВидеоExploring Arrays in C#: Structure, Syntax, and Real-World UsageDIALOGUEArrays - AssessmentЗадание
10Strings10 материалов

Strings

IntroductionВидеоString StructureВидеоString InterpolationВидеоEscape SequencesВидеоVerbatim String LiteralsВидеоRaw String LiteralsВидеоStringBuilderВидеоString OperationsВидеоMastering Strings and Character Handling in C#DIALOGUEStrings - AssessmentЗадание
11Next Steps4 материалов

Next Steps

Congratulations!ВидеоFuture MilestonesВидеоFull Course Practice AssessmentЗаданиеFull Course AssessmentЗадание