Trending

#CSharp

Latest posts tagged with #CSharp on Bluesky

Latest Top
Trending

Posts tagged #CSharp

[OC] I missed Linux-style shortcuts on Windows, so I built ShortcutManager (.NET 8 / WinUI 3) old.reddit.com/r/csharp/comments/1ruiuz...

#csharp #dotnet

0 0 0 0

HPD-AI-Framework: An all in one AI Agent Framework, RAG Framework, Authentication Framework, Machine Learning Framework for .NET with TypeScript Client and Headless UI Support old.reddit.com/r/csharp/comments/1rrczh...

#csharp #dotnet

1 0 0 0
Just a moment...

Learn how to handle consumer crashes in C# by carefully managing channels, loops, and errors. Improve your app's resilience with strategic error handling and optimized channel use! #CSharp #ProgrammingTips

0 0 0 0
Preview
.NET 11 Preview 2 is now available! The second preview of the upcoming .NET version, .NET 11, is available as of March 10th, 2026. The official announcement blog is available, and it gives you some of the most striking changes as of Preview 2. Read the official announcement The following changes to the preview were made since the last preview: Generic GetTypeInfo for System.Text.Json: The GetTypeInfo() and TryGetTypeInfo() methods have earned their own generic variants, which allows you to return a strongly-typed metadata directly without having to go through a process of casting to the appropriate type.

.NET 11 Preview 2 is now available!

#dotnet #csharp #programming #TechNews #TechUpdates #dotnet11 #fsharp

1 0 0 0

Random.Code() live coding stream - yep, more refactoring work in Rocks!

#dotnet #csharp

www.youtube.com/watch?v=XurP...

0 0 0 0
blog post hero image

blog post hero image

From the .NET blog...

Modernize .NET Anywhere with GitHub Copilot
devblogs.microsoft.com/dotnet/modernize-dotnet-... #dotnet #AI #csharp #VisualStudio #VisualStudioCode #NETmodernization #DeveloperTools #GitHubCopilot #modernization

1 0 0 0

GitHub - moongate-community/moongate: Moongate is modern Ultima Online server built from scratch in C# with AOT compilation for high performance and nostalgic gameplay experience. old.reddit.com/r/csharp/comments/1rub3p...

#csharp #dotnet

2 0 0 0
Preview
Advanced LINQ Operators in C# – Practical Examples for .NET Developers - Ottorino Bruni Learn advanced LINQ operators in C# with practical examples. Explore GroupBy, SelectMany, Join, Distinct, and aggregation using a simple .NET console app.

Tired of messy foreach loops wasting your time? 😩

Unlock cleaner C# code in seconds:

students.Where(s => s.Age >= 18).ToList()

Declarative LINQ = readable + powerful.

What’s your go-to LINQ trick? 👇
#dotnet #csharp #LINQ #DotNetDev
www.ottorinobruni.com/advanced-lin...

0 0 0 0
Preview
Clean up some .NET Clutter As some of you know, I do a lot of public speaking and blogging, although the blogging seems to have taken a vacation lately :smile:. One of the side effects of blogging and speaking is that I have a lot of versions of .NET on my machine, along with other software. Today, after installing the latest version of .NET, I took a look at what versions of the SDK and runtime I have on my machine. I was a bit surprised to see that as to how many versions of .NET were on my machine.

ICYMI: (06/15/2022): "Clean up some .NET Clutter." RPs and feedback are always appreciated! https://jjg.me/3MX3EWK #Articles #dotnet #sdk #runtime #csharp #vb #visualbasic #.NET Core #.NET

0 0 0 0

Why does async/await in C# still confuse senior devs after all these years? old.reddit.com/r/csharp/comments/1ru8xb...

#csharp #dotnet

0 0 0 0
Post image Post image

Some old screenshots (2023) of my big project - Compile - #isometric #2d #pixelart #videogame about production, automation and exploration. I paused it since late 2025 when I went to university where I now study.

#indiedev #gamedev #games #unity #csharp #programming #gameart

12 3 0 0

Unexpected binary representation of int old.reddit.com/r/csharp/comments/1ru57f...

#csharp #dotnet

0 0 0 0
Just a moment...

The API `Task.Run` can lead to resource contention and deadlocks in C#. Proper understanding of its pitfalls ensures more efficient multithreading. Always assess your concurrency needs before using. #CSharp #Multithreading

