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
Latest posts tagged with #dotNetCore on Bluesky
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
Update on my Synology Photos API project! 📸
Using ImageSharp for WebP conversion (80% size/75% quality) to balance high visuals with fast load times.
💡 Tip: Configure ImageSharp to respect orientation metadata to avoid rotation issues!
Link in replies. 👇
#Synology #CSharp #dotNet #dotNetCore
📡 New post: Modernizing .NET – Part 11
Migrate from WebClient and RestSharp to HttpClientFactory.
Full code for performance boost.
Read → medium.com/@michael.kop...
#DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #CSharp #Linux #RestShart #WebClient #DepedencyInjection
Dev Proxy v2.1 is out! What’s new in this release?
Improved developer productivity. Simplified local testing workflows. Faster iteration. Better support for modern dev tools. Multiple refinements across the proxy and its tooling.
Find out more on #InfoQ ⇨ bit.ly/4bxYJM4
#dotnet #dotnetCore
📊 New post: Modernizing .NET – Part 10
Replace OleDB with ExcelDataReader in .NET Core.
Setup, formatting, exporting, performance tips — all covered.
Read → medium.com/@michael.kop...
#DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #Excel #OLEDB
Fix .NET Core native library loading issues on Alpine Linux with these easy steps! Enhance your app's compatibility and performance by addressing this long-standing challenge. #DotNetCore #AlpineLinux
🦊 New post: Modernizing .NET – Part 9
SAML SSO migration to ITfoxtec in .NET Core.
Config, response handling, logging — all covered.
Read it → medium.com/@michael.kop...
#DotNet #SAML #SSO #ITfoxtec #CSharp #Identity #ASPNet #ASPNetCore #Linux #DotNetCore #DotNet8 #DotNet9 #DotNet10
📨 Sign up for my email newsletter!
🗣️ Share with your network!
#dotnet #dotnetcore #csharp #aspnet #aspnetcore
Investigate memory leaks in .NET Core apps with tips from production debugging experience. Learn how to manage resources effectively and enhance application performance. Explore tools and methods to optimize memory usage. #DotNetCore #MemoryManagement