tokebreer.bsky.social
@tokebreer.bsky.social
Reposted
.NET Tool as local MCP Server to analyze SQL scripts for bad practices
www.nuget.org/packages/Eri...
ErikEJ.DacFX.TSQLAnalyzer.Cli 1.0.35
T-SQL script analyzer command line tool
www.nuget.org
November 12, 2025 at 6:50 AM
Reposted
Define a default startup project in your .slnx file | by Mark Downie

buff.ly/VSBUKtZ

#visualstudio #dotnet #ide #productivity
Define a default startup project in your slnx file
Earlier this year we introduced SLNX, an XML-based solution file format that ...
buff.ly
November 3, 2025 at 6:01 PM
Reposted
Building Better Apps with GitHub Copilot Custom Agents | by James Montemagno

montemagno.com/building-bet...

#ai #github #agenthq #githubcopilot #dotnet #aiagents
Building Better Apps with GitHub Copilot Custom Agents
Custom agents are here to customize and optimize how coding agents work on your code, here is my experiment with the WinForms agent.
montemagno.com
November 3, 2025 at 7:01 PM
Reposted
It Couldn't Be Easier! AppSettings.json In Console Applications

If you're familiar with ASP NET Core, then you're likely familiar with using appsettings.json files for your applications.

But... What happens if you want to use a console application and have the same type of configuration?
November 3, 2025 at 10:02 PM
Reposted
Level up your SQL Database project experience with the "SQL Database Project Power Pack" - with cross platform & NuGet support, live code analysis & formatting with .editorconfg settings
#visualstudio #sqlserver #dotnet
SQL Database Project Power Pack - Visual Studio Marketplace
Extension for Visual Studio - An extension pack that contains 'SQL Database Project Power Tools', 'T-SQL Analyzer' and 'SQL Formatter' to improve the SQL Database Project developer experience.
buff.ly
October 23, 2025 at 7:22 AM
Reposted
Reposted
Just blogged: Get a 180% speed increase on large async reads with Microsoft .Data.SqlClient (and EF Core) - here is how to turn it on!
#dotnet #efcore #sqlserver #performance
buff.ly/SDVohv0
Get a 180% speed increase on large async reads with Microsoft.Data.SqlClient (and EF Core) - here is how to turn it on!
tl;dr - Enable a new feature in the latest .NET SqlClient driver with a couple of switches to get a 180% increase in speed when reading large binary and text data using async methods.
erikej.github.io
October 20, 2025 at 3:01 PM
Reposted
October 20, 2025 at 7:06 PM
Reposted
Like Reflection BUT... You Won't Believe How FAST This Is!

Unsafe Accessors are fast. Like... Stupid fast.

When we look at unsafe accessors, we generally compare them to reflection in DotNet. This is because they allow us to do some pretty crazy things like accessing private members on classes.
October 20, 2025 at 9:04 PM
Reposted
We feel like Dev Containers are a gift to developers, allowing us to work with a variety of programming languages and tools without messing up the base system.

Learn more about Dev Containers in this webinar: https://youtube.com/live/Wvetp2YkwPY

#DevContainers
October 21, 2025 at 12:30 PM
Reposted
Last weekend, I shipped release 1.7 of Pathy, a tiny library for fluently building and using paths without binary dependencies. It comes with two improvements.

1. Preventing the debugger from stepping in Pathy's code
2. Using the .. syntax for representing a parent path
October 21, 2025 at 2:25 PM
Reposted
Architecture decisions can make or break your project. Learn how ADRs help track and document these choices for better collaboration and clarity! Check out this on-demand webinar:

https://youtu.be/HAMK5_vdJlA

#SoftwareArchitecture #documentation
October 11, 2025 at 7:01 PM