.NET Core all videos recorded, completely free, no tricks

.NET Core all videos recorded, completely free, no tricks

I have finally finished recording the .NET Core videos I've been updating, 203 sessions, covering .NET Core basics, Entity Framework Core, ASP.NET Core WebAPI, DDD (Domain-Driven Design), and practical projects.

Last updated 3/9/2022 7:19 AM
杨中科
1 min read
Category
Courses
Tags
.NET C# ASP.NET Core Web API .NET Core

I've finally finished recording the .NET Core video series that I've been updating, 203 lessons covering .NET Core basics, Entity Framework Core, ASP.NET Core WebAPI, DDD (Domain-Driven Design), and a practical project.

All videos are completely free. Search for "Yang Zhongke" on Bilibili, Toutiao, and Xigua Video to access all videos with no strings attached.

Below are screenshots of some video directories:

Just a reminder: Search for "Yang Zhongke" on Bilibili, Toutiao, and Xigua Video for free to get all videos.

The corresponding book for this video series is expected to be published in May 2022.

Keep Exploring

Related Reading

More Articles
Same tag 1/19/2024

FluentValidation Validation Tutorial Based on .NET

FluentValidation is a validation framework based on .NET development. It is open-source, free, and elegant, supporting chained operations, easy to understand, feature-complete, and can be deeply integrated with MVC5, WebApi2, and ASP.NET Core. The component provides over a dozen commonly used validators, good scalability, support for custom validators, and support for localization and multilingual.

Continue Reading