9 тысяч подписчиков
123 видео
RegEx: How to use in C#? Expression examples
Appsettings.json in .NET: How to read and get a value
EF Core 6: New features and changes for Entity Framework Core (in .NET 6)
.NET PDF: Create a PDF document in .NET Core (for free)
Using Entity Framework in a Blazor Server Application
Create and Configure a SQL Database and ASP.NET Core Web API in Azure: Dev To Azure - Part 2
JWT authentication: How to add in ASP.NET Core
How .NET has evolved with features from previous versions
How to write custom middleware in ASP.NET Core
Test Your Endpoints inside your ASP.NET Core Web API App with Swagger
Include method for one to many relationships in EF Core
Dealing with ASP.NET Core Web API Access Restrictions & Errors in Azure: Dev To Azure - Part 4
ASP.NET Core API: How to Perform a Partial Update using HTTP PATCH Verb
Entity Framework Core migrations: Add a migration
Data Annotations: Model validation in ASP.NET Core C#
Appsettings in .NET 8 are much faster to validate
C# coding challenges to master your .NET technical job interview
Primary constructors causing concern for C# developers
Four Reasons Why Your ASP.NET Core Application is Not Working in IIS
Why does LINQ have so many ways to return an element?
Log Data Changes in Entity Framework - Part 3 - Ignore, Reference, SQL Server JSON & Testing
Create Your Own Logging Provider to Log to Text Files in .NET Core
Primary constructors in C# sees params added to a class
Unbelievable Blazor update sees Server & Wasm together!
ChatGPT: Will it replace .NET developer jobs?
Error during Websocket Handshake - Bug Fix for a React App with SignalR
Blazor WebAssembly: Button onclick event (async methods)
ASP.NET Core AppSettings: How to read AppSettings.json in .NET (works with .NET 6)
C# 10: What's new? New features and updates in C# (use in .NET 6)
Basic authentication: How to add in ASP.NET Core
Use ASP.NET Core's TestServer in xUnit to Test Web API Endpoints: TestServer - Part 1
Dependency injection in C#: How to configure in ASP.NET Core
.NET Hosted Service: Run a background service and task (uses .NET Core)
.NET Worker Service: Create a background service in C# (run as a Windows Service)
Blazor & SSR launches its way into .NET 8
Useful data annotations that are new in .NET 8
Create CRUD API Endpoints with ASP.NET Core & Entity Framework
No more custom middleware for global exception handling
Worker service has a major update to its lifecycle events
.NET 7: File uploads in Minimal APIs
.NET 6: New features in .NET 6 (includes Minimal APIs)
Allow Your Users to Login to your ASP.NET Core App Through Facebook
Windows v Linux: Compare .NET Core hosting (Install ASP.NET Core on both)
How to use AppSettings.json for a different .NET environment
How to update to .NET 8: The fastest .NET to date
Roulette wheel in Blazor: C# tutorial for game programming in .NET (no JavaScript)
How to Add Basic Authentication to an ASP.NET Core Application: OAuth Security - Part 1
Appsettings.json logging: Enable and set LogLevel variables for ILogger
Five Useful Tips When Using ASP.NET Core's TestServer in xUnit: TestServer - Part 2
Create a Small Blog in Blazor - Part 1 - Create Application in Visual Studio