BenchmarkDotNet is *the* go-to tool for benchmarking your CSharp code.

Read more here:
https://bgh.st/6wybd1

#CSharp #DotNet #Coding #Programming

We have released a hotfix version of Terminaux v8.4 to fix input bugs related to FreeBSD, v8.4.0.1. Input should work correctly.

#FreeBSD #BSD #Computers #Laptops #TechNews #TechUpdates #Terminaux #dotnet #csharp #programming

I was a guest on a new episode of The Modern .NET Show.

Topic: Why complexity is not sophistication — and what it's costing your team.

We covered the Architecture Tax, the 2 AM Test, the Half-Rule, and why most over-engineered systems are a product of broken incentives, not bad engineers.

Give it a listen:
https://dotnetcore.show/season-8/simplicity-first-why-complexity-is-not-sophistication-with-chris-woodruff/

#dotnet #softwarearchitecture #SimplicityFirst

S08E19 - Simplicity First: Why Complexity Is Not Sophistication with Chris Woodruff

Chris Woodruff joins Jamie to argue that simplicity, not complexity, is the true mark of sophisticated software architecture, sharing his three filters: the half rule, the 2 a.m. test, and primary path first — drawn from 30+ years building .NET systems.

The Modern .NET Show
Terminaux v8.4 – Welcome, FreeBSD!

Since Terminaux 8.3, we’ve poured our efforts to introduce support for FreeBSD to all our projects. Our plans for FreeBSD support went well as expected, with experiments being successful. The…

Aptivi

Terminaux v8.4 – Welcome, FreeBSD!

We have released a hotfix version of Terminaux v8.4 to fix input bugs related to FreeBSD, v8.4.0.1. Input should work correctly.

Since Terminaux 8.3, we’ve poured our efforts to introduce support for FreeBSD to all our projects. Our plans for FreeBSD support went well as expected, with experiments being successful. The last version of Terminaux was released to add pixel-accurate progress indicators and to add pane-specific keybindings, which were major additions to Terminaux.

We are so excited to announce that Terminaux v8.4 is now available as of today! This version of Terminaux includes complete support for FreeBSD systems, which resulted from the release of both BassBoom v1.0 and SpecProbe v3.9, both of which added support for FreeBSD systems. Magico has also been updated to support this system, and we have officially started to support those systems with the support timeline outlined here.

Alongside the added support for FreeBSD systems, we’ve also added Cowsay, which introduces an ASCII art character that speaks or thinks about the text that you’ve written.

To learn more about this version of Terminaux, as well as more changes that are done since Terminaux 8.3 was released last month, please consult the Aptivi Newsroom article.

Learn more #Net #Aptivi #C #csharp #dotnet #news #SunshineBlogger #SunshineBloggerAward #Tech #Technology #terminaux #Terminaux8 #Terminaux83 #TSBA #update

One forgotten form is all it takes for a bot attack to disrupt your site.

We recently caught a spam storm on a "hidden" legacy form. Audit every entry point—if it accepts input, it needs reCAPTCHA or bot protection. No exceptions.

#Optimizely #DotNet

I accidentally built an LLM orchestration system in the browser. No backend. No queues. Just React + GPT. It worked. It was also flawed. That is what makes it interesting. Full breakdown: https://www.antonmb.com/en/blog/how-i-accidentally-built-an-llm-orchestration-system-in-the-browser #LLM #AI #SoftwareEngineering #Architecture #NextJS #DotNet

#AsmResolver 6.0.0 is finally here!

- Support for more PE architectures
- Supercharged .NET multi-assembly processing
- Compatible with NixOS and legacy .NET FX 3.5
- Many API improvements
- Massive performance boosts

👉 https://github.com/Washi1337/AsmResolver/releases/tag/v6.0.0

#pe #dotnet #reversing #malware

Release 6.0.0 · Washi1337/AsmResolver

After 2 years of development, v6.0.0 is officially here! This version focuses on five key milestones: Expanded Architecture Support: A new Platform abstraction enables support for more architectu...

GitHub

Type casting is one of the ways that we can convert types in CSharp

Read more here:
https://bgh.st/53e3nk

#CSharp #DotNet #Coding #Programming