ASP.NET Core 6 Web API Fundamentals: Course Available Now

I’m very happy to announce that my latest Pluralsight course, ASP.NET Core 6 Web API Fundamentals, is available now!  Wondering what’s in there?

ASP.NET Core 6 is a great platform for building APIs with. In this course, ASP.NET Core 6 Web API Fundamentals, you’ll learn how to build an API with ASP.NET Core 6 that connects to a database via Entity Framework Core 6. First, you’ll learn how to get started with API building in ASP.NET Core. Next, you’ll discover how to get and manipulate data from services, use the built-in dependency injection system, and work with configuration files. Finally, you’ll learn how to connect to a database through Entity Framework Core and how to secure, version and document your API. When you’re finished with this course, you will be able to build an API from scratch with ASP.NET Core 6.

You can find the course over at Pluralsight.  If you don’t have a Pluralsight account, don’t worry – you can register for a free trial here.

Happy coding! :-)

 Tweet about this on TwitterShare on LinkedInShare on Facebook

2 Comments

Arthur

Hi ! i’ve been following your courses, they are awesome !
I got a tiny problem with Automapper especially when we register it at startup, the AppDomain.CurrentDomain.GetAssemblies() throw that it can’t get some assemblies…

it work fine in normal build condition the api run and everything, can use swagger etc…
but in integration testing project it throws it’s been a while and can’t figure it out

i’ve looked for some solution in your courses, but can’t find any solutions

if you have any tips i’ll take it

Thanks for your time and your knowledge

Comments are closed.