ASP.NET evolution, AI in VS, and .NET 10 preview
A mixed issue covering ASP.NET history, .NET 10 reflection tricks, Blazor forms, Azure CI/CD, SQL Server JSON, performance, and Visual Studio AI.
Jasen's top three picks
- 1 Difference Between ASP.NET Web Forms, MVC & .NET Core
c-sharpcorner.com
A quick tour of ASP.NET’s older and newer web stacks, useful if you’re comparing Web Forms, MVC, and Core for real projects.
- 2 Behind the Scenes of VS Code’s Planning Agent
youtube.com
A look at VS Code’s planning agent and Azure deployment tooling; helpful context for where agentic workflows are heading.
- 3 Remove duplicate elements from an array in C#
c-sharpcorner.com
A straightforward C# refresher on deduping arrays, with enough code to be useful for juniors and anyone cleaning up data.
Editor's note
I kept this issue intentionally mixed: some practical fundamentals, some platform news, and a few deeper dives. The .NET 10 UnsafeAccessorType piece and the Visual Studio AI roadmap are especially worth a look because they hint at where the platform and tooling are heading. There’s also plenty here for developers who want reminders on ASP.NET Core, Azure delivery, and everyday C# patterns.
Today's articles
Difference Between ASP.NET Web Forms, MVC & .NET Core
c-sharpcorner.com
Explore the evolution of ASP.NET: Web Forms, MVC, and .NET Core. Understand key differences, features, and ideal use cases to choose the right framework.
Topics: ASP.NET Core .NET Core
Read articleBehind the Scenes of VS Code’s Planning Agent
youtube.com
Azure Developer CLI: Azure Container Apps Dev-to-Prod Deployment with Layered Infrastructure
Topics: Azure Visual Studio Code
Read articleRemove duplicate elements from an array in C#
c-sharpcorner.com
Learn how to remove duplicate elements from an array in C# using a practical, step-by-step approach with code examples and a real-time web application demo.
Topics: C#
Read articleBenefits of Choosing ABP.io for Enterprise Software
faciletechnolab.com
Discover why ABP.io is the top choice for scalable, secure enterprise software. Explore real-world benefits, success stories, and Facile Technolab’s expert approach to modern business solutions. Eleva...
Topics: Clean Architecture
Read articleEasier reflection with [UnsafeAccessorType] in .NET 10: Exploring the .NET 10 preview - Part 9
andrewlock.net
In this post I show how to work with [UnsafeAccessor] to do 'easier' reflection and how to use .NET 10's [UnsafeAccessorType] with types you can't reference
Read articleGet Ready for .NET Conf 2025!
devblogs.microsoft.com
The biggest .NET event of the year is just one week away! Join us November 11-13 for .NET 10 and Visual Studio 2026, plus a Student Zone on November 14th. The post Get Ready for .NET Conf 2025! appea...
Topics: .NET 10 Visual Studio
Read articleProgram to Convert Decimal to Binary in C#
c-sharpcorner.com
Learn how to convert decimal numbers to binary in C# using a recursive function within an ASP.NET WebForms application. Includes code and examples! #csharp
Topics: C#
Read articleWhy It’s Not C-Hash and Is C-Sharp — An In-Depth Explanation
medium.com
Why it’s C #- Hash and the implications. When you first come across C#, the computer programming language, you will probably wonder: Why…
Topics: C#
Read articleC# Logical Programs
c-sharpcorner.com
Master C# with these essential logical programs! Learn to reverse strings, remove duplicates, count characters, find the 2nd highest number, check palindromes, & more.
Topics: C#
Read articleAdvanced .NET Core Concepts — DI, Middleware & Memory Leaks
c-sharpcorner.com
Master advanced .NET Core: Dependency Injection for loose coupling, custom middleware for request handling, and memory leak prevention for robust applications.
Topics: ASP.NET Core .NET Core
Read articleBlazor Forms for Beginners — A Simple Guide
medium.com
If you’re new to Blazor and wondering how to handle forms, you’re in the right place! In this article, we’ll explore how to create and…
Topics: Blazor
Read articleBuilding an Extremely Fast Caching Repository Using the Decorator Pattern in ASP.NET Core 9.
medium.com
Modern web applications demand high performance, low latency, and efficient data retrieval. With ASP.NET Core 9 and C#, you can easily… Continue reading on Stackademic »
Topics: ASP.NET Core Performance
Read articleVarious Way To Displaying Backend Data in Frontend with Data Binding in ASP.NET
c-sharpcorner.com
Explore various ASP.NET data binding techniques to display backend data in the frontend. Learn to use GridView, Repeater, ListView, and more for dynamic web pages.
Topics: ASP.NET Core
Read articleHow To Deploy Your .NET 9 Application to Azure Using GitHub Actions (Full CI/CD Pipeline Guide)
medium.com
Build • Test • Publish • Deploy • Monitor — Automatically
Topics: Azure GitHub Actions
Read article10 Essential C# Fixes That Will Make You a Better Programmer
c-sharpcorner.com
Elevate your C# programming skills by addressing common pitfalls that lead to inefficient and buggy code. This article highlights 10 essential fixes, including avoiding magic strings, excessive commen...
Topics: C#
Read article.NET Core Cheat Sheet (Middleware + DI Lifetimes)
c-sharpcorner.com
Master ASP.NET Core! This cheat sheet covers Middleware (pipeline, registration, rules) and Dependency Injection (lifetimes, best practices, common mistakes).
Topics: ASP.NET Core .NET Core
Read articleFrom Spring Boot to .NET: The Struggle
rasathuraikaran26.medium.com
My articles are open to everyone; non-member readers can read the full article by clicking this link Continue reading on Javarevisited »
Topics: ASP.NET Core Performance
Read articlePerformance & Observability in ASP.NET Core 2025 With Latest .NET Core Version
c-sharpcorner.com
Explore ASP.NET Core 2025's performance & observability features! Discover JIT/AOT compilation, OpenTelemetry, improved logging, and metrics for faster, traceable apps.
Topics: C#
Read articleWhy I Skip Primary Constructors In C#
medium.com
I choose to skip primary constructors altogether, at they offer no real benefit beyond syntactic sugar. Shorter doesn't necessarily mean…
Topics: REST API SQL Server
Read articleRoadmap for AI in Visual Studio (November)
devblogs.microsoft.com
Today, we’re excited to share our public roadmap, which outlines the next steps in evolving Visual Studio with AI-powered agentic experiences. With every month, we aim to deliver smarter, faster, and ...
Topics: C#
Read articleUsing JSON and XML Data Efficiently in SQL Server for APIs
c-sharpcorner.com
Leverage SQL Server's JSON & XML capabilities for efficient APIs. Parse data, return responses directly from SQL, boosting performance & simplifying integration.
Topics: GitHub Copilot Visual Studio
Read articleRecursive Fibonacci Function in C#
c-sharpcorner.com
Explore the recursive Fibonacci sequence implementation in C# WebForms! Learn with code examples, algorithm breakdown, and understand recursion in web development.
Topics: REST API SQL Server
Read articleThe History of C#: From Microsoft’s Bet to a Global Programming Powerhouse
medium.com
Programming languages come and go, but few have managed to stay relevant across two decades of technological evolution. Among them, C#…
Topics: C#
Read article