0 0 0 0

my terminal GUI prototype old.reddit.com/r/csharp/comments/1rrcej...

#csharp #dotnet

0 0 0 0

I built a free VS extension that generates TFS check-in comments with AI old.reddit.com/r/csharp/comments/1rrai5...

#csharp #dotnet

0 0 0 0

DonationClipSystem – Auto-play YouTube clips in OBS when someone donates old.reddit.com/r/csharp/comments/1rtsjk...

#csharp #dotnet

0 0 0 0

Estudei como os principais ATS do mercado funcionam por dentro. O que encontrei explica por que devs bons somem no processo seletivo old.reddit.com/r/csharp/comments/1rtsj3...

#csharp #dotnet

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

LLM Tornado 3.8 - ACP, CLI, Agent Improvements old.reddit.com/r/csharp/comments/1rtqw9...

#csharp #dotnet

0 0 0 0

FastCloner 3.5: Major Performance Improvements old.reddit.com/r/csharp/comments/1rtq65...

#csharp #dotnet

0 0 0 0

Think you know SOLID and design patterns? Most senior devs I've quizzed don't score as high as they expect old.reddit.com/r/csharp/comments/1rtpzf...

#csharp #dotnet

0 0 0 0

Stop using OrderBy(x => Guid.NewGuid()) to shuffle arrays

In .NET 8+, Random.Shared.Shuffle() is the native, zero-allocation way to handle it. Faster, cleaner, and built-in. #dotnet #csharp

4 1 1 0
"FloppyPong" (New Name Needed) 2026-03-14
"FloppyPong" (New Name Needed) 2026-03-14 YouTube video by aquagoose

Been working on a Pong game recently, with different levels and buffs/debuffs. I wanted to make some small little games so I created a small C# framework, Sprout, so I can easily create 2D (and 3D!) stuff without the overhead of my engine.

www.youtube.com/watch?v=7O2q...

#dotnet #gamedev #csharp

5 0 0 0
Preview
Keep it visible, smartass Why communication always fails, except by accident?

New tale: talesfrom.dev/blog/keep-it... in which people exchange information, but do they exchange understanding? What can we learn from Dijkstra when it comes to assumptions? Why words are dangerous?

#softwareengineer #csharp #dotnet #softwarearchitecture #dddesign #java #typescript

2 1 0 0
Post image

.NET 11 Preview 1 ya está disponible.
El cambio más importante: Runtime Async.
El async deja de ser responsabilidad del compilador → pasa al CLR.
Menos allocations, mejor throughput en I/O.
También: Zstandard nativo y primera preview de C# 15.
GA: noviembre 2026.

#dotNET #dotNET11 #CSharp

0 0 0 0
Preview
Building GitHub Copilot Agents in C# with Microsoft Agent Framework

Copilot is not just autocomplete anymore, and El Bruno shows how to wire it up as a C# agent with Microsoft Agent Framework to analyze repos and support PRs. A practical peek at turning AI into a helpful junior teammate in your .NET workflow.

#csharp #dotnet #copilot

1 0 1 0
Just a moment...

Explore how Dependency Injection in #Csharp can turn from a savior to a nightmare! Learn about common pitfalls & solutions to streamline your code. #DotNet

0 0 0 0
GUI Programming with C# | Programming | Paperback Learn GUI development by building beginner-friendly apps with Blazor, MAUI, and WinUI 3. Top rated Programming products.

GUI Programming with C#: Learn GUI development by building beginner-friendly apps with Blazor, MAUI, and WinUI 3, by Marcelo Guerra Hahn for Packt, is now available. I was a reviewer and have discount codes! #dotnet #csharp #gui
www.packtpub.com/en-us/produc...

0 0 0 0

How to keep up with latest features in the language? Looking for recommendation for resources old.reddit.com/r/csharp/comments/1rtgji...

#csharp #dotnet

0 0 0 0
Preview
Laszlo - .NET Developer, Personal Blog In this post, I explore a couple of ways to create *lazy properties* in C# and .NET 10. What does a *lazy property* mean in the context of this post? It is an object instance property that gets initia...

Creating lazy properties with .NET10

#dotnet #csharp

blog.ladeak.net/posts/lazy-p...

0 0 0 0