.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • New Book: Build and Deploy Apps using Azure Developer CLI by Chris Pietschmann

    calendar Dec 21, 2025 · build5nines.com
    New Book: Build and Deploy Apps using Azure Developer CLI by Chris Pietschmann

    I am excited to announce the release of my new book, Build and Deploy Apps using Azure Developer CLI, a practical, hands-on guide for developers and teams who want to streamline cloud-native application deployments on Microsoft Azure using the Azure Developer CLI (azd). Modern application delivery often gets slowed …


    Read More
  • Code It Anyway You Want: Initializing Reference Type Static Fields Inline for Enhanced Code Readability

    calendar Dec 21, 2025 · dotnettips.wordpress.com
    Code It Anyway You Want: Initializing Reference Type Static Fields Inline for Enhanced Code Readability

    Microsoft advises initializing reference type static fields inline to enhance code readability and prevent issues from uninitialized fields. Two patterns are shown: inline initialization and using a static constructor. While both methods do not allocate memory, using a static constructor may slightly improve …


    Read More
  • What Does Taking Ownership ACTUALLY Mean? - Dev Leader Weekly 120

    calendar Dec 21, 2025 · devleader.ca
    What Does Taking Ownership ACTUALLY Mean? - Dev Leader Weekly 120

    Welcome to another issue of Dev Leader Weekly! In this issue, I discuss what it means to take ownership in software engineering. Link to article: https://www.devleader.ca/2025/12/21/what-does-taking-ownership-actually-mean-dev-leader-weekly-120


    Read More
  • Weekly Recap - 2025-12-20

    calendar Dec 20, 2025 · devleader.ca
    Weekly Recap - 2025-12-20

    Check out this week from Dev Leader! Here's a list including articles and videos on software engineering, career development, and programming in C#! Link to article: https://www.devleader.ca/2025/12/20/weekly-recap-20251220


    Read More
  • 2025 Recap: The Year Software Development Changed Shape

    calendar Dec 20, 2025 · docker.com
    2025 Recap: The Year Software Development Changed Shape

    2025 was the year software teams stopped optimizing models and started optimizing systems. By December, a few truths were impossible to ignore. 1. Developer Productivity Became the Real Competitive Advantage By mid-year, every major AI lab had cleared the “good enough reasoning” bar. With model quality converging, the …


    Read More
  • Digital Authentication and Identity validation

    calendar Dec 20, 2025 · damienbod.com
    Digital Authentication and Identity validation

    This post looks at authentication and identity validation and describes what should be validated and some of the concepts. With the increasing push to move processes to a digital world and the new threat models, authentication and identity validation MUST be implemented in a professional way. Using standards like …


    Read More
  • Server-Sent Events in ASP.NET Core and .NET 10

    calendar Dec 20, 2025 · milanjovanovic.tech
    Server-Sent Events in ASP.NET Core and .NET 10

    ASP.NET Core 10 introduces native Server-Sent Events as a lightweight, HTTP-native alternative to SignalR for simple one-way real-time updates like dashboards and notifications. Link to article: https://www.milanjovanovic.tech/blog/server-sent-events-in-aspnetcore-and-dotnet-10


    Read More
  • Azure Developer CLI (azd) Dec 2025 - Extensions Enhancements, Foundry Rebranding, and Azure Pipelines Improvements

    calendar Dec 19, 2025 · devblogs.microsoft.com
    Azure Developer CLI (azd) Dec 2025 - Extensions Enhancements, Foundry Rebranding, and Azure Pipelines Improvements

    Welcome to the December 2025 edition of the Azure Developer CLI (azd) release blog—our final release of the year! This post covers releases 1.22.0 through 1.22.5, wrapping up 2025. To share your feedback and questions, join the December release discussion on GitHub. Link to article: …


    Read More
  • Work item linking for Advanced Security alerts now available

    calendar Dec 19, 2025 · devblogs.microsoft.com
    Work item linking for Advanced Security alerts now available

    Security vulnerabilities don't fix themselves. Someone needs to track them, prioritize them, and actually ship the fix. If you've ever tried to manage security alerts alongside your regular sprint work, though, you know the friction: you're looking at an alert in one tab, switching to your backlog in another, trying to …


    Read More
  • Introducing SOCI indexing for Amazon SageMaker Studio: Faster container startup times for AI/ML workloads

    calendar Dec 19, 2025 · aws.amazon.com/blogs/machine-learning
    Introducing SOCI indexing for Amazon SageMaker Studio: Faster container startup times for AI/ML workloads

    Today, we are excited to introduce a new feature for SageMaker Studio: SOCI (Seekable Open Container Initiative) indexing. SOCI supports lazy loading of container images, where only the necessary parts of an image are downloaded initially rather than the entire container. Link to article: …


    Read More
  • A shortcut gives me a weird path for a program shortcut that doesn't point to the executable, so what is it?

    calendar Dec 19, 2025 · devblogs.microsoft.com
    A shortcut gives me a weird path for a program shortcut that doesn't point to the executable, so what is it?

    Say you have a shortcut file and you want to see what its target is. The natural thing to do is to call IShellLink::GetPath, which returns S_FALSE if the shortcut does not target a path, or returns S_OK and a path to the target. But for some shortcuts, it returns S_OK but produces a Link to article: …


    Read More
  • How Mobile Development Teams Use Kotlin in 2025: Insights From a Certified Trainer

    calendar Dec 19, 2025 · blog.jetbrains.com
    How Mobile Development Teams Use Kotlin in 2025: Insights From a Certified Trainer

    This is the second guest post in a two-part series from José Luis González. José Luis has a PhD in software development and is a JetBrains-certified Kotlin Trainer, who works with developers and engineering teams to deepen their Kotlin skills and apply the language effectively in real projects. At Hyperskill, he runs …


    Read More
  • Top 3 Qodana 2025.3 Release Highlights

    calendar Dec 19, 2025 · blog.jetbrains.com
    Top 3 Qodana 2025.3 Release Highlights

    Qodana 2025.3 delivers important new capabilities that help teams standardize their development practices, improve compliance, make audits easier, and simplify large-scale code analysis. From introducing Global Project Configuration, a major step toward scalable, centralized policy management, to expanding license …


    Read More
  • From the Captain’s Chair: Igor Aleksandrov

    calendar Dec 19, 2025 · docker.com
    From the Captain’s Chair: Igor Aleksandrov

    Docker Captains are leaders from the developer community that are both experts in their field and are passionate about sharing their Docker knowledge with others. “From the Captain’s Chair” is a blog series where we get a closer look at one Captain to learn more about them and their experiences. Today we are …


    Read More
  • Docker Hardened Images: Security Independently Validated by SRLabs

    calendar Dec 19, 2025 · docker.com
    Docker Hardened Images: Security Independently Validated by SRLabs

    Earlier this week, we took a major step forward for the industry. Docker Hardened Images (DHI) is now available at no cost, bringing secure-by-default development to every team, everywhere. Anyone can now start from a secure, minimal, production-ready foundation from the first pull, without a subscription. With that …


    Read More
  • First-Class Docker Support: Building and Deploying Containers With TeamCity

    calendar Dec 19, 2025 · blog.jetbrains.com
    First-Class Docker Support: Building and Deploying Containers With TeamCity

    This article was brought to you by Kumar Harsh, draft.dev. Docker has changed the way we build and ship software. Instead of wrestling with “it works on my machine” issues, developers can now package applications and all their dependencies into a neat, portable container that runs anywhere. No wonder Docker has become …


    Read More
  • What’s new in Microsoft Foundry | October and November 2025

    calendar Dec 19, 2025 · devblogs.microsoft.com
    What’s new in Microsoft Foundry | October and November 2025

    TL;DR Move from prototype to production in hours, not weeks: The new Microsoft Agent Framework and Hosted Agents let you build, test, and deploy multi-agent AI systems with enterprise-grade security—no Kubernetes or container headaches. Orchestrate any model, anywhere: Model Link to article: …


    Read More
  • Modernize ASP.NET Web Forms UI to Blazor with AWS Transform

    calendar Dec 18, 2025 · aws.amazon.com/blogs/dotnet
    Modernize ASP.NET Web Forms UI to Blazor with AWS Transform

    AWS Transform is an agentic service that accelerates modernization, including .NET applications. With it, you can transform .NET Framework Windows applications to cross-platform .NET and reduce operating costs up to 40% by running on Linux. For ASP.NET web applications, AWS Transform can port the UI layer to ASP.NET …


    Read More
  • AI Coding Agents and Domain-Specific Languages: Challenges and Practical Mitigation Strategies

    calendar Dec 18, 2025 · devblogs.microsoft.com
    AI Coding Agents and Domain-Specific Languages: Challenges and Practical Mitigation Strategies

    Introduction AI coding agents/assistants such as GitHub Copilot have become common in modern software engineering workflows. Their strengths—rapid pattern completion, context-aware suggestions, and the ability to learn style from local code—stem from broad training on large corpora of public, general-purpose code. …


    Read More
  • ReSharper and Rider 2025.3.1 Released: Next Edit Suggestions and Other Important Updates

    calendar Dec 18, 2025 · blog.jetbrains.com
    ReSharper and Rider 2025.3.1 Released: Next Edit Suggestions and Other Important Updates

    Since the 2025.3 release, we’ve published several rapid-response updates (2025.3.0.1–2025.3.0.4) for ReSharper and Rider to address the most urgent issues as quickly as possible. The 2025.3.1 update brings all of those fixes together and includes additional improvements that required more time to implement. For Rider, …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top