Basically being able to write similar to classes, structs and records:
public enum Fruit(Banana, Apple);
Yay or nay?
github.com/dotnet/cshar...
Basically being able to write similar to classes, structs and records:
public enum Fruit(Banana, Apple);
Yay or nay?
github.com/dotnet/cshar...
At least I haven't seen the need before to assign one enum value to another.
So let's assume the following enum:
At least I haven't seen the need before to assign one enum value to another.
So let's assume the following enum:
The co-authors of the 2nd edition - Konrad Kokosa, @chrisnas.bsky.social, @kevingosse.net - talk about the content and the book per se.
Join with your curiosity and your questions to the trio.
2025-03-25
18:00 UTC
#dotnet #CSharp #Memory
www.youtube.com/watch?v=DboS...
The co-authors of the 2nd edition - Konrad Kokosa, @chrisnas.bsky.social, @kevingosse.net - talk about the content and the book per se.
Join with your curiosity and your questions to the trio.
2025-03-25
18:00 UTC
#dotnet #CSharp #Memory
www.youtube.com/watch?v=DboS...
So that I can show the distributed capabilities of FusionCache I also need a Redis instance up and running.
From a quick glance at the docs this seems again fairly easy:
learn.microsoft.com/en-us/dotnet...
So that I can show the distributed capabilities of FusionCache I also need a Redis instance up and running.
From a quick glance at the docs this seems again fairly easy:
learn.microsoft.com/en-us/dotnet...
What's still left is running 2 replicas of my API and adding Redis to the mix. So lets get going!
What's still left is running 2 replicas of my API and adding Redis to the mix. So lets get going!
Does anyone know of a extension that lets me color highlight the active connection per tab? Or is that supported by the SQL Server extension even?
Does anyone know of a extension that lets me color highlight the active connection per tab? Or is that supported by the SQL Server extension even?
For a .NET lib I'm working on I have a lot of boiler plate code to write. So I figured a Roslyn Source Generator would be a nice way around that. But the caveat: apart from reading a little about them I've never had to write one.
So ChatGPT, can you help me?
For a .NET lib I'm working on I have a lot of boiler plate code to write. So I figured a Roslyn Source Generator would be a nice way around that. But the caveat: apart from reading a little about them I've never had to write one.
So ChatGPT, can you help me?
Actually I want to make a FusionCache presentation at my company. And for that I want to build a small CRUD API with a DataBase behind it.
I guess there'll not be a better chance for an intro to .NET Aspire than this so let's do it!
Actually I want to make a FusionCache presentation at my company. And for that I want to build a small CRUD API with a DataBase behind it.
I guess there'll not be a better chance for an intro to .NET Aspire than this so let's do it!
Creating code like this that just works is so simple, yet elegant.
Creating code like this that just works is so simple, yet elegant.
Is it somewhere documented how one could get on your All things .NET feed? It seems like that's currently the most used/liked .NET feed so it would be great if the rules are transparent.
Is it somewhere documented how one could get on your All things .NET feed? It seems like that's currently the most used/liked .NET feed so it would be great if the rules are transparent.