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

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

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

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Minimal APIs in ASP.NET 9 · LearnSpace
Назад в каталог
courseraIT и технологии

Minimal APIs in ASP.NET 9

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

О курсе

In today’s fast-paced software ecosystem, building efficient and scalable APIs is vital for delivering modern web applications. Minimal APIs in ASP.NET 9 equips developers with the skills to design and implement high-performance API solutions using the latest .NET 9 framework. This course provides hands-on guidance to help learners understand API fundamentals, optimize code efficiency, and integrate essential backend components. By mastering these skills, you’ll be able to create reliable, scalable APIs that meet enterprise-grade performance standards. What sets this course apart is its exclusive focus on Minimal APIs in .NET 9. Combining theoretical insights with practical demonstrations, it bridges the gap between academic understanding and real-world implementation. The course is ideal for intermediate-level developers with prior experience in C# and .NET who want to expand their expertise in modern API development. A foundational grasp of web technologies and object-oriented programming is recommended.

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

ASP.NETAPI DesignApplication Programming Interface (API)MiddlewareScalabilityData PersistencePerformance TuningDatabasesWeb DevelopmentWeb Applications.NET FrameworkDevelopment EnvironmentApplication SecurityC# (Programming Language)Web Analytics

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

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

01Getting Up and Running with Minimal API Development7 материалов

Lesson 1

Course Overview VideoВидеоGetting Up and Running with Minimal API Development - Overview VideoВидеоIntroductionЧтениеThe Significance of Minimal APIs in Modern DevelopmentЧтение

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

Packt - Course Instructors

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

Minimal APIs in ASP.NET 9
В каталоге вашей программы

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

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

Начать на Coursera

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

Обучение на Coursera

≈ 17.6 ч

14 модулей

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

Часть программы вашего университета
Configuring Development EnvironmentsЧтение
Getting Started with Minimal API DevelopmentЗадание
Discussion: Simplicity versus Flexibility in API DevelopmentОбсуждение
02Creating Your First Minimal API6 материалов

Lesson 1

Creating Your First Minimal API - Overview VideoВидеоIntroductionЧтениеDefining Endpoints and RoutesЧтениеBuilding the Employee Management APIЧтениеTesting Your Endpoint Using OpenAPIЧтениеFoundations of Building Minimal APIsЗадание
03The Anatomy of a Minimal API4 материалов

Lesson 1

The Anatomy of a Minimal API - Overview VideoВидеоThe Anatomy of a Minimal API – The ReadingЧтениеExploring the Structure of Minimal APIsЗаданиеDiscussion: Understanding the Request LifecycleОбсуждение
04Handling HTTP Methods and Routing6 материалов

Lesson 1

Handling HTTP Methods and Routing - Overview VideoВидеоIntroductionЧтениеUpdating Existing Todo ItemsЧтениеManaging Route ParametersЧтениеRequest Validation and Error HandlingЧтениеHTTP Methods and Routing FundamentalsЗадание
05The Middleware Pipeline8 материалов

Lesson 1

The Middleware Pipeline - Overview VideoВидеоIntroductionЧтениеInline MiddlewareЧтениеImplementing Custom MiddlewareЧтениеPractice: Design a Middleware PipelineDIALOGUETerminal MiddlewareЧтениеHandling Errors Within the Middleware PipelineЧтениеExploring the Middleware Pipeline in API DesignЗадание
06Parameter Binding3 материалов

Lesson 1

Parameter Binding - Overview VideoВидеоParameter Binding – The ReadingЧтениеParameter Binding FundamentalsЗадание
07Dependency Injection in Minimal APIs6 материалов

Lesson 1

Dependency Injection in Minimal APIs - Overview VideoВидеоIntroductionЧтениеConfiguring DI in Minimal APIsЧтениеPractice: Refactor with DI and Service LifetimesDIALOGUECreating a Singleton DI ProjectЧтениеMastering Dependency Injection in API DevelopmentЗадание
08Integrating Minimal APIs with Data Sources5 материалов

Lesson 1

Integrating Minimal APIs with Data Sources - Overview VideoВидеоIntroductionЧтениеConfiguring the Connection to the Database and Retrieving RecordsЧтениеInserting Employee RecordsЧтениеData Integration and API Security FundamentalsЗадание
09Object Relational Mapping with Entity Framework Core and Dapper8 материалов

Lesson 1

Object Relational Mapping with Entity Framework Core and Dapper - Overview VideoВидеоIntroductionЧтениеConfiguring Dapper in Minimal API ProjectsЧтениеCreating an Employee RecordЧтениеPractice: Choose the Right ORM for the JobDIALOGUEDeleting an Employee RecordЧтениеPerforming CRUD Operations with Entity FrameworkЧтениеORM Fundamentals and Best PracticesЗадание
10Profiling and Identifying Bottlenecks5 материалов

Lesson 1

Profiling and Identifying Bottlenecks - Overview VideoВидеоIntroductionЧтениеProfiling in Visual StudioЧтениеBenchmarking with BenchmarkDotNetЧтениеProfiling and Identifying Code BottlenecksЗадание
11Utilizing Asynchronous Programming for Scalability5 материалов

Lesson 1

Utilizing Asynchronous Programming for Scalability - Overview VideoВидеоIntroductionЧтениеTAP with async/awaitЧтениеMastering Asynchronous Programming in .NETЗаданиеDiscussion: Choosing the Right Asynchronous PatternОбсуждение
12Caching Strategies for Enhanced Performance4 материалов

Lesson 1

Caching Strategies for Enhanced Performance - Overview VideoВидеоIntroductionЧтениеDistributed Caching StrategiesЧтениеCaching Strategies for System PerformanceЗадание
13Best Practices for Minimal API Resiliency7 материалов

Lesson 1

Best Practices for Minimal API Resiliency - Overview VideoВидеоIntroductionЧтениеDesign PatternsЧтениеThe Strategy PatternЧтениеPractice: Redesigning an API for ResiliencyDIALOGUESecurity ConsiderationsЧтениеMinimal API Resiliency and Design PatternsЗадание
14Unit Testing, Compatibility, and Deployment of Minimal APIs7 материалов

Lesson 1

Unit Testing, Compatibility, and Deployment of Minimal APIs - Overview VideoВидеоIntroductionЧтениеCompatibility and Migrating Minimal APIs to .NET 9ЧтениеDeploying to Microsoft Azure App Service Cloud DeploymentЧтениеPractice: Design a Migration and Deployment PlanDIALOGUEDeploying to a Docker ContainerЧтениеTesting, Deployment, and Containerization in Minimal APIsЗадание