9 тысяч подписчиков
123 видео
RegEx: How to use in C#? Expression examples
Create and Configure a Blazor Wasm App with a ASP.NET Core Web API in Azure: Dev To Azure - Part 3
IConfiguration, IOptions or IOptionsSnapshot? Which one?
C# changes you may not know about to help write cleaner code
Helpful EF Core migration features you might not know about
How to create an ASP.NET Core Web API project in .NET 8
Select rows using queries in Entity Framework Core
Insert, update & delete a record in Entity Framework Core
Use HttpClient the correct way to avoid socket exceptions
.NET 7 apps must be updated now to stop vulnerabilities
Toggle .NET features on & off with ease using feature flags
Your .NET resume needs to stand out to land your next job!
xUnit tutorial: How to run unit testing in C#
Add Stripe to your .NET project in less than 10 minutes!
Are you prepared for your next .NET interview?
Add geolocation to .NET: Find your clients location easily
SignalR for beginners: Real-time communication in .NET
Whats it like using VS Code to build a .NET project?
Setup Your Blazor Wasm and ASP.NET Core Web API in Azure Devops: Dev To Azure - Part 1
.NET 7 Rate Limiter: How it can reduce Web API calls
Azure DevOps release pipeline: Deploy a .NET application to IIS (CI/CD YAML tutorial)
Appsettings.json environment: Setup files and use IWebHostEnvironment in .NET
.NET logging to a database: Create a custom provider with ILogger (uses .NET Core)
8 C# technical questions you need to know for an interview
Create a DbContext class in Entity Framework Core
How to use Moq to mock xUnit tests for a .NET project
ConnectionString in appsettings.json: Use in Entity Framework Core for SQL Server
Raw SQL queries & stored procedures in Entity Framework Core
Keyed services sees an invaluable update for dependency injection
Blazor: Razor component tutorial and example
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