GitHub for .NET Developers Articles, Tutorials & News
GitHub for .NET Developers articles, tutorials, and news from the DotNetNews archive.
198 articles Updated
Start here
Editor picks for GitHub
-
GitHub Copilot Workspace for Enterprise Teams: A Complete .NET Guide
c-sharpcorner.com Issue #487
Copilot guidance for larger teams is where the discussion gets practical: planning, review flow, and governance matter more than novelty.
-
Stop Copy-Pasting to NuGet: How to Automate Package Publishing via GitHub Actions
muhammadirwanto.medium.com Issue #470
Straightforward automation content, but still valuable; package publishing is exactly the kind of toil GitHub Actions should remove.
-
Remembering Planet Source Code: Sharing Code Before GitHub Made It Easy
pietschsoft.com Issue #452
A nice bit of community history that reminds newer developers how code sharing evolved before GitHub became the default.
-
Visual Studio March Update - Build Your Own Custom Agents
devblogs.microsoft.com Issue #428
A broad input-controls survey, more UI fundamentals than shiny new tech, but still relevant to app quality.
-
Visual Studio at GDC Festival of Gaming 2026
devblogs.microsoft.com Issue #412
A broad look at the dev workflow around VS, Copilot, and gaming tooling.
-
Fetching GitHub content from C#
blog.elmah.io Issue #341
Fetching GitHub content from C# is a handy pattern for apps that treat repo assets as inputs.
-
Creating Your First GitHub Repository
c-sharpcorner.com Issue #319
A beginner-friendly GitHub primer that stays useful because repository basics still matter.
-
Don’t Just Build — Test, Ship, and Iterate with a Reliable .NET Core Boilerplate
adilyousaf88.medium.com Issue #269
A reliable .NET Core boilerplate article promises more than scaffolding: testability, shipping discipline, and iteration habits.
GitHub for .NET developers from the DotNetNews archive, curated for .NET developers who already ship production code. This is a reading list pulled from daily issues, not a substitute for the official docs on GitHub for .NET Developers.
Use Start here for the editorial shortlist, then browse Latest or the full archive when you need more depth. Coverage leans toward GitHub C#, open source .NET GitHub, GitHub repos .NET. Recent pieces worth opening: “Introducing Saucery.NuGet: Controlled NuGet Upgrades for Modern .NET Repositories” and “The Story of My OpenAI .NET Contribution”.
Latest
Newest GitHub from the archive
-
Modernize .NET applications in the GitHub Copilot appdevblogs.microsoft.com Issue #495
-
Azure DevOps: merging pull requests with conventional commitsjohnnyreilly.com Issue #492
-
Smuggling .gitignore, .npmrc and friends in npm packagesjohnnyreilly.com Issue #491
-
Building Intelligent NuGet Package Upgrade Assistants with AIc-sharpcorner.com Issue #488
-
Building AI-Powered Release Notes from Git History Using .NETc-sharpcorner.com Issue #486
-
🔴 Let It Cook with Claude Fable 5youtube.com Issue #477
Archive
Page 1 of 8
Newest first
-
Introducing Saucery.NuGet: Controlled NuGet Upgrades for Modern .NET Repositories
medium.com Issue #503
Keeping NuGet dependencies up to date should be simple.
-
The Story of My OpenAI .NET Contribution
medium.com Issue #501
There is a particular kind of silence that surrounds you when you open a large codebase for the first time. Continue reading on Level Up Coding »
-
Modernize .NET applications in the GitHub Copilot app
devblogs.microsoft.com Issue #495
Upgrading a .NET application isn't a single prompt. Every upgrade begins with understanding your application, evaluating dependencies, planning the work, applying code transformations, fixing build fa...
-
Azure DevOps: merging pull requests with conventional commits
johnnyreilly.com Issue #492
How to merge a pull request in Azure DevOps and maintain a git commit history of conventional commits, using the Azure DevOps API and build validations.
-
Smuggling .gitignore, .npmrc and friends in npm packages
johnnyreilly.com Issue #491
The npm publish command will not just package up .gitignore and .npmrc files. This post shows how to use zipping and unzipping with postinstall and prepare scripts to include these files into your npm...
-
GitHub Copilot Generated Our .NET Tests. It Missed What Mattered Most
medium.com Issue #489
There has been plenty of discussion recently about AI replacing parts of software testing, so we decided to see how far we could actually…
-
Building Intelligent NuGet Package Upgrade Assistants with AI
c-sharpcorner.com Issue #488
Leverage AI to build intelligent NuGet package upgrade assistants, simplifying .NET dependency management, reducing risks, and boosting developer productivity.
-
GitHub Copilot Workspace for Enterprise Teams: A Complete .NET Guide
c-sharpcorner.com Issue #487
Unlock enterprise .NET development with GitHub Copilot Workspace. Accelerate planning, code generation, and reviews for faster, efficient software delivery.
-
Building AI-Powered Release Notes from Git History Using .NET
c-sharpcorner.com Issue #486
Automate release notes with .NET and AI from Git history. Streamline documentation, improve consistency, and save developer time.
-
🔴 Let It Cook with Claude Fable 5
youtube.com Issue #477
Join us for Let It Cook as we vibe code with Claude Fable 5 in VS Code, exploring what this new model brings to GitHub Copilot and real-world AI-assisted development workflows. 🔗 Link: https://github...
-
Doing More with GitHub Copilot as a .NET Developer
devblogs.microsoft.com Issue #474
Want to get more out of your GitHub Copilot experience? Here are some easy ways to get started. The post Doing More with GitHub Copilot as a .NET Developer appeared first on .NET Blog .
-
GitHub Copilot Agent for Unit Tests: My Real-World Spargine Experiment
dotnettips.com Issue #473
After experimenting with the GitHub Copilot Agent during the 2026 Microsoft MVP Summit, the author faced numerous challenges, including code deletion, slow performance, and inconsistent adherence to c...
-
On .NET Live - Fluent UI Blazor: The next step
youtube.com Issue #471
In this session, Denis and Vincent will show you what is new in the next major version of the Microsoft Fluent UI Blazor library. 🔗 Repo: https://github.com/microsoft/fluentui-blazor 🎙️ Featuring: M...
-
Stop Copy-Pasting to NuGet: How to Automate Package Publishing via GitHub Actions
muhammadirwanto.medium.com Issue #470
If you are still manually compiling, packing, and uploading your NuGet packages, you are burning valuable engineering time on a problem…
-
Using Tools with Agents in VS Code
youtube.com Issue #468
Doing More with GitHub Copilot as a .NET Developer
-
Don't just settle for the subscription based models!
youtube.com Issue #465
00:00 Intro by bringing your own key (BYOK) to VS Code and GitHub Copilot GitHub: https://github.com/microsoft/vscode
-
Modernizing a Legacy .NET App with GitHub Copilot
youtube.com Issue #465
Starting with a real-world ASP.NET Web Forms application, Krystal demonstrates how GitHub Copilot agents, planning mode, and security assessments can help teams upgrade legacy code, migrate databases,...
-
I let GitHub Copilot write all my C# database code for a month
medium.com Issue #461
Here’s what almost broke production.
-
The Coding Harness Behind GitHub Copilot in VS Code
code.visualstudio.com Issue #459
What developers actually interact with is the coding harness: the layer that assembles context, exposes tools, runs the agent loop, interprets tool calls, and turns a model's output into something use...
-
The Next Generation of Developer Productivity with GitHub Copilot and Visual Studio
visualstudiomagazine.com Issue #458
Simona Liao and Leah Tran, product managers at Microsoft, discuss how GitHub Copilot in Visual Studio has evolved from a code completion tool into an agent-driven development workflow -- and share pra...
-
Introducing the VS Code Agents Window (Preview)
youtube.com Issue #458
Learn more about the Agents window in our documentation: http://aka.ms/VSCode/Agents/docs Browse existing issues: https://aka.ms/github/agents-window
-
Remembering Planet Source Code: Sharing Code Before GitHub Made It Easy
pietschsoft.com Issue #452
Every once in a while, something from the early days of my software development journey resurfaces and brings with it a flood of memories. Recently, I came across a PlanetSourceCode.com archived GitHu...
-
Rock Your Code: I Let AI Build a Visual Studio Extension—Here’s What REALLY Happened
dotnettips.com Issue #449
In March 2026, I challenged GitHub Copilot to build a Visual Studio extension, "Version Sync," from scratch without coding. Despite initial failures and needing extensive feedback, it succee...
-
I Wasted 68 Minutes a Day Re-Explaining My Code. Then I Built auto-memory.
devblogs.microsoft.com Issue #445
~1,900 lines of Python. Zero dependencies. Saves you an hour a day. GitHub → · pip install auto-memory Now give Copilot CLI enhanced context recall. Point it at
-
Context Is Everything: Getting the Most from GitHub Copilot with Joydip Kanjilal
dotnetcore.show Issue #440
Strategic Technology Consultation Services This episode of The Modern .NET Show is supported, in part, by RJJ Software's Strategic Technology Consultation Services. If you're an SME (Small to Medium ...