Skip to Main Content
Modern Web Development with ASP.NET Core 3 - Second Edition
book

Modern Web Development with ASP.NET Core 3 - Second Edition

by Ricardo Peres
June 2020
Intermediate to advanced content levelIntermediate to advanced
802 pages
16h 11m
English
Packt Publishing
Content preview from Modern Web Development with ASP.NET Core 3 - Second Edition
Assessments

Chapter 1

  1. What are the benefits of dependency injection?

It allows better separation of the interface and the actual implementation and lets us change the implementation at any time. It also recursively injects all required dependencies.

  1. What are environments?

A named set of startup values.

  1. What does MVC mean?

Easy peasy: model-view-controller!

  1. What are the supported lifetimes in the built-in dependency injection container?

Transient (a new instance is created every time), Scoped (a new instance is created on each HTTP request and always returned), and Singleton (a single instance is created).

  1. What is the difference between .NET Core and .NET Standard?

.NET Standard is just a standard set of APIs that is implemented ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On Full-Stack Web Development with ASP.NET Core

Hands-On Full-Stack Web Development with ASP.NET Core

Tamir Dresher, Amir Zuker, Shay Friedman

Publisher Resources

ISBN: 9781789619768Supplemental Content