.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Defensive Programming Rule #4: Safe and Efficient Type Casting

    calendar Nov 16, 2025 · dotnettips.wordpress.com
    Defensive Programming Rule #4: Safe and Efficient Type Casting

    This article emphasizes defensive programming by highlighting safe type compatibility checks in .NET. It advises using the 'is' keyword to prevent InvalidCastException and warns against unnecessary type casts that clutter code and affect performance. The open-source project Spargine aids developers with tools for …


    Read More
  • Is My Developer Career JUST Maintenance?! - Dev Leader Weekly 116

    calendar Nov 15, 2025 · devleader.ca
    Is My Developer Career JUST Maintenance?! - Dev Leader Weekly 116

    Welcome to another issue of Dev Leader Weekly! In this issue, I discuss just how much of our developer careers are maintaining software systems. Link to article: https://www.devleader.ca/2025/11/15/is-my-developer-career-just-maintenance-dev-leader-weekly-116


    Read More
  • Weekly Recap - 2025-11-14

    calendar Nov 15, 2025 · devleader.ca
    Weekly Recap - 2025-11-14

    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/11/15/weekly-recap-20251114


    Read More
  • JetBrains Is Heading to VSLive! Orlando

    calendar Nov 15, 2025 · blog.jetbrains.com
    JetBrains Is Heading to VSLive! Orlando

    Next week we’ll be in Orlando, Florida for Visual Studio Live!, and if you work with .NET, we’d like to meet you. You’ll find the JetBrains booth (#118) in the conference expo area throughout the week. Stop by to: We’ll also have special offers available for those who visit the booth. Link to article: …


    Read More
  • Exploring C# File-based Apps in .NET 10

    calendar Nov 15, 2025 · milanjovanovic.tech
    Exploring C# File-based Apps in .NET 10

    With .NET 10, Microsoft introduced file-based apps, which give you the ability to write C# code in a single .cs file and run it directly, without any project or solution files. This feature finally makes C# approachable for quick scripts and utilities Link to article: …


    Read More
  • Build a biomedical research agent with Biomni tools and Amazon Bedrock AgentCore Gateway

    calendar Nov 14, 2025 · aws.amazon.com/blogs/machine-learning
    Build a biomedical research agent with Biomni tools and Amazon Bedrock AgentCore Gateway

    In this post, we demonstrate how to build a production-ready biomedical research agent by integrating Biomni's specialized tools with Amazon Bedrock AgentCore Gateway, enabling researchers to access over 30 biomedical databases through a secure, scalable infrastructure. The implementation showcases how to transform …


    Read More
  • Make your web apps hands-free with Amazon Nova Sonic

    calendar Nov 14, 2025 · aws.amazon.com/blogs/machine-learning
    Make your web apps hands-free with Amazon Nova Sonic

    Graphical user interfaces have carried the torch for decades, but today’s users increasingly expect to talk to their applications. In this post we show how we added a true voice-first experience to a reference application—the Smart Todo App—turning routine task management into a fluid, hands-free conversation. Link to …


    Read More
  • Harnessing the power of generative AI: Druva’s multi-agent copilot for streamlined data protection

    calendar Nov 14, 2025 · aws.amazon.com/blogs/machine-learning
    Harnessing the power of generative AI: Druva’s multi-agent copilot for streamlined data protection

    Generative AI is transforming the way businesses interact with their customers and revolutionizing conversational interfaces for complex IT operations. Druva, a leading provider of data security solutions, is at the forefront of this transformation. In collaboration with Amazon Web Services (AWS), Druva is developing a …


    Read More
  • Making the Most of Your Docker Hardened Images Trial – Part 1

    calendar Nov 14, 2025 · docker.com
    Making the Most of Your Docker Hardened Images Trial – Part 1

    First steps: Run your first secure, production-ready image Container base images form the foundation of your application security. When those foundations contain vulnerabilities, every service built on top inherits the same risk. Docker Hardened Images addresses this at the source. These are continuously-maintained, …


    Read More
  • IntelliJ IDEA 2025.3 💚 Spring 7

    calendar Nov 14, 2025 · blog.jetbrains.com
    IntelliJ IDEA 2025.3 💚 Spring 7

    Major Spring Framework releases don’t come around often – and when they do, they tend to reshape how we build applications for years to come. Spring Framework 7 is one of those releases. It simplifies many aspects of development, cleans up some long-standing pain points, and introduces features that previously required …


    Read More
  • I can use WM_COPYDATA to send a block of data to another window, but how does it send data back?

    calendar Nov 14, 2025 · devblogs.microsoft.com
    I can use <CODE>WM_<WBR>COPY<WBR>DATA</CODE> to send a block of data to another window, but how does it send data back?

    The WM_COPY­DATA message can be used to send a blob of data from one window to another. The window manager does the work of copying the data from the sending process to the receiving process, but how does the receiving process send data back? If the only information that needs to come back is a success/failure, Link to …


    Read More
  • Azure MCP Server Now Built-In with Visual Studio 2026: A New Era for Agentic Workflows

    calendar Nov 14, 2025 · devblogs.microsoft.com
    Azure MCP Server Now Built-In with Visual Studio 2026: A New Era for Agentic Workflows

    Managing cloud resources often means juggling multiple tools, writing custom scripts, and switching contexts between your IDE and cloud management portals. These extra steps slow development and make it harder to build intelligent, secure applications efficiently. We’re excited to announce that Link to article: …


    Read More
  • Investigating the Great AI Productivity Divide: Why Are Some Developers 5x Faster?

    calendar Nov 14, 2025 · docker.com
    Investigating the Great AI Productivity Divide: Why Are Some Developers 5x Faster?

    AI-powered developer tools claim to boost your productivity, doing everything from intelligent auto-complete to (https://openai.com/index/introducing-codex/). But the productivity gains users report have been something of a mixed bag. Some groups claim to get 3-5x (or more), productivity boosts, while other devs claim …


    Read More
  • Tutorial Videos: Setting up GitHub Copilot for your Company

    calendar Nov 14, 2025 · devblogs.microsoft.com
    Tutorial Videos: Setting up GitHub Copilot for your Company

    This guide shares a series of videos that walk you through setting up GitHub and GitHub Copilot end-to-end for your company. These are especially useful for organizations starting from scratch who want to leverage GitHub Copilot and are looking to get started. These videos were recorded as of October 2025. Link to …


    Read More
  • Introducing OpenAI for Ireland

    calendar Nov 14, 2025 · openai.com/blog
    Introducing OpenAI for Ireland

    OpenAI launches OpenAI for Ireland, partnering with the Irish Government, Dogpatch Labs and Patch to help SMEs, founders and young builders use AI to innovate, boost productivity and build the next generation of Irish tech startups. Link to article: https://openai.com/index/openai-for-ireland


    Read More
  • OpenAPI.NET: The Biggest Update Ever

    calendar Nov 13, 2025 · devblogs.microsoft.com
    OpenAPI.NET: The Biggest Update Ever

    Announcing the Biggest Update Ever: OpenAPI.NET v2 & v3 We are excited to announce two major releases of the OpenAPI.NET library—the most significant update since its launch in 2018. These updates ensure developers can build and document modern, interoperable APIs with the latest OpenAPI specifications. Link to …


    Read More
  • Python in Visual Studio Code - November 2025 Release

    calendar Nov 13, 2025 · devblogs.microsoft.com
    Python in Visual Studio Code - November 2025 Release

    We're excited to announce that the November 2025 release of the Python extension for Visual Studio Code is now available! This release includes the following announcements: Add Copilot Hover Summaries as docstring Localized Copilot Ho Link to article: …


    Read More
  • A first look at the all‑new UX in Visual Studio 2026

    calendar Nov 13, 2025 · devblogs.microsoft.com
    A first look at the all‑new UX in Visual Studio 2026

    Visual Studio 2026 introduces a refreshed user experience, thoughtfully crafted for clarity, accessibility, and a clean interface that feels right at home on Windows. This update is the result of extensive collaboration with developers and incorporates valuable feedback from the community. We’ve improved typography, …


    Read More
  • Cagent Comes to Docker Desktop with Built-In IDE Support through ACP

    calendar Nov 13, 2025 · docker.com
    Cagent Comes to Docker Desktop with Built-In IDE Support through ACP

    Docker Desktop now includes cagent bundled out of the box. This means developers can start building AI agents without a separate installation step. For those unfamiliar with cagent: it’s Docker’s open-source tool that lets you build AI agents using YAML configuration files instead of writing code. You define the …


    Read More
  • Could we use CTAD to simplify the use of WRL's Callback function?

    calendar Nov 13, 2025 · devblogs.microsoft.com
    Could we use CTAD to simplify the use of WRL's Callback function?

    Commenter Bwmat asked, "Can CTAD avoid the need for the lengthy type name in the last example?" This was in response to the rather lengthy type in the explicit specialization void MyClass::RegisterCompletion(ABI::IAsy Link to article: https://devblogs.microsoft.com/oldnewthing/20251113-00/?p=111787


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top