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
Latest posts tagged with #Csharp on Bluesky
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
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...
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
Why does async/await in C# still confuse senior devs after all these years? old.reddit.com/r/csharp/comments/1ru8xb...
#csharp #dotnet
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
Unexpected binary representation of int old.reddit.com/r/csharp/comments/1ru57f...
#csharp #dotnet
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
my terminal GUI prototype old.reddit.com/r/csharp/comments/1rrcej...
#csharp #dotnet
I built a free VS extension that generates TFS check-in comments with AI old.reddit.com/r/csharp/comments/1rrai5...
#csharp #dotnet
DonationClipSystem – Auto-play YouTube clips in OBS when someone donates old.reddit.com/r/csharp/comments/1rtsjk...
#csharp #dotnet
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
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
LLM Tornado 3.8 - ACP, CLI, Agent Improvements old.reddit.com/r/csharp/comments/1rtqw9...
#csharp #dotnet
FastCloner 3.5: Major Performance Improvements old.reddit.com/r/csharp/comments/1rtq65...
#csharp #dotnet
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
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
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
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
.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
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
Explore how Dependency Injection in #Csharp can turn from a savior to a nightmare! Learn about common pitfalls & solutions to streamline your code. #DotNet
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...
How to keep up with latest features in the language? Looking for recommendation for resources old.reddit.com/r/csharp/comments/1rtgji...
#csharp #dotnet
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
my console image-viewer (bit of a joke project) old.reddit.com/r/csharp/comments/1rtdef...
#csharp #dotnet
Hiring question old.reddit.com/r/csharp/comments/1rtcve...
#csharp #dotnet
My passion project: SDL3# - hand-crafted C# language bindings for SDL3 old.reddit.com/r/csharp/comments/1rt5ph...
#csharp #dotnet
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
🎓 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