VS Code is more robust in this agentic world compared to GitHub Copilot inside VS.
Posts by Bipin Paul
Feature idea for @github.com : Display maintainer status on repo pages. Would help visitors understand if a maintainer is temporarily unavailable rather than assuming neglect. Just for maintainers to avoid clutter.
#github #opensource
www.reddit.com/r/dotnet/s/H...
I have been on the waiting list since it opened, but I still have not received any updates on when I will be invited.
Screenshot of a code sample showing deployment pipelines modeled in Aspire
The first PR to support deployment pipelines in Aspire just landed! 🌟
Model pipelines for your AppHost resources with support for parallel execution + dependency resolution.
PR: github.com/dotnet/aspir...
Notes from one of our design discussions: github.com/dotnet/aspir...
#aspire @aspire.dev
Krafter — multi-tenant Vertical Slice Architecture starter for .NET 9:permissions & roles, JWT auth, SignalR realtime, background jobs, Redis, OpenTelemetry & Blazor WASM.
Feel free to give it a star if it appeals to you.
Explore: aka.gdn/krafter
#dotnet #Blazor #csharp
Krafter — multi-tenant Vertical Slice Architecture starter for .NET 9:permissions & roles, JWT auth, SignalR realtime, background jobs, Redis, OpenTelemetry & Blazor WASM.
Feel free to give it a star if it appeals to you.
Explore: aka.gdn/krafter
#dotnet #Blazor #csharp
I think my data-binding library for creating Excel spreadsheets is almost ready for a 1.0
github.com/SimonCropp/E...
Already using it in anger at work.
Spreadsheet code that would have taken a few hours to build now takes a few minutes.
List of the best Blazor blogs for 2025, featuring Blazor Help Website highlighted with a red arrow pointing to it.
📢25 Best #Blazor Blogs and Websites in 2025 - Your boy is number #1 😉🙏🏽- bloggers.feedspot.com/blazor_blogs/
🔐 New blog post: Unified JWT Authentication with Seamless Token Sharing Between Blazor Server-Side and Client-Side Rendering
#Blazor #JWT #Authentication #ASPNETCore #WebDev
aka.gdn/blazor-ssr-c...
Explore Blazor, the .NET framework for building interactive web apps with C#. Discover best practices for setup and key insights for beginners. Start your Blazor journey today! #Blazor #WebDevelopment
I just wanted to say, I’m probably more proud of this Ted talk than just about anything I’ve ever done so I’m gonna be absolutely useless for the next couple of weeks as I promote the shit out of this because I want you to watch it because it matters in the moment we are in youtu.be/dVG8W-0p6vg
Python is the yaml of programming languages.
This approach gives me a seamless backup for uncommitted changes, while keeping build artifacts out of my cloud storage. Highly recommend it for anyone looking to streamline and organize their .NET development setup!
On top of using Git for source control, I use OneDrive to sync my personal projects between devices. By redirecting build outputs to a folder outside my OneDrive sync directory, my code stays clean and my workflow stays efficient.
Directory.Build.props and Directory.Build.targets are invaluable tools for .NET developers. They let you centralize build settings and output paths across all projects, reducing clutter and config headaches. #dotnet #csharp
That's awesome 👌
A promotional banner for Visual Studio Live! 2025 featuring speaker Michael Washington, event details, and a code for registration.
I'm Speaking on #Blazor at #VisualStudioLive in August on the #Microsoft campus - Use my promo code for $500 Off Standard Pricing: bit.ly/4kjUw03
dotnet run on an App.cs file
Small but nice addition coming to .NET 10: the ability to run a standalone C# file without project file. Very handy for demos, quick experimentations and new learners.
#dotnet
Why not simply use `dotnet app.cs`, similar to how JavaScript is executed on Windows with `node hello.js`?
I can't wait for Microsoft Build! I'm delivering a brand new Azure innovation session and the closing keynote with @scott.hanselman.com where we'll do live AI-assisted agent coding (with a really cool project):
build.microsoft.com/?wt.mc_ID=Bu...
spot art text reads: .NET Conf: Focus on Modernization. Modernizing your desktop: From WinForms to Blazor, Azure, and AI
Got an older tech stack that’s about as fresh as last week’s leftovers?
In this #dotNETConf: Focus on Modernization session replay, we learn how to shift from WinForms to Blazor using .NET, and explore how to bring your legacy applications roaring into the future. https://msft.it/63321Srs7R
Screen capture of code with notes. text reads: Why we built our startup in C# tracebit
Sam Cox, Co-Founder and CTO of Tracebit, discusses his startup’s C# success story and how #CSharp and #dotNET took his B2B SaaS security product from prototype to scale, effortlessly.
"C#’s robust ecosystem made us unstoppable." Read their story. https://msft.it/63329SVL5d
Screen capture of a demo of There’s a Linux File Explorer built into Visual Studio!?!. text reads: There’s a Linux File Explorer built into Visual Studio!?! Read the blog.
Visual Studio’s Remote File Explorer is a game-changer for any #LinuxDev! Browse, edit, and manage files on remote machines without leaving your IDE. Here's how to stay in the coding flow! ➡️ https://msft.it/63322SrtDY
spot art. text reads: Azure Developers. Microsoft.Extensions.AI: Integrating AI into your .NET applications
https://msft.it/63329SrshL makes #dotNET apps smarter! Now you can easily integrate #AI services like chat and embeddings with unified abstractions. Here's how to build cool AI apps fast! https://msft.it/63323SrshN
if anyone wants to read about the root cause
github.com/dotnet/SqlCl...