.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Introducing MSVC AddressSanitizer for ARM64 targets

    calendar Nov 17, 2025 · devblogs.microsoft.com
    Introducing MSVC AddressSanitizer for ARM64 targets

    We are pleased to announce AddressSanitizer (ASan) support for the Microsoft C++ (MSVC) Build Tools for ARM64 targets. ASan is a runtime memory error detector that Link to article: https://devblogs.microsoft.com/cppblog/introducing-msvc-addresssanitizer-for-arm64-targets


    Read More
  • Your complete guide to Amazon Quick Suite at AWS re:Invent 2025

    calendar Nov 17, 2025 · aws.amazon.com/blogs/machine-learning
    Your complete guide to Amazon Quick Suite at AWS re:Invent 2025

    This year, re:Invent will be held in Las Vegas, Nevada, from December 1 to December 5, 2025, and this guide will help you navigate our comprehensive session catalog and plan your week. The sessions cater to business and technology leaders, product and engineering teams, and data and analytics teams interested in …


    Read More
  • Accelerate enterprise solutions with agentic AI-powered consulting: Introducing AWS Professional Service Agents

    calendar Nov 17, 2025 · aws.amazon.com/blogs/machine-learning
    Accelerate enterprise solutions with agentic AI-powered consulting: Introducing AWS Professional Service Agents

    I'm excited to announce AWS Professional Services now offers specialized AI agents including the AWS Professional Services Delivery Agent. This represents a transformation to the consulting experience that embeds intelligent agents throughout the consulting life cycle to deliver better value for customers. Link to …


    Read More
  • Amazon Bedrock AgentCore and Claude: Transforming business with agentic AI

    calendar Nov 17, 2025 · aws.amazon.com/blogs/machine-learning
    Amazon Bedrock AgentCore and Claude: Transforming business with agentic AI

    In this post, we explore how Amazon Bedrock AgentCore and Claude are enabling enterprises like Cox Automotive and Druva to deploy production-ready agentic AI systems that deliver measurable business value, with results including up to 63% autonomous issue resolution and 58% faster response times. We examine the …


    Read More
  • Introducing C# 14

    calendar Nov 17, 2025 · devblogs.microsoft.com
    Introducing C# 14

    C# 14 ships with .NET 10. The highlight is new extension members, but there's a lot more features that make your life as a developer more productive. And, we've added new features that enable some of the performance improvements you can experience in .NET 10. Read on for a tour of all the new features, and find links …


    Read More
  • Introducing F# 10

    calendar Nov 17, 2025 · devblogs.microsoft.com
    Introducing F# 10

    F# 10 is now shipping with .NET 10 and Visual Studio 2026. This version is a refinement release focused on clarity, consistency, and performance, bringing small but meaningful improvements that make your everyday code more legible and robust. You can get F# 10 today in a few ways: Link to article: …


    Read More
  • How can I detect that Windows is running in S-Mode, redux

    calendar Nov 17, 2025 · devblogs.microsoft.com
    How can I detect that Windows is running in S-Mode, redux

    Igor Levicki asked for a plain C version of the sample code to detect whether Windows is running in S-Mode. I didn't write one for two reasons. First, I didn't realize that so many people still tried to use COM from plain C. A Link to article: https://devblogs.microsoft.com/oldnewthing/20251117-00/?p=111795


    Read More
  • Database Features in Rider

    calendar Nov 17, 2025 · blog.jetbrains.com
    Database Features in Rider

    Rider provides robust support for working with databases directly within the IDE – powered by DataGrip! Rider and DataGrip smooth development workflows by allowing you to manage and interact with a variety of database systems. This integration enhances productivity for developers who frequently work with data. Database …


    Read More
  • Optimize GUID creation performance in .NET applications

    calendar Nov 17, 2025 · meziantou.net
    Optimize GUID creation performance in .NET applications

    Many .NET projects use well-known GUIDs as identifiers for activities, interop scenarios, database keys, and other purposes. It's common to see code like new Guid("01234567-8901-2345-6789-012345678901") throughout applications. While this approach is readable and straightforward, it comes with a hidden …


    Read More
  • How to Prepare for the Future of Programming

    calendar Nov 17, 2025 · blog.jetbrains.com
    How to Prepare for the Future of Programming

    Start a start-up? Scratch that. Call your mom. Go back to school? Don’t go back to school. Learn to code? Don’t learn to code. Forget coding. Only prompt engineering matters now. Actually, I heard it’s overrated. You think we’re gonna be prompting in 5 years? 2 years? Nonsense. All this hype is being blown so […] Link …


    Read More
  • Mark Your Calendars! Qodana Events in November

    calendar Nov 17, 2025 · blog.jetbrains.com
    Mark Your Calendars! Qodana Events in November

    As 2025 starts racing to a close, the JetBrains Qodana team is ending the year with a series of events dedicated to what matters most in modern software development: secure workflows, high-quality code, and practical tooling that empowers developers to ship with confidence. Whether you’re working in security …


    Read More
  • OpenAI named Emerging Leader in Generative AI

    calendar Nov 17, 2025 · openai.com/blog
    OpenAI named Emerging Leader in Generative AI

    OpenAI has been named an Emerging Leader in Gartner’s 2025 Innovation Guide for Generative AI Model Providers. The recognition reflects our enterprise momentum, with over 1 million companies building with ChatGPT. Link to article: https://openai.com/index/gartner-2025-emerging-leader


    Read More
  • Implement forgot your password using swiyu, ASP.NET Core Identity and Aspire

    calendar Nov 17, 2025 · damienbod.com
    Implement forgot your password using swiyu, ASP.NET Core Identity and Aspire

    This post show to implement a “Forgot your password” flow using the Swiss Digital identity and trust infrastructure, (swiyu) in an ASP.NET Core web application using ASP.NET Core Identity and Duende IdentityServer. The generic containers from swiyu are used to integrate the Swiss E-ID and the OpenID for Verifiable …


    Read More
  • Why Diffusion Models Could Change Developer Workflows in 2026

    calendar Nov 17, 2025 · blog.jetbrains.com
    Why Diffusion Models Could Change Developer Workflows in 2026

    Developers spend much of their time editing, refactoring, and debugging rather than producing entirely new code. Code creation tends to involve non-sequential back-and-forth refinement rather than typing out a complete function in one uninterrupted sequence. You might sketch a part, adjust parameters, skip ahead, then …


    Read More
  • 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
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top