Home New Trending Search
About Privacy Terms
#
#csharp
Posts tagged #csharp on Bluesky
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

6 2 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

2 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
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.

LINQ gets really powerful once you move beyond basic filtering 🚀
In this article I cover advanced operators like:
• GroupBy
• SelectMany
• Join
• Distinct
• Aggregations
With a runnable C# console example 👇
www.ottorinobruni.com/advanced-lin...
#dotnet #csharp #linq #programming #developers

1 0 0 0

my console image-viewer (bit of a joke project) old.reddit.com/r/csharp/comments/1rtdef...

#csharp #dotnet

0 0 0 0

Hiring question old.reddit.com/r/csharp/comments/1rtcve...

#csharp #dotnet

0 0 0 0

My passion project: SDL3# - hand-crafted C# language bindings for SDL3 old.reddit.com/r/csharp/comments/1rt5ph...

#csharp #dotnet

0 0 0 0

What was the mistake you made at work that caused you to think, "I’m screwed."? old.reddit.com/r/csharp/comments/1rt23n...

#csharp #dotnet

0 0 0 0
Post image

🎓 Completed Foundational C# with Microsoft × freeCodeCamp.

Strengthened my fundamentals in:
• C# syntax
• Object-oriented programming
• Problem solving with C#

A solid step toward building scalable applications.

#CSharp #Microsoft #freeCodeCamp #Programming

2 0 0 0
Post image

Converting human-readable durations to ISO 8601 format in C#. Handles "2.5 hours" → "PT2H30M", "3 days" → "P3D". Perfect for Schema course durations, video metadata, or API responses that need proper duration formatting #csharp

2 0 0 0
Preview
Terminaux 8.2 is coming soon We have earlier announced the release schedule for long-term support versions of Terminaux, and this step was taken to ensure that new features arrive slowly to build the next-generation versions more reliably. Terminaux 8.2 is a small feature release that will provide you several features to make it easier for you to build Terminaux applications. This version will add the following features:

Terminaux 8.2 is coming soon!

Stay tuned for the release on GitHub and on NuGet!

#Terminaux #Colorimetry #GitHub #NuGet #TechNews #TechUpdates #csharp #programming #dotnet

1 0 0 0