Eric Williams
banner
evvillian.bsky.social
Eric Williams
@evvillian.bsky.social
Primarily a father but I also have to program for food. Full-time dotnet developer fiddler of other stacks. And has been endurance cyclist.
just whipped up my first #dotnet Roslyn Analyzer and Code fix for my minimal API endpoint generator.
September 15, 2025 at 4:01 PM
This minimal API generator is starting to come together. Just declare a function, any function and the generator will map it to endpoint groups or the root application. Im working on route configuration API as well so users can configure the groups or configure the endpoints indevidually.
August 3, 2025 at 4:21 PM
@jetbrains.com updated to the latest #Rider for #dotnet Creating source generators is finally awesome and has never been easier. Direct project references update after build. It's very easy to debug and review the output code. Great Work! Instant feedback loop
August 3, 2025 at 1:10 PM
I was shook when I saw that copilot button inside GitHub issues, surely programmers are cooked now. Then it went on to tell me how to understand the issue and do a PR. I guess we get to keep our jobs a little bit longer
July 5, 2025 at 12:35 PM
I created a little #dotnet #Aspire extension to build dotnet projects.
June 30, 2025 at 6:40 PM
June 30, 2025 at 6:01 PM
oh boy, feeling pretty good about this Aspire setup. Running my SQL server, a node front end, aspnet API, and 10 client application similating hardware reporting into our call center #dotnet #aspire
June 19, 2025 at 9:56 PM
My EF Core SQL script is vibing hard to some #bustarhymes
June 11, 2025 at 7:45 PM
let's go #linux vs #window #github actions race🏁
May 10, 2025 at 4:40 PM
April 11, 2025 at 11:10 PM
welp this is what I came up with. Filtered routes with a configured sample rate. I wish I could get this running before the span is ever created. I did a bunch of benchmarks and got it working pretty dang fast.
April 11, 2025 at 11:08 PM
In contrast asking why csharp sucks, hmm you must be doing it wrong :)
March 28, 2025 at 1:20 AM
Asking ChatGPT why JavaScript sucks, let me count the ways
March 28, 2025 at 1:19 AM
Fun little SignalR project. Remote desktop via multiple SignalR clients and A SignalR server proxying the PC to the Client. No direct connect from the browser to computer, no network ports slash. The desktop client is 90% C# with some bindings into some native libraries.
March 13, 2025 at 10:31 PM
there are literally 1000000 reasons for code review, this is number 10023300
March 11, 2025 at 2:28 PM
sweet, #Rust FWT. I was able to make my first small rust library that watches the clipboard. I bound everything to a #chsarp library and packaged it as a nuget. I can now copy and paste text back and forth between machine over a SignalR connection and it supports windows/linux.
March 9, 2025 at 10:13 PM
March 9, 2025 at 11:55 AM
Having some fun today with #dotnet SignalR this week building a multi-user desktop support system that runs in the browser. Performance is shocking with realtime multicast notifications. Emulating 4 operators working on a single windows desktop.
March 8, 2025 at 8:00 PM
I had the most humbling experience in #mumbai yesterday. This is “Sharon”, my tour guide. She proudly told me stories about living in a Mumbai slum. She recently learned to speak English using #YouTube to help elevate her life. I will never forget her smile.
February 24, 2025 at 9:23 PM
Find a job that lets you work remotely and work it. Like actually work it. Don’t be one of these remote employees who wrecks it for the rest of us. Then goto Greece and work.
February 15, 2025 at 4:52 PM
On route to Greece 🇬🇷 for a month of remote work with a short jaunt to India 🇮🇳 in the middle
January 28, 2025 at 6:42 PM
Pooled contexts are held, however not exceeding 1 DB context despite docs saying the default Pool Size is 1024.
January 21, 2025 at 5:37 PM
not pooled connections disappear faster than you can count em'
January 21, 2025 at 5:37 PM
Really enjoying minimal APIs in #asppnet #dotnet, being able to easily define a bunch on endpoints inside a nugget package and plug them into the applications authorization flow and middleware is amazing.
January 11, 2025 at 1:54 AM
Fairly minimal program setup to get things all wired up. Optional middleware providers a mechanism to process all exceptions #dotnet
January 9, 2025 at 5:46 PM