Trending

#dotnetcore

Latest posts tagged with #dotnetcore on Bluesky

Latest Top
Trending

Posts tagged #dotnetcore

Post image

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

0 0 0 0
Post image

Have you used reflection in CSharp?

Read more here:
www.devleader.ca/2023/10/25/how-to-master...

#csharp #dotnet #dotnetcore #reflection

1 0 0 0
Preview
Blazor Web App Build Series - Metrics Platform This is a special playlist for newsletter subscribers to follow along with as we build out a custom metrics platform in Blazor! Newsletter subscribers get ac...

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

0 0 0 0
Just a moment...

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

0 0 0 0
Preview
🗂️ Custom Session Store for Complex Objects in ASP.NET Core ASP.NET Core’s default session fails with complex objects. This post shows how to store them safely in memory.

🗂️ 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

0 0 0 0
Post image

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

0 0 0 0
Post image

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

1 0 0 0
Preview
🧩 Modernizing .NET — Part 14: Migrating from WebHost to WebApplication in ASP.NET Core WebHost was common in early ASP.NET Core apps. This post shows how to migrate to the modern WebApplication model.

🧩 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

0 1 0 0
Just a moment...

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

0 0 0 0
Post image

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

0 0 0 0
Post image

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

1 0 0 0
Post image

Is using AutofacServiceProviderFactory the best way to setup Autofac?

Read more here:
www.devleader.ca/2024/04/30/autofacservic...

#CSharp #DotNetCore #ASPNETCore #WebDevelopment

1 0 0 0

🗣️ Share with your network!

#blazor #csharp #dotnet #dotnetcore #aspnet #aspnetcore

0 0 0 0

🗣️ Share with your network!

#csharp #dotnet #dotnetcore #aspnet #aspnetcore

0 0 0 0
Post image

#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

0 0 0 0
Just a moment...

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

0 0 0 0

#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

0 0 4 0

#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

0 0 2 0
Post image

Exceptions are a plague on programming.

Read more here:
www.devleader.ca/2024/04/23/try-catch-in-...

#CSharp #DotNetCore #Coding #Programming

1 0 0 0
Post image

Strings to bytes and back again!

Read more here:
www.devleader.ca/2024/04/21/how-to-conver...

#CSharp #DotNetCore #Coding #Programming

0 0 0 0
Preview
🪢Modernizing .NET — Part 12: Managing Dependency Injection in Background Threads with SharedContext Legacy background threads don’t support DI — this post introduces the SharedContext pattern to bridge the gap

🧵 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

0 1 1 0
Post image

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

0 0 0 0

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

0 0 2 1
Preview
📡 Modernizing .NET — Part 11 Migrating WebClient and RestSharp to HttpClientFactory This post gives a production‑ready migration path for replacing WebClient and RestSharp with HttpClient backed by IHttpClientFactory. It…

📡 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

0 0 0 0
Post image

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

1 1 0 0
Preview
📊 Modernizing .NET — Part 10: Replacing OleDB Excel Reading with ExcelDataReader Legacy .NET apps rely on OleDB to read Excel files — but it doesn’t work in .NET Core. This guide shows how to migrate to ExcelDataReader

📊 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

1 0 1 0
Preview
Fixing an old .NET Core native library loading issue on Alpine In this post I walk through the process of solving a native library loading issue on alpine with an old .NET runtime, showing the steps we took and the solution

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

0 0 0 0
Preview
🔐 Modernizing .NET — Part 9: Migrating SAML SSO to ITfoxtec Migrating legacy SAML authentication to ITfoxtec in .NET Core. Covers configuration, response handling, and real-world deployment tips.

🦊 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

0 0 1 0

📨 Sign up for my email newsletter!
🗣️ Share with your network!

#dotnet #dotnetcore #csharp #aspnet #aspnetcore

0 0 0 0
Just a moment...

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

0 0 0 0