general
GitHub for .NET Developers Articles, Tutorials & News
GitHub for .NET Developers articles, tutorials, and news from the DotNetNews archive.
197 articles Updated Page 4 of 8
Browse additional GitHub for .NET Developers articles from the DotNetNews archive.
GitHub for .NET Developers articles
Page 4 of 8
Newest first
-
Life Tracker: A .NET App — 6 Basic Auth
jackymlui.medium.com Issue #321
Code fohttps://github.com/Recelis/questionnaire.net.git
-
🚀 Add Code to Your GitHub Repository
c-sharpcorner.com Issue #320
Learn how to add code to your GitHub repository using Git Bash and the GitHub web interface. This guide covers cloning, branching, committing, and pull requests for seamless collaboration.
-
Creating Your First GitHub Repository
c-sharpcorner.com Issue #319
Learn how to create your first GitHub repository with this comprehensive guide! Master the fundamentals of version control, collaboration, and project management. Discover the importance of README fil...
-
VS Code Live at GitHub Universe - Day 1 - Live Coding with Copilot!
youtube.com Issue #318
How to Create Custom Middleware in ASP.NET Core
-
Introducing Custom Agents for .NET Developers: C# Expert & WinForms Expert
devblogs.microsoft.com Issue #317
Introducing C# Expert and WinForms Expert: experimental custom agents that help .NET developers write better code with GitHub Copilot. The post Introducing Custom Agents for .NET Developers: C# Exper...
-
Deploying a .NET app to Azure using Docker, ACR, App Service, and GitHub Actions — Step-by-step
medium.com Issue #316
This document explains, in a concise, copy-pasteable way, how to:
-
Your 6-Step Guide to Deploying a Website with GitHub Codespaces and Copilot agent mode
devblogs.microsoft.com Issue #314
👋everyone! Shree here. I'm sure many of you have had a similar chat with someone you know
-
Bringing Context to Copilot: Azure Cosmos DB Best Practices, Right in Your VS Code Workspace
devblogs.microsoft.com Issue #313
Developers love GitHub Copilot for its instant, intelligent code suggestions. But what if those suggestions could also reflect your specific database and workload patterns? That’s now possible with a ...
-
What’s New in Visual Studio 2026 Insiders: Faster, Smarter, and More Modern
c-sharpcorner.com Issue #311
Visual Studio 2026 Insiders delivers blazing-fast performance, AI-powered coding with GitHub Copilot, and a modern UI. Boost your .NET & C++ development!
-
Introduction to Git and Version Control
c-sharpcorner.com Issue #310
Learn the fundamentals of Git, the leading version control system. This guide covers everything from understanding Git's core concepts like repositories, staging, and branching, to practical steps for...
-
-
Taskist — An Open-Source Task, Bug & Change Request Management System
medium.com Issue #308
In the world of software development, every team — big or small — needs a reliable way to track tasks, manage bugs, and handle change…
-
Integrating GitHub Copilot with Playwright
c-sharpcorner.com Issue #303
This article provides a step-by-step approach to integrating Copilot into your Playwright workflow, covering IDE setup, resilient locators, Page Object Model implementation, CI/CD integration with Git...
-
Building Generative AI Applications With GitHub Models and .NET Aspire
medium.com Issue #300
I wanted to see what the simplest practical AI app I could build was, and this is what I came up with.
-
Level Up Your .NET Debugging and Profiling with GitHub Copilot
c-sharpcorner.com Issue #298
Supercharge your .NET debugging and profiling with GitHub Copilot in Visual Studio! This article explores how Copilot's AI assistance streamlines the process, offering smart breakpoint suggestions, ex...
-
News: Visual Studio 2026
c-sharpcorner.com Issue #297
Get a sneak peek at Visual Studio 2026! The Insiders Edition boasts blazing-fast performance, deep AI integration with GitHub Copilot (adaptive paste, context menu actions, and intelligent search), a ...
-
I Built a C# WPF Password Manager, and GitHub Copilot Wrote 100% of the Code
medium.com Issue #297
As developers, we’re always looking for ways to boost productivity. I recently put GitHub Copilot to the ultimate test: building a fully…
-
Next-Level SQL in VS Code: GitHub Copilot, Containers & more | Data Exposed
youtube.com Issue #296
Learn how to enhance your SQL development experience with GitHub Copilot, SQL Server containers, and Fabric in this episode of Data Exposed. To wrap things up, we showcase the latest deployment featur...
-
Visual Studio 2022 Boosts .NET MAUI Development with Enhanced XAML Live Preview
c-sharpcorner.com Issue #296
Visual Studio 2022 v17.14 enhances .NET MAUI development with design-time XAML Live Preview, Android support, and GitHub Copilot integration for faster UI creation.
-
💡 Ever wondered how your ASP.NET Core app can go from GitHub push → Live on Azure App Service automatically? Continue reading on Medium »
medium.com Issue #296
💡 Ever wondered how your ASP.NET Core app can go from GitHub push → Live on Azure App Service automatically?
-
Modernize .NET apps in days with GitHub Copilot
youtube.com Issue #295
Get started with modernizing your .NET apps (https://aka.ms/ghcp-appmod/dotNET) today and learn more about the details here: https://aka.ms/ghcp-appmod/blog Supercharge your .NET app modernization wi...
-
Faster Onboarding with Dev Containers in VS Code
medium.com Issue #289
if you’ve ever joined a new project; you probably know the pain: hours (sometimes days) spent setting up your local environment —…
-
Language Model Chat Provider (aka BYOK) API with Logan Ramos | VS Code Insiders Podcast ep. 4
youtube.com Issue #287
Documentation: https://github.com/microsoft/vscode-docs/blob/vnext/api/extension-guides/ai/language-model-chat-provider.md Sample: https://github.com/microsoft/vscode-extension-samples/tree/main/chat...
-
LINQ performance tricks and GC changes
DotNetNews Issue #286
A varied .NET roundup with LINQ performance tips, GC updates in .NET 8, API versioning, Azure Functions, SQL Server, and AI workflows.
-
Git Workflows for .NET Teams: Which One Actually Works?
medium.com Issue #285
Which Git workflow fits your .NET team? GitHub Flow, GitFlow, or Trunk-Based — with real conflict examples and fixes.