//devdigest
389 subscribers
2.02K links
All about software development: .NET, C#, F#, Azure and other Microsoft technologies! For more information visit https://bio.link/devdigest
Download Telegram
⚡️ How .NET Handles Windows’ Mark of the Web

Mark of the Web (MOTW) is Windows’ invisible safety net — a metadata tag that flags files from the internet as untrusted. The new guidance for .NET developers shows how MOTW affects assemblies and execution, and how to manage these security constraints responsibly in modern workflows.

♻️ Subscribe for free now!
⚡️ Azure’s New Test Run Hub Hits General Availability

Microsoft is rolling out the New Test Run Hub in Azure Test Plans to General Availability across Azure DevOps Services in January 2026. The modern interface accelerates test execution and analysis while bringing much-needed clarity and collaboration to QA teams. A cleaner, faster way to deliver reliable software is now the default.

♻️ Subscribe for free now!
⚡️ How Copilot Helped Me Beat Procrastination

A long weekend and GitHub Copilot turned a chronic starter into a finisher. By automating boilerplate and nudging coding flow, AI in Visual Studio made daunting side projects actually doable — proof that productivity can sometimes start with a single prompt.

♻️ Subscribe for free now!
⚡️ Scaling Azure Naming Conventions with Terraform

Managing Azure naming at enterprise scale is no longer trial and error. A Terraform-based approach using Build5Nines/naming/azure now automates consistent, region-aware resource naming with AzureRM and Region Pairs support — turning a fragile DevOps headache into predictable, governed infrastructure growth.

♻️ Subscribe for free now!
⚡️ F# Weekly #52: A Fresh Start for 2025

F# Weekly kicks off 2025 with its final roundup of the year — issue #52. The edition closes a cycle of community insights, tools, and language updates, setting a clear tone for what functional developers can expect next. A concise yet symbolic wrap-up of a year that kept F# evolving steadily.

♻️ Subscribe for free now!
🎁 Top 15 open-source projects every .NET web developer should know

As a small New Year’s gift for the //devdigest community, our editor Vlad Furdak has carefully prepared this curated list — a selection of materials to wrap up the year, catch up on what you might have missed, and start the new one with fresh ideas and inspiration.

🧪 Demo-projects

eShop (Microsoft)
A production-ready reference app from Microsoft showing how to use .NET Aspire, built with a microservice architecture.

ASP.NET RealWorld example app
A sample project built with ASP.NET Core (feature-oriented), including CRUD, auth, routing, pagination, and more

📚 Cookbooks & practical “recipes”

ASP.NET Cookbook (Practical ASP.NET Core)
Hands-on examples across many ASP.NET Core topics: middleware configuration, authentication, caching, routing, Minimal APIs, YARP, etc.

ORM Cookbook
A collection of code recipes for ORM frameworks: EF / EF Core, Dapper, NHibernate, ServiceStack ORM, Linq2DB, LLBLGenPro, and more.

MAUI Samples
35 MAUI sample projects - very helpful for learning MAUI.

Milan Jovanović code samples (repositories)
Tons of useful examples on many topics that are practical for real commercial .NET development.


🏗️ Clean Architecture (guide + template/boilerplate)

Clean architecture implementation example (Clean Architecture Manga)
Source code + a mini-book about application architecture. Clean Architecture implemented with .NET Core + React.

Clean architecture boilerplate (Jason Taylor - CleanArchitecture)
A template for a straightforward, efficient approach to enterprise app development using Clean Architecture and ASP.NET Core.

🧩 Sample business apps (DDD / CQRS / Event Sourcing)

POS application
Demonstrates CQRS, Event Sourcing, Generic Repository, Unit of Work, DDD, Ocelot API Gateway, Kafka.

Merp
Event-based Micro ERP using ASP.NET Core 3.1.

💬 Community apps (forum/blog)

POPForums
Forum + Q&A app with real-time updates, image uploads, and private message chat in multiple languages

POPBlog
From the creators of POPForums: a lightweight blog app using ASP.NET.


🎵 Blazor / WASM real-world app

MLocker
A browser-based music player built with ASP.NET + Blazor WASM.

🛒 E-commerce platforms (used in production)

GrandNode
A powerful, scalable e-commerce platform built with MongoDB.

nopCommerce
The legendary open-source e-commerce engine built with ASP.NET.

♻️ Subscribe for free now!
Please open Telegram to view this post
VIEW IN TELEGRAM
2👍2🆒1
⚡️ Git Integration Still Feels a Decade Away

After years of updates, even Visual Studio’s 'improved Git integration' feels half-baked. For many developers, seamless VCS workflows remain a mirage—commercial nuclear fusion might realistically beat perfect Git UI to market. It’s a reminder of how stubbornly complex core dev tooling can be, despite all the AI hype around it.

♻️ Subscribe for free now!
⚡️ Fixing High CPU Burn on GitHub Actions Runners

