Pinned Repositories
asp-net-core-integration-testing-demo
A repo with a demo of how to do repetitive ASP.NET Core integration testing including a database using transations
AspNetAuthorizationWorkshop
A workshop for moving through the various new pieces in ASP.NET Core Authorization
aspnetcore-grpc-samples
Samples of gRPC services in ASP.NET Core 3.1 (work in progress)
aspnetcore-redis-distributed-caching
aspnetcore-signalr
SignalR tutorials on Youtube
aspnetcore3-authentication
AspNetCoreApiAuthMultiIdentityProvider
ASP.NET Core Api Auth with multiple Identity Providers
AspNetCoreIdentityEncryption
How to do manual encryption for ASP.NET Core Identity 2.1. Not that you should be doing it.
AspNetCoreScheduleControl
AspNetCoreScheduleControl
blazor-surveys
ugurdal's Repositories
ugurdal/asp-net-core-integration-testing-demo
A repo with a demo of how to do repetitive ASP.NET Core integration testing including a database using transations
ugurdal/aspnetcore-grpc-samples
Samples of gRPC services in ASP.NET Core 3.1 (work in progress)
ugurdal/aspnetcore-redis-distributed-caching
ugurdal/aspnetcore-signalr
SignalR tutorials on Youtube
ugurdal/aspnetcore3-authentication
ugurdal/AspNetCoreApiAuthMultiIdentityProvider
ASP.NET Core Api Auth with multiple Identity Providers
ugurdal/AspNetCoreScheduleControl
AspNetCoreScheduleControl
ugurdal/blazor-surveys
ugurdal/bpost-rabbitmq
ugurdal/BlazorWasmBackgroundTaskDemo
ugurdal/ConfigureTypeScript
Supporting repo for my blog article about how to set up an ASP.NET Core project to use TypeScript
ugurdal/CQRSInDotnetCore
An overview of CQRS in .NET Core 5
ugurdal/CustomUserManagement.MVC
Let’s go in-depth and understand the functionalities you can achieve with the help of Microsoft Identity. We will build a small yet practical implementation of Custom User Management in ASP.NET Core MVC with Identity.
ugurdal/database-change-notification-using-signal-r
ugurdal/DemandManagement
I develop project about how can I use masstransit with rabbitmq in .net core 3.1
ugurdal/design-patterns
ugurdal/dotnet-5-basic-authentication-api
.NET 5.0 - Basic HTTP Authentication API
ugurdal/dotnet-6-jwt-refresh-tokens-api
.NET 6.0 - JWT Authentication with Refresh Tokens Tutorial with Example API
ugurdal/DotNetConf2021
ugurdal/grpc-aspnetcore-validator
Simple request message validator for grpc.aspnetcore
ugurdal/GRPCProtobufExample
.NET Framework GRPC Client and .NET Core GRPC Server
ugurdal/InMemoryCacheNetCore
This is a sample code repo for a blog post I created to explain in-memory caching with .NET Core 3.1
ugurdal/json-server
ugurdal/MicroserviceDemo
This is a demo with two ASP .NET 5 microservices using RabbitMQ and Docker
ugurdal/ModernWebDevWithBlazorWasm
The sample code from my presentation Modern Web Dev with Blazor WebAsembly and ASP.NET Core 6.
ugurdal/NetPad
A cross-platform C# editor and playground.
ugurdal/OAuth20Server
This is OAtuh 2.0 Server and OpenId Connect Provicder
ugurdal/sample-StreamR
Sample demonstrating how to use SignalR's new client-to-server streaming feature
ugurdal/signalr-chat
A chat app built with Blazor WebAssembly, hosted on ASP.NET Core, with the latest C# and SignalR -- need I say more?
ugurdal/UserManagement
Simple User Management Project