Round The Code
.NET, C# and ASP.NET Core tutorials, code examples, courses, videos and coding challenges for software developers to learn.
Focusing on tutorials from frameworks such as Web API, MVC and Blazor, as well as topics ranging from authorisation, dependency injection and configuration to name a few.
We'll also demonstrate some of the new features that are available when a new version of .NET and C# is released.
As a bonus, a number of our tutorials will have code examples so you can download the code from the tutorial and try it out for yourself.
Пять ошибок, из-за которых ваши запросы EF Core работают медленно!
Как загрузить файлы в ASP.NET Core Web API?
Почему для новых приложений следует использовать Minimal API вместо Controllers
Прежде чем обновляться до .NET 10 — посмотрите это!
Стоят ли новые возможности C# 14 обновления .NET 10?
Read & write to a CSV file using a list in ASP.NET Core
Add request logging to a database in an ASP.NET Core Web API
xUnit v3 update: Ability to skip tests & a new TestContext
Use fixtures in xUnit for shared context in unit tests
xUnit advanced Assert methods: Throws, IsType + more
xUnit Assert basics: True/False, Equal, Same, Matches + more
How to use InlineData, MemberData and ClassData in xUnit
How to add unit testing to Minimal API routes using xUnit
Add API key authentication to an Minimal API endpoint
Minimal API filters: Run code before the endpoint handler
TypedResults or Results for Minimal API responses?
How to use parameter binding for routes in Minimal APIs
How to use routing in Minimal APIs with one line of code
Common errors to avoid in ASP.NET Core dependency injection
How to write xUnit tests for dependency injection services
How do you resolve scoped services in a background service?
GetService or GetRequiredService in IServiceProvider?
Use keyed services for multiple implementations of a service
How to inject services in ASP.NET Core dependency injection
How to use lifetimes in ASP.NET Core dependency injection
How to convert a C# DateTime to a user's local timezone
Use EF Core to easily save DateTime as UTC & show local time
Can ChatGPT build an ASP.NET Core login form in 10 minutes?
How do you write a Dockerfile for an ASP.NET Core app?
Static asset file sizes can be reduced by over 80% in .NET 9