Self-hosted GitHub Actions runners can chew through CPU even when idle — one core locked at 100%, by design. The culprit is a busy-wait loop in the runner’s sleep logic, not your workflows. Digging into the code reveals a simple but costly tradeoff between responsiveness and efficiency.

♻️ Subscribe for free now!
⚡️ The Most-Read .NET Stories of 2025

From the rise of .NET 10 to advances in AI integration and performance tuning, 2025 was a strong year for Microsoft’s developer ecosystem. The year’s top blog posts captured the pulse of a community balancing rapid innovation with deep technical rigor.

♻️ Subscribe for free now!
⚡️ The Best .NET Videos and Streams of 2025

From deep-dive dev sessions to standout community streams, 2025 delivered some of the most engaging .NET content yet. Microsoft’s platform continues to evolve in real time — and the developer community is clearly keeping pace.

♻️ Subscribe for free now!
⚡️ Azure’s December 2025 Partner Update Focuses on AI

Azure’s latest partner update highlights a decisive shift: leading organizations are embedding AI at the core of their operations, not as an add-on. By rethinking processes and integrating new tech from day one, they’re positioning efficiency and intelligence as default settings — not future goals.

♻️ Subscribe for free now!
⚡️ Kipo and the Future of MonoGame in F#

F# Weekly kicks off 2026 spotlighting Kipo — a new initiative redefining how MonoGame integrates with F#. The discussion dives into cross-language game development and what modern F# workflows might look like for creative coders building on open platforms.

♻️ Subscribe for free now!
⚡️ Rethinking Coupling Through a Big-O Lens

What if software coupling could be measured like algorithmic complexity? A new thought experiment proposes viewing coupling in terms of Big-O — where truly DRY code enables O(1) edits. It’s an unfinished idea, but one that reshapes how we think about scalability in architecture itself.

♻️ Subscribe for free now!
⚡️ Zero-Copy BinaryData from MemoryStream in .NET

Handling BinaryData just got faster in .NET. A new zero-copy approach lets developers convert MemoryStream data into BinaryData without duplicating buffers—cutting down on allocations and improving performance. It’s a small optimization with big impact for high-throughput .NET apps.

♻️ Subscribe for free now!
⚡️ VS Live! Orlando Sessions Hit YouTube During the Holidays

While most teams paused for the holidays, Microsoft’s Visual Studio crew sprinted — uploading 20 full VS Live! Orlando sessions to YouTube. The surprise wasn’t the speed, but the traction that followed, showing developers are hungry for in-depth learning even in the year’s quietest week.

♻️ Subscribe for free now!
⚡️ Generative AI Comes Natively to C#

Microsoft is introducing native support for Large Language Models in C#, giving .NET developers practical tools to build generative AI apps without leaving their ecosystem. By 2026, AI integration in C# workflows becomes not just possible but straightforward—bringing machine intelligence closer to everyday enterprise codebases.

♻️ Subscribe for free now!
⚡️ Microsoft and NVIDIA gear up for Rubin-scale AI era

Microsoft is positioning its AI data centers to seamlessly run NVIDIA’s Rubin platform, revealed ahead of CES 2026. Azure is already tuned for massive, GPU-heavy workloads — signaling a new phase of enterprise-scale AI infrastructure built for next-gen compute.

♻️ Subscribe for free now!
⚡️ NetEscapades.EnumGenerators adds System.Memory support

NetEscapades.EnumGenerators gets a practical boost with System.Memory integration and fresh APIs, unlocking faster and more memory‑efficient enum handling. For developers leaning on source generators for high‑performance C#, this update refines both speed and ergonomics in everyday use.

♻️ Subscribe for free now!
⚡️ Inside Azure ARM’s Hyperscale Engine

At the heart of Azure, the Resource Manager (ARM) handles billions of daily requests—spanning VMs, Storage, Databases and more. Backed by Azure Cosmos DB, it’s the orchestration layer defining how hyperscale reliability and agility look in practice. ARM isn’t just keeping up with demand; it’s setting the performance baseline for the cloud itself.

♻️ Subscribe for free now!
⚡️ Semantic Reranking Lands in Azure SQL and SQL Server 2025

Developers can now use Cohere Rerank models directly with Azure SQL and SQL Server 2025 to boost retrieval precision. While there’s still no universal API for re‑ranking, Microsoft’s integration makes it easier to implement tailored relevance tuning through manual REST calls — a big step for anyone optimizing data‑driven applications.

♻️ Subscribe for free now!
⚡️ Building AI Tooling in Go with the MCP SDK

The Model Context Protocol (MCP) has quickly become the go‑to standard for linking AI apps with external systems. A new hands‑on walkthrough shows how to use the MCP SDK in Go to build servers that connect AI tools directly to Azure Cosmos DB — giving developers a unified, language‑agnostic way to expose data and workflows to intelligent agents.

♻️ Subscribe for free now!