Kayıtlar
How To Deploy .NET Aspire Apps To Azure | .NET 8
- Bağlantıyı al
- E-posta
- Diğer Uygulamalar
The New Way To Build Cloud Native Applications With .NET 8
- Bağlantıyı al
- E-posta
- Diğer Uygulamalar
24.12.2023 izlediklerim
- Bağlantıyı al
- E-posta
- Diğer Uygulamalar
Dapper ile yardımcı queryler yazmak CORS içinde querylere behaviour yoluyla cache dekorasyonu yapmak _logger.LogInformation("Event Created {@Date}", context.Message.Created); string resizeMeta = "640x480,800x600,1280x940"; MagickImageInfo imageInfo = new MagickImageInfo(context.Message.ImageFile); List<string> resizeList = resizeMeta.Split(',').ToList(); string fileName = $"{imageInfo.Width}x{imageInfo.Height}"; resizeList.Add(fileName); List<TestCreatedIntegrationEventWrapper> resizedImageList = new(); foreach (var resize in resizeList) { var width = resize.Split("x").First(); var height = resize.Split("x").Last(); using var image = new MagickImage(context.Message.ImageFile); var size = new MagickGeometry(int.Parse(width), int.Parse(height)); // This will resize the image to a fixed size without ma
Dotnet dünyasında izlediklerim
- Bağlantıyı al
- E-posta
- Diğer Uygulamalar
.NET 🚀🔥 : API Security: A Comprehensive Guide to Safeguarding Your APIs with API Keys https://www.youtube.com/watch?v=XabkK84CKI8 The New Blazor in .NET 8 🔥 Render Modes, Architecture & Authentication with Identity https://www.youtube.com/watch?v=NKcyzsWmURA&t=233s Unit Testing in C# 2022: 4. Mocking EXPLAINED SIMPLY [FakeItEasy] https://www.youtube.com/watch?v=GMYCNfDXQIk .NET 6 Blazor 🔥 Authentication & Role-Based Authorization (using JWT & AuthenticationStateProvider) https://www.youtube.com/watch?v=Yh16E2u2pio Coding Tutorials Authentication Part 1 - Individual User Accounts https://www.youtube.com/watch?v=ZubGYVHTI3Q&list=PLQB-TSatJvw6xVARAVsMfwphotktIqIWb&index=3 https://github.com/JasperKent/Blazor-Wasm-Authentication https://github.com/JasperKent/WebApi-Authentication/tree/master/WebApiAuthentication ASP.NET Integration Testing https://www.youtube.com/watch?v=Hmp2ctGacIo Blazor and JWT Refresh Tokens https://www.youtube.com/watch?v=0iJqh2lzEXo htt