Demo code for my webinar at Jetbrains on async best practices in ASP.NET Core
☆46Jan 21, 2019Updated 7 years ago
Alternatives and similar repositories for AspNetCoreAsyncBestPracticesJetBrainsWebinar
Users that are interested in AspNetCoreAsyncBestPracticesJetBrainsWebinar are comparing it to the libraries listed below
Sorting:
- Demo code for my "Best Practices for Building Async APIs with ASP.NET Core" session☆39May 2, 2022Updated 3 years ago
- ☆11Nov 18, 2020Updated 5 years ago
- ☆11Aug 1, 2019Updated 6 years ago
- Sample showing a best practice security approach for Blazor WASM apps via the BFF pattern☆23May 18, 2021Updated 4 years ago
- ☆39Jun 10, 2021Updated 4 years ago
- ☆12Jul 5, 2023Updated 2 years ago
- API versioning in ASP.NET Core is a technique by which different clients can get different implementations of the same Controller based o…☆12May 20, 2020Updated 5 years ago
- This repo contains the source code for the "Creating Real-Time Charts with Blazor WebAssembly and SignalR" article on Code Maze☆12Sep 20, 2020Updated 5 years ago
- This repository contains the source code for the "Data Protection in ASP.NET Core with IDataProtector" article on Code Maze☆15Nov 24, 2019Updated 6 years ago
- Dependency Injection in .NET Core 2.0, published by Packt☆13Oct 28, 2022Updated 3 years ago
- ☆14Oct 28, 2022Updated 3 years ago
- Example of a full REST API build using .Net Core 2.2 and c#☆25Oct 3, 2020Updated 5 years ago
- ☆16Dec 5, 2018Updated 7 years ago
- This repo contains the source code for the "Getting Started with Swagger UI in ASP.NET Core Web API" article on Code Maze☆12Jun 17, 2021Updated 4 years ago
- Sampler of API technologies using ASP.NET Core and a Postgres Northwind database☆15May 9, 2024Updated last year
- Hangfire is an open-sourced library that enables the developers to schedule events in the background with the utmost ease. It is a highly…☆15May 24, 2020Updated 5 years ago
- A C# code demonstrating all five SOLID principles, (mainly based on Chris Klug's TechEd North America presentation)☆16Jan 1, 2015Updated 11 years ago
- Source code for 'ASP.NET Web API 2: Building a REST Service from Start to Finish' by Jamie Kurtz and Brian Wortman☆18Mar 28, 2017Updated 8 years ago
- When it comes to Validating Models, aren’t we all leaning towards Data Annotations? There are quite a lot of serious issues with this app…☆13May 28, 2020Updated 5 years ago
- Fully functioning sample and starter files for my Accessing APIs with HttpClient in .NET 6 course☆15Feb 23, 2023Updated 3 years ago
- Code from my Getting Started with Docker session.☆13Dec 9, 2019Updated 6 years ago
- A SignalR whiteboard demo application in ASP.NET 5☆15Sep 5, 2021Updated 4 years ago
- Sample project with OpenTracing API and Jaeger for the blog article☆15Apr 29, 2019Updated 6 years ago
- ☆14Jun 23, 2022Updated 3 years ago
- Authenticating, validating, caching, error handling, logging, documenting, testing and profiling are common features in web API, here are…☆78Dec 8, 2022Updated 3 years ago
- Mastering Entity Framework Core, published by Packt☆16Jan 30, 2023Updated 3 years ago
- Domain Driven Implementation Tutorial in .NET Core☆20Feb 11, 2026Updated 2 weeks ago
- Rust Projects [video], published by Packt☆19Jan 30, 2023Updated 3 years ago
- Kafka transport for NServiceBus☆19Oct 23, 2017Updated 8 years ago
- A few simple Blazor component examples☆22Dec 2, 2022Updated 3 years ago
- Securing an ASP.NET Core 3.1 API with IdentityServer4☆18Dec 11, 2019Updated 6 years ago
- In this article, we will go through Healthchecks in ASP.NET Core, it’s uses, variations and implementing your own custom health-checks. T…☆19Dec 8, 2022Updated 3 years ago
- Microservices Observability, Resilience and Health Monitoring☆20Apr 17, 2021Updated 4 years ago
- Sample code for DI Why?☆20Jun 23, 2022Updated 3 years ago
- This project is a sample of using CQRS and Mediator design pattern in Microsoft .NET Core