Advertisement · 728 × 90
#
Hashtag
#dotnetcore
Advertisement · 728 × 90
Just a moment...

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

0 0 0 0
Post image

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

0 0 0 0
Post image

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

0 0 0 0
Post image

Do you use optional parameters in CSharp?

Read more here:
www.devleader.ca/2023/12/03/how-to-take-a...

#csharp #dotnet #dotnetcore #coding

1 0 0 0
https://youtu.be/47xt3gI5Ea8
https://youtu.be/47xt3gI5Ea8 https://youtu.be/47xt3gI5Ea8

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

1 0 0 0
Just a moment...

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

0 0 0 0
Post image

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

1 0 0 0
Preview
🛡️ Modernizing .NET — Part 16: Replacing BinaryFormatter with protobuf-net for Speed and Security Learn how to eliminate the risks of BinaryFormatter by migrating to protobuf-net. Boost performance by 7x and reduce size by 3x.

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

0 0 0 0
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