Explore how to enhance .NET Core app security with certificate-based authentication. Learn the key concepts and implementation steps for a robust system. #DotNetCore #Cybersecurity
CSharp developers are familiar with IServiceCollection in ASP NET Core...
Read more here:
www.devleader.ca/2024/05/14/how-to-use-is...
#CSharp #DotNetCore #DotNet #Coding
So it looks like there's more than one way to compare strings in CSharp, eh?
Read more here:
www.devleader.ca/2024/01/01/how-to-compar...
#csharp #dotnet #dotnetcore #beginners
Do you use optional parameters in CSharp?
Read more here:
www.devleader.ca/2023/12/03/how-to-take-a...
#csharp #dotnet #dotnetcore #coding
Exceptions:
- How To Rethrow: https://youtu.be/qqlw-BSFSMU
- Stop Throwing Exceptions: https://youtu.be/47xt3gI5Ea8
----
📨 Sign up for my email newsletter!
🗣️ Share with your network!
#csharp #dotnet #dotnetcore #learntocode
Explore custom middleware in ASP.NET Core to optimize your app's request pipeline! Extend functionality, handle exceptions, and enhance performance. Delve into middleware's role in #dotnet core architecture. #DotNetCore
How does the switch statement work in CSharp?
Read more here:
www.devleader.ca/2023/11/16/the-csharp-sw...
#csharp #dotnet #dotnetcore #beginner #learntocode
Part 16 of Modernizing .NET is out! 🛡️
Today we’re ditching the obsolete BinaryFormatter in favor of the fast and secure protobuf-net.
🚀 7x faster 📉 3x smaller ✅ Fully safe for modern .NET
medium.com/@michael.kop...
#dotnet #dotnetcore #aspnet #aspnetcore #csharp #programming #protobuf
How do you use enums in CSharp?
Read more here:
www.devleader.ca/2023/10/27/how-to-use-en...
#csharp #dotnet #dotnetcore #beginner #tutorial
Have you used reflection in CSharp?
Read more here:
www.devleader.ca/2023/10/25/how-to-master...
#csharp #dotnet #dotnetcore #reflection
Building a Blazor App From Scratch Series:
www.youtube.com/playlist
----
📨 Sign up for my email newsletter!
🗣️ Share with your network!
#blazor #dotnet #dotnetcore #csharp #aspnet #aspnetcore
Explore the power of middleware in .NET Core! Discover how the request pipeline works and how to leverage middleware for better app performance. Perfect for developers looking to optimize #DotNetCore apps. #Middleware
🗂️ New: Modernizing .NET – Part 15
JSON fails with circular objects. Protobuf-net can’t fix recursive graphs.
Here’s a custom ASP.NET Core Session Store that can.
Read → medium.com/@michael.kop...
#DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #CSharp #Middleware #SessionState
You've no doubt seen this keyword in CSharp code...
Read more here:
www.devleader.ca/2024/01/10/what-does-yie...
#csharp #dotnet #dotnetcore #coding
What kind of sorcery do we get with TWO dependency containers in ASP NET Core?!
Read more here:
www.devleader.ca/2024/05/03/autofac-compo...
#CSharp #DotNetCore #ASPNETCore #WebDevelopment
🧩 New: Modernizing .NET – Part 14
WebHost still works, but WebApplication is better.
Here’s how to migrate your ASP.NET Core app to the modern hosting model.
Read → medium.com/@michael.kop...
#DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #CSharp #Middleware
Learn how to build scalable and resilient applications with microservices in .NET Core! Discover best practices and key strategies to enhance your development process. #Microservices #DotNetCore
What is Base64 and how does it help us with binary data?
Read more here:
www.devleader.ca/2024/01/02/how-to-format...
#encoding #csharp #dotnet #dotnetcore #programming
What happens if we ditch the recommended way to set up Autofac in ASP Net Core?
Read more here:
www.devleader.ca/2024/05/02/autofac-conta...
#CSharp #DotNetCore #ASPNETCore #WebDevelopment
Is using AutofacServiceProviderFactory the best way to setup Autofac?
Read more here:
www.devleader.ca/2024/04/30/autofacservic...
#CSharp #DotNetCore #ASPNETCore #WebDevelopment
🗣️ Share with your network!
#blazor #csharp #dotnet #dotnetcore #aspnet #aspnetcore
🗣️ Share with your network!
#csharp #dotnet #dotnetcore #aspnet #aspnetcore
#dotnet11 Preview 1 is now available!
It introduces updates across the .NET Runtime, SDK, libraries, C# 15, F#, ASP.NET Core, Blazor, and .NET MAUI.
Find out more on #InfoQ 👉 bit.ly/4aNzQKc
#dotnet #dotnetCore #ASPdotNet #Microsoft
Discover how to effectively use multithreading in C# .NET Core! Enhance performance and avoid common pitfalls with practical examples and insights. Perfect for developers seeking clarity. #CSharp #DotNetCore
#Synology Slideshow Photos API update
Converting raw GPS to city/state with Google Geocoding. I’ve implemented HybridCache + Redis (on my NAS) to stay within free tiers and keep data private.
Next: SignalR for real-time background updates
Links in comments
#CSharp #dotNetCore #dotNet
#Synology Slideshow Photos API update! 📸
Now returning metadata (Date Taken, Google Maps, & Location) for slide overlays.
Using ImageSharp to read metadata headers without full decoding—significantly faster than full image transformation!
Links in comments 👇🏼
#CSharp #dotNet #dotNetCore
Exceptions are a plague on programming.
Read more here:
www.devleader.ca/2024/04/23/try-catch-in-...
#CSharp #DotNetCore #Coding #Programming
Strings to bytes and back again!
Read more here:
www.devleader.ca/2024/04/21/how-to-conver...
#CSharp #DotNetCore #Coding #Programming
🧵 New: Modernizing .NET – Part 12
Use HttpClientFactory in legacy background threads with the SharedContext pattern.
Thread‑safe, DI‑friendly, minimal refactoring.
📖 Read → medium.com/@michael.kop...
#DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #CSharp #DependencyInjection
Does your ASP NET Core service need API key authentication?
Read more here:
www.devleader.ca/2024/04/18/api-key-authe...
#CSharp #DotNetCore #ASPNETCore #WebDevelopment