We may earn an affiliate commission when you visit our partners.
Pluralsight logo

Configuration and Options in ASP.NET Core 6

Steve Gordon

This course will teach you everything you need to know about using configuration and options in ASP.NET Core. The skills you will learn will help you to build complex ASP.NET Core applications which can be configured from multiple sources.

Read more

This course will teach you everything you need to know about using configuration and options in ASP.NET Core. The skills you will learn will help you to build complex ASP.NET Core applications which can be configured from multiple sources.

When developing .NET Core applications, you will soon find that you need to configure them to control their behavior and to connect to external resources. In this course, Configuration and Options in ASP.NET Core 6, you will learn foundational knowledge to define configuration for your applications and to access the configured values at runtime. First, you will learn about defining configuration using JSON files, as well as how to access that configuration to control your application. Next, you will discover the options pattern which provides a type-safe way to access configuration through dependency injection and which applies the single responsibility principle. Finally, you will explore how to load configuration from a range of other sources using configuration providers. When you are finished with this course, you will have the skills and knowledge of the configuration and options libraries needed to build well-structured, configurable ASP.NET Core 6 applications.

Enroll now

What's inside

Syllabus

Course Overview
Getting Started with Configuration
Applying the Options Pattern
Working with Configuration Providers
Read more

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Builds a strong cornerstone for developing complex ASP.NET Core applications
Taught by experienced industry expert Steve Gordon
Introduces foundational knowledge and concepts
Applies the single responsibility principle
Explorest industry-standard configuration using JSON files
Covers working with configuration providers

Save this course

Save Configuration and Options in ASP.NET Core 6 to your list so you can find it easily later:
Save

Activities

Coming soon We're preparing activities for Configuration and Options in ASP.NET Core 6. These are activities you can do either before, during, or after a course.

Career center

Learners who complete Configuration and Options in ASP.NET Core 6 will develop knowledge and skills that may be useful to these careers:
Applications Architect
Applications Architects design, develop and maintain the architecture of software applications. This course in Configuration and Options in ASP.NET Core 6 may be useful to Applications Architects because it would help build a foundation for configuring ASP.NET Core applications and accessing configured values at runtime.
Web Developer
Web Developers design, create, and maintain websites. This course in Configuration and Options in ASP.NET Core 6 may be useful to Web Developers because it would help build a foundation for configuring ASP.NET Core applications and accessing configured values at runtime.
Software Developer
Software Developers design, develop, test, deploy, maintain, and enhance software applications. This course in Configuration and Options in ASP.NET Core 6 may be useful to Software Developers because it would help build a foundation for configuring ASP.NET Core applications and accessing configured values at runtime.
Information Technology Manager
Information Technology Managers plan, implement, and manage the IT infrastructure of an organization. This course in Configuration and Options in ASP.NET Core 6 may be useful to Information Technology Managers because it would help build a foundation for configuring ASP.NET Core applications and accessing configured values at runtime, which could be useful in managing the IT infrastructure of an organization.
Database Administrator
Database Administrators manage and maintain databases. This course in Configuration and Options in ASP.NET Core 6 may be useful to Database Administrators because it would help build a foundation for configuring ASP.NET Core applications and accessing configured values at runtime, which could be useful in managing and maintaining databases.
Network Architect
Network Architects design, implement, and maintain the architecture of computer networks. This course in Configuration and Options in ASP.NET Core 6 may be useful to Network Architects because it would help build a foundation for configuring ASP.NET Core applications and accessing configured values at runtime, which could be useful in designing, implementing, and maintaining the architecture of computer networks.
Information Security Analyst
Information Security Analysts plan and implement security measures to protect an organization's information systems. This course in Configuration and Options in ASP.NET Core 6 may be useful to Information Security Analysts because it would help build a foundation for configuring ASP.NET Core applications and accessing configured values at runtime, which could be useful in protecting an organization's information systems.
Data Architect
Data Architects design, develop, and maintain the architecture of data systems. This course in Configuration and Options in ASP.NET Core 6 may be useful to Data Architects because it would help build a foundation for configuring ASP.NET Core applications and accessing configured values at runtime, which could be useful in designing, developing, and maintaining the architecture of data systems.
Computer Systems Analyst
Computer Systems Analysts design, develop, and implement computer systems. This course in Configuration and Options in ASP.NET Core 6 may be useful to Computer Systems Analysts because it would help build a foundation for configuring ASP.NET Core applications and accessing configured values at runtime, which could be useful in designing, developing, and implementing computer systems.
Software Engineer
Software Engineers design, develop, test, deploy, maintain, and enhance software applications. This course in Configuration and Options in ASP.NET Core 6 may be useful to Software Engineers because it would help build a foundation for configuring ASP.NET Core applications and accessing configured values at runtime.
Quality Assurance Engineer
Quality Assurance Engineers test and evaluate software applications to ensure they meet quality standards. This course in Configuration and Options in ASP.NET Core 6 may be useful to Quality Assurance Engineers because it would help build a foundation for configuring ASP.NET Core applications and accessing configured values at runtime, which could be useful in testing and evaluating software applications to ensure they meet quality standards.
Technical Writer
Technical Writers create and maintain technical documentation. This course in Configuration and Options in ASP.NET Core 6 may be useful to Technical Writers because it would help build a foundation for configuring ASP.NET Core applications and accessing configured values at runtime, which could be useful in creating and maintaining technical documentation.
Business Analyst
Business Analysts analyze business needs and develop solutions to improve business processes. This course in Configuration and Options in ASP.NET Core 6 may be useful to Business Analysts because it would help build a foundation for configuring ASP.NET Core applications and accessing configured values at runtime, which could be useful in developing solutions to improve business processes.
Project Manager
Project Managers plan, execute, and close projects. This course in Configuration and Options in ASP.NET Core 6 may be useful to Project Managers because it would help build a foundation for configuring ASP.NET Core applications and accessing configured values at runtime, which could be useful in planning, executing, and closing projects.
Sales Engineer
Sales Engineers provide technical expertise to assist in the sale of products and services. This course in Configuration and Options in ASP.NET Core 6 may be useful to Sales Engineers because it would help build a foundation for configuring ASP.NET Core applications and accessing configured values at runtime, which could be useful in providing technical expertise to assist in the sale of products and services.

