.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Aspire 13 - Aspireify anything

    calendar Nov 11, 2025 · devblogs.microsoft.com
    Aspire 13 - Aspireify anything

    Major release, major features Aspire 13 is here and it's - you guessed it - the biggest release yet. We are so excited to share the next major iteration of Aspire with you all, because it's packed with features that streamline the existing Aspire experience that you all know and love. From complete process overhauls …


    Read More
  • JetBrains Plugin Developer Conf 2025 Recordings Are Now Live

    calendar Nov 11, 2025 · blog.jetbrains.com
    JetBrains Plugin Developer Conf 2025 Recordings Are Now Live

    On November 5, 2025, we hosted the second annual JetBrains Plugin Developer Conf, a day dedicated to everything related to building, publishing, and growing plugins for JetBrains IDEs.Thank you to everyone who joined us live and helped make this year’s event even more interactive and inspiring than before! If you …


    Read More
  • November Patches for Azure DevOps Server

    calendar Nov 11, 2025 · devblogs.microsoft.com
    November Patches for Azure DevOps Server

    Today we are releasing patches that impact our self-hosted product, Azure DevOps Server. We strongly encourage and recommend that all customers use the latest, most secure release of Azure DevOps Server. You can download the latest versi Link to article: …


    Read More
  • Visual Studio 2026 is here: faster, smarter, and a hit with early adopters

    calendar Nov 11, 2025 · devblogs.microsoft.com
    Visual Studio 2026 is here: faster, smarter, and a hit with early adopters

    Dear developers, We’re thrilled to announce that Visual Studio 2026 is now generally available! This is a moment we’ve built side by side with you. Your feedback has helped shape this release more than any before. Since the introduction of the Insiders Channel in September, more developers have downloaded and tested …


    Read More
  • C# 14 Language Features in ReSharper and Rider 2025.3

    calendar Nov 11, 2025 · blog.jetbrains.com
    C# 14 Language Features in ReSharper and Rider 2025.3

    Last year marked the first time we shipped ReSharper and Rider side by side with the official .NET SDK release – and we’re happy to announce that we’ve done it again with the 2025.3 release! Download Rider 2025.3 Download ReSharper 2025.3 With .NET 10 and C# 14, both ReSharper and Rider are ready on day […] Link to …


    Read More
  • What’s Been Fixed in Rider 2025.3

    calendar Nov 11, 2025 · blog.jetbrains.com
    What’s Been Fixed in Rider 2025.3

    Each release of JetBrains Rider is shaped by an ongoing conversation between our team and our users. Your feedback, bug reports, and upvotes complement our internal QA processes and performance tracking, helping us understand how issues manifest across diverse environments and project setups. This collaboration allows …


    Read More
  • ReSharper C++ 2025.3: C++26 Language Support, Faster Unreal Engine Startup, and Visual Studio 2026 Compatibility

    calendar Nov 11, 2025 · blog.jetbrains.com
    ReSharper C++ 2025.3: C++26 Language Support, Faster Unreal Engine Startup, and Visual Studio 2026 Compatibility

    We’re excited to announce that ReSharper C++ 2025.3 is here, bringing major language updates, performance improvements, and a refined UI in the upcoming Microsoft Visual Studio 2026 release. This version advances C++26 support with new language features, improves constexpr evaluation, and offers a refined …


    Read More
  • ReSharper 2025.3: Day-One C# 14 Support, Visual Studio 2026 Compatibility, and Major Performance Gains

    calendar Nov 11, 2025 · blog.jetbrains.com
    ReSharper 2025.3: Day-One C# 14 Support, Visual Studio 2026 Compatibility, and Major Performance Gains

    We’re pleased to announce the release of ReSharper 2025.3 in sync with .NET 10, continuing our tradition of releases that deliver day-one support for the newest C# language features. This version brings comprehensive C# 14 coverage, including extension members, extension operators, and user-defined compound assignment …


    Read More
  • Rider 2025.3: Day-One Support for .NET 10 and C# 14, a New Default UI, and Faster Startup

    calendar Nov 11, 2025 · blog.jetbrains.com
    Rider 2025.3: Day-One Support for .NET 10 and C# 14, a New Default UI, and Faster Startup

    Rider 2025.3 arrives alongside the .NET 10 SDK, continuing our commitment to day-one support for the latest .NET and C# features. This release brings full compatibility with .NET 10 and comprehensive support for C# 14, including extension members, extension operators, and user-defined compound assignment operators – …


    Read More
  • Announcing .NET 10

    calendar Nov 11, 2025 · devblogs.microsoft.com
    Announcing .NET 10

    Today, we are excited to announce the launch of .NET 10, the most productive, modern, secure, intelligent, and performant release of .NET yet. It's the result of another year of effort from thousands of developers around the world. This release includes thousands of performance, security, and functional improvements …


    Read More
  • .NET and .NET Framework November 2025 servicing releases updates

    calendar Nov 11, 2025 · devblogs.microsoft.com
    .NET and .NET Framework November 2025 servicing releases updates

    Welcome to our combined .NET servicing updates for November 2025. Let's get into the latest release of .NET & .NET Framework, here is a quick overview of what's new in our servicing releases: Security improvements .NET and .NET Framework has been refreshed with the latest update as of November 11, 2025. This update …


    Read More
  • Docker Engine v29: Foundational Updates for the Future

    calendar Nov 11, 2025 · docker.com
    Docker Engine v29: Foundational Updates for the Future

    This post is for Linux users running Docker Engine (Community Edition) directly on their hosts. Docker Desktop users don’t need to take any action — Engine updates are included automatically in future Desktop releases. Docker Engine v29 is a foundational release that sets the stage for the future of the Docker …


    Read More
  • Behind the scenes on how Windows 95 application compatibility patched broken programs

    calendar Nov 11, 2025 · devblogs.microsoft.com
    Behind the scenes on how Windows 95 application compatibility patched broken programs

    Whenever possible, Windows 95 made application compatibility tweaks through things like compatibility flags that alter the behavior of the system for any program the flag was applied to. Using compatibility flags allows the fix to be generalized: If one program has a problem, there's a good chance that another program …


    Read More
  • Connect to Remote MCP Servers with OAuth in Docker

    calendar Nov 11, 2025 · docker.com
    Connect to Remote MCP Servers with OAuth in Docker

    In just a year, the Model Context Protocol (MCP) has become the standard for connecting AI agents to tools and external systems. The Docker MCP Catalog now hosts hundreds of containerized local MCP servers, enabling developers to quickly experiment and prototype locally. We have now added support for remote MCP servers …


    Read More
  • Building AI Agents in Kotlin – Part 1: A Minimal Coding Agent

    calendar Nov 11, 2025 · blog.jetbrains.com
    Building AI Agents in Kotlin – Part 1: A Minimal Coding Agent

    Building agents is weird. You’re not writing code that does things. You’re writing code that gives an LLM the ability to do things, and the LLM decides what to do. What is an agent? An agent is an LLM that calls your functions in a loop until it decides the task is complete. That shift […] Link to article: …


    Read More
  • Working with Excel files in .NET: OpenXML vs EPPlus vs ClosedXML

    calendar Nov 11, 2025 · blog.elmah.io
    Working with Excel files in .NET: OpenXML vs EPPlus vs ClosedXML

    If you have ever had to generate Excel reports in C#-based applications, you know the pain of choosing from too many libraries with too many tradeoffs. Some are extremely powerful but painful to write, while others are friendly but struggle with large files. You probably come across OpenXML, EPPlus, Link to article: …


    Read More
  • JetBrains and DMCC AI Centre Announce Strategic Partnership to Accelerate AI Innovation

    calendar Nov 11, 2025 · blog.jetbrains.com
    JetBrains and DMCC AI Centre Announce Strategic Partnership to Accelerate AI Innovation

    JetBrains and the DMCC AI Centre, a premier hub for artificial intelligence (AI) and innovation in the UAE, have announced a strategic collaboration to advance the growth of AI-driven innovation, entrepreneurship, and technical excellence within Dubai’s technology ecosystem. The agreement marks a key step in JetBrains’ …


    Read More
  • dotNetDave Rocks Austin .NET User Group November 2025 Meeting

    calendar Nov 10, 2025 · dotnettips.wordpress.com
    dotNetDave Rocks Austin .NET User Group November 2025 Meeting

    The dotNetDave No Rest for the Wicked World Tour will visit Austin on November 20, 2025, where I will present a session titled "Röck Yoür Cöde." This session addresses critical issues in memory management related to disposable types in .NET, offering practical techniques to enhance application performance and …


    Read More
  • Fine-tune VLMs for multipage document-to-JSON with SageMaker AI and SWIFT

    calendar Nov 10, 2025 · aws.amazon.com/blogs/machine-learning
    Fine-tune VLMs for multipage document-to-JSON with SageMaker AI and SWIFT

    In this post, we demonstrate that fine-tuning VLMs provides a powerful and flexible approach to automate and significantly enhance document understanding capabilities. We also demonstrate that using focused fine-tuning allows smaller, multi-modal models to compete effectively with much larger counterparts (98% accuracy …


    Read More
  • How Clario automates clinical research analysis using generative AI on AWS

    calendar Nov 10, 2025 · aws.amazon.com/blogs/machine-learning
    How Clario automates clinical research analysis using generative AI on AWS

    In this post, we demonstrate how Clario has used Amazon Bedrock and other AWS services to build an AI-powered solution that automates and improves the analysis of COA interviews. Link to article: https://aws.amazon.com/blogs/machine-learning/how-clario-automates-clinical-research-analysis-using-generative-ai-on-aws/


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top