ImageGlass 10 Beta 1 is out!
imageglass.org/news/imagegl...
- A complete rewrite on .NET 10 and @avaloniaui.net
- Cross-Platform Support! 🎉
- Snappier Startup with Native AOT
- Blazing-Fast Image Navigation
- Better Large-Image Support
#opensource #foss #dotnet #github #avalonia
Unexpected binary representation of int old.reddit.com/r/csharp/comments/1ru57f...
#csharp #dotnet
Redis session cleanup - sorted set vs keyspace notifications old.reddit.com/r/dotnet/comments/1ru4oz...
#dotnet
Switching from Windows to macOS for Full-Stack .NET 8 + Angular development — worth it? old.reddit.com/r/dotnet/comments/1rsv89...
#dotnet
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/dotnet/comments/1ru166...
#dotnet
Gallery of .NET apps generated with AI - with prompts old.reddit.com/r/dotnet/comments/1ru0pd...
#dotnet
Modernize your .NET app deployment with trusted NuGet publishing using GitHub Actions! Learn to automate, secure, and streamline your workflows. Boost efficiency and reliability.#DotNet #GitHubActions
What MacBook specs would you recommend for .NET 8 + Angular 18 development with Rider/WebStorm and Docker (limited budget)? old.reddit.com/r/dotnet/comments/1rsupm...
#dotnet
Experienced .NET & Angular Developer Seeking Remote Opportunities old.reddit.com/r/dotnet/comments/1rty43...
#dotnet
Learn to write future-proof .NET code with these key strategies for maintainability, scalability, and flexibility. Enhance your skills and keep your projects adaptable to change! #DotNet #CodingTips
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
Implementing Apple Pay via Stripe saw some nice features on an Iceland UK shopping site. old.reddit.com/r/dotnet/comments/1rttje...
#dotnet
ModernMediator v2.0 MIT-licensed mediator with source generators, ValueTask pipeline, and honest three-way benchmarks old.reddit.com/r/dotnet/comments/1rst55...
#dotnet
Need advice on starting freelancing as a .NET developer old.reddit.com/r/dotnet/comments/1rtslt...
#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/dotnet/comments/1rtsjc...
#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
"Agentic Defect Inspector: Building an Autonomous PCB Quality Pipeline with Amazon Nova and MCP" by Riddhi
#amazon-nova #gen-ai #dotnet
LLM Tornado 3.8 - ACP, CLI, Agent Improvements old.reddit.com/r/csharp/comments/1rtqw9...
#csharp #dotnet
LLM Tornado 3.8 - ACP, CLI, Agent Improvements old.reddit.com/r/dotnet/comments/1rtqqk...
#dotnet
Explore how to implement domain validation in .NET using Clean Architecture and Domain-Driven Design. Enhance the robustness of your applications with structured approaches. #dotnet #CleanArchitecture
FastCloner 3.5: Major Performance Improvements old.reddit.com/r/dotnet/comments/1rtq58...
#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
(Looking for) .NET Threading excercises! old.reddit.com/r/dotnet/comments/1rtp3y...
#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