Reading list

We've selected 12 books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Configuration and Options in ASP.NET Core 6.
Comprehensive guide to ASP.NET Core 6, covering everything from the basics to advanced topics such as dependency injection and performance optimization.
Practical guide to ASP.NET Core, covering a wide range of topics from setting up a project to deploying a web application.
Will provide you with a comprehensive overview of ASP.NET Core 6 and how to use it to build web applications. It covers all the basics of ASP.NET Core, from setting up a project to deploying a web application.
Provides a comprehensive overview of C# 8.0, including a chapter on configuration and options.
Provides a beginner-friendly introduction to C#, including a chapter on configuration and options.
Provides a comprehensive overview of C# 8.0, including a chapter on configuration and options.
Provides a comprehensive overview of C#, including a chapter on configuration and options.
Provides a comprehensive overview of XML, including a chapter on configuration and options.
Provides a comprehensive overview of the Common Language Runtime (CLR), including a chapter on configuration and options.
Provides a comprehensive overview of Ansible, including a chapter on configuration and options.
Provides a comprehensive overview of C# 9 and .NET 5, including a section on configuration.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Here are nine courses similar to Configuration and Options in ASP.NET Core 6.
Configuring CORS in ASP.NET 2 and ASP.NET Core 2
Most relevant
Creating Background Services in ASP.NET Core 6 and .NET 6
Most relevant
EF Core 6: Best Practices
Most relevant
Deploying ASP.NET Core 6 to Azure App Services
Most relevant
Dependency Injection in ASP.NET Core 6
Most relevant
ASP.NET Core Fundamentals
Most relevant
Integration Testing ASP.NET Core 3 Applications: Best...
Most relevant
Building ASP.NET Core 3 Hosted Services and .NET Core 3...
Most relevant
ASP NET Core,MVC,C#,Angular, ChatGPT & EF Crash Course
Most relevant
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser