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

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

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

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
.Net Full Stack Foundation · LearnSpace
Назад в каталог
courseraПрограммирование

.Net Full Stack Foundation

Курс от Board Infinity
Начальный≈ 16.9 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

"This net full stack developer course gives you the complete ASP.NET and C# skills that dot net developer roles demand - covering .NET Core architecture, C# fundamentals, advanced OOP, async programming, and LINQ. Start with ASP.NET and .NET Core foundations: set up your development environment, master .NET CLI commands, understand the .NET Core platform, and build your first console application. Next, master C# programming fundamentals - variables, data types, operators, control flow, arrays, strings, and OOP including classes, constructors, inheritance, and encapsulation. Then advance into production-grade C# patterns: polymorphism, abstract classes, interfaces, properties, indexers, delegates, events, lambda expressions, LINQ, exception handling, and all three async models - APM, EAP, and TAP. By the End, You Will: - Build .NET Core and ASP.NET applications using C# and the .NET CLI - Apply full OOP architecture with inheritance, polymorphism, and encapsulation in dot net projects - Develop async C# solutions using LINQ, delegates, and Task-Based async patterns - Create a portfolio-ready dot net full stack application demonstrating advanced C# developer skills Ideal For: Beginners starting their dot net full stack course; CS students adding C# to their skill set; developers targeting dot net developer course or net full stack course certification; backend engineers pursuing dot net core course skills. Enroll now and build the .NET full stack skills employers hire for. Disclaimer: This course is an independent educational resource developed by Board Infinity and is not affiliated with, endorsed by, sponsored by, or officially associated with Microsoft Corporation or any of its subsidiaries or affiliates. This course is not an official preparation material of Microsoft Corporation. All trademarks, service marks, and company names mentioned are the property of their respective owners and are used for identification purposes only.

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

Object Oriented Programming (OOP)C# (Programming Language)ASP.NETProgram Development

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

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

01Introduction to ASP.NET21 материалов

Introduction to the course

Specialization IntroductionВидеоCourse IntroductionВидеоMeet Your InstructorВидео

Introduction to .NET Core

What you will learn in this LessonВидеоIntroduction to .NET Core and its features

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

Board Infinity

Instructor

.Net Full Stack Foundation
В каталоге вашей программы

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

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

Начать на Coursera

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

Обучение на Coursera

≈ 16.9 ч

3 модулей

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

Субтитры: Арабский, Французский, Бенгальский, Украинский, Китайский (Китай), Греческий, Итальянский, Бразильский португальский, Нидерландский, Корейский, Немецкий, Пушту, Урду, Русский, Тайский, Индонезийский, Шведский, Турецкий, Азербайджанский, Испанский, Дари, Хинди, Японский, Казахский, Венгерский, Польский

Часть программы вашего университета
Видео
.NET Core Version HistoryВидео
Difference Between .NET Framework and .NET CoreВидео
Setting up a development environment with VS codeВидео
Further reading on .Net CoreЧтение
.Net Core Basics - Practice QuizЗадание

.NET Core Architecture and .NET CLI

What you will learn in this LessonВидеоIntroduction to .NET CLIВидео.NET CLI CommandsВидеоThe .Net Core PlatformВидеоDemo: Building a basic .NET Core console applicationВидеоRead more about .Net Core ArchitectureЧтениеArchitecture & CLI Practice QuizЗаданиеASP .NET - Graded QuizЗаданиеTell us what you think!ЧтениеQuick Course Check-InPLUGINIntroduction to ASP.NETDIALOGUE
02C# Programming Fundamentals32 материалов

Introduction to the C# programming language

What you will learn in this LessonВидеоIntroduction to C#ВидеоHistory of C# VersionВидеоC# Code ExecutionВидеоLearn more about C# basicsЧтениеInstalling and Configuring C# in Visual StudioВидеоVariable and DataTypeВидеоDemo: C# Hello World ProgramВидеоC# Basics - Practice QuizЗадание

C# Conditional Statements and Loops

What you will learn in this LesssonВидеоOperators and Operators PrecedenceВидеоConditional StatementsВидеоLoopsВидеоJump StatementsВидеоFurther Reading on Conditional StatementsЧтение

C# Arrays and Strings

What you will learn in this LessonВидеоArrays and Types of ArraysВидеоManipulating ArraysВидеоStrings and String MethodsВидеоManipulating StringsВидеоLearn more about Arrays & StringsЧтениеArray & String - Practice Quiz

Object-Oriented Programming in C#

What you will learn in this LessonВидеоObject-Oriented Programming ConceptsВидеоClasses and ObjectsВидеоEncapsulation and AbstractionВидеоConstructorsВидеоInheritanceВидеоFurther reading on OOPS
03Advanced C# Programming38 материалов

Abstract Class, Interface and Partial Class

What you will learn in this LessonВидеоPolymorphismВидеоAbstract ClassesВидеоInterfacesВидеоLearn more about classes and interfaceЧтениеStatic Class and Static MethodsВидеоExtension MethodsВидеоPartial Class and Partial MethodsВидеоFurther Readings on partial class and methodsЧтениеClass & Interface - Practice QuizЗаданиеWhy Advanced Programming Concepts MatterОбсуждение

Property, Indexer, Attributes and Exception Handling

What you will learn in this LessonВидеоPropertyВидеоIndexerВидеоEnum in C#ВидеоException HandlingВидеоHandling Exceptions in Console ApplicationВидеоFurther Reads on Property & Indexers

Anonymous Type, Delegates, Events and Lambda

What you will learn in this LessonВидеоAnonymous TypeВидеоDelegatesВидеоLearn more Extention methods and delegatesЧтениеEventsВидеоAnonymous MethodsВидеоLambda Expression

Asynchronous Programming - Async and Await [Optional]

What is Synchronous and Asynchronous?ВидеоAsynchronous Programming Patterns in .NETВидеоAsynchronous Programming Model (APM)ВидеоEvent-based Asynchronous Pattern (EPM)ВидеоTask-based Asynchronous Pattern (TAP)ВидеоLearner Success StoriesЧтение
Conditional Statements - Practice QuizЗадание
Задание
Чтение
Object-Oriented Programming in C# practice quizЗадание
C# Fundamentals Graded QuizЗадание
Чтение
Property & Indexers -Practice QuizЗадание
Видео
Expression TreeВидео
Further reading on methods and expressionsЧтение
Anonymous Type, Delegates, Events and Lambda quizЗадание
Advanced C# - Graded QuizЗадание
Provide your feedback!Чтение
Asynchronous Programming - Async and Await quizЗадание