.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Toolbox App 3.5: Better Remote Development Observability, More Reliable Enterprise Configuration, and Smoother Everyday Interactions

    calendar Jun 2, 2026 · blog.jetbrains.com
    Toolbox App 3.5: Better Remote Development Observability, More Reliable Enterprise Configuration, and Smoother Everyday Interactions

    Toolbox App 3.5 focuses on making daily work smoother and managed development environments easier to monitor. The app now supports interface zooming with familiar shortcuts, provides OpenTelemetry metrics for enterprise remote development connections, and handles several long-standing reliability issues more …


    Read More
  • Top Agentic Frameworks for Building Applications 2026

    calendar Jun 2, 2026 · blog.jetbrains.com
    Top Agentic Frameworks for Building Applications 2026

    In 2026, the world of AI is changing at a serious pace. The days of AI systems dealing solely in single-prompt interactions are coming to an end. Instead, these models are evolving into agentic systems – long-running, goal-driven software enabled by agentic frameworks that are becoming a critical layer in modern …


    Read More
  • Stop Pasting Tokens: OAuth2 Login for JetBrains IDE Plugins

    calendar Jun 1, 2026 · blog.jetbrains.com
    Stop Pasting Tokens: OAuth2 Login for JetBrains IDE Plugins

    The moment a plugin needs account data, a simple API call turns into an authentication problem. The bad shortcut is familiar: ask the user to create a personal access token (PAT), make them paste it into settings, and hope it never leaks. For a JetBrains IDE plugin, use this flow instead: the user clicks the […] Link …


    Read More
  • Mellum2 Goes Open Source: A Fast Model for AI Workflows

    calendar Jun 1, 2026 · blog.jetbrains.com
    Mellum2 Goes Open Source: A Fast Model for AI Workflows

    Trained from scratch and designed for practical deployment, Mellum2 is built for routing, Q&A, sub-agents, and private AI use in software engineering systems. Today, we’re open-sourcing Mellum2, a 12B model engineered to solve the hardest parts of production AI: latency, throughput, and cost. Built from scratch and …


    Read More
  • How To Fix Common TypeScript Issues With Qodana

    calendar Jun 1, 2026 · blog.jetbrains.com
    How To Fix Common TypeScript Issues With Qodana

    Most TypeScript projects already run ESLint with @typescript-eslint. That covers a lot: explicit any, floating promises, non-null assertions, and more. If your linting setup is solid, you’re catching the obvious issues in the editor before code review. ESLint rules can’t produce cross-file findings. Each rule runs …


    Read More
  • What Does It Actually Take for an IDE to Understand Rust?

    calendar May 29, 2026 · blog.jetbrains.com
    What Does It Actually Take for an IDE to Understand Rust?

    Disclaimer: This article was created using AI-based writing and communication companions. With their help, the core topics of this rich and nuanced livestream were distilled into a compact blog post format. How do Rust IDEs understand code? That was the central question explored in a recent RustRover livestream …


    Read More
  • Hibernate 7.4 New Features

    calendar May 29, 2026 · blog.jetbrains.com
    Hibernate 7.4 New Features

    Hibernate 7.4 introduced several improvements that simplify loading a page of data along with their associated child collection, historical data access, and audit logging. The article will focus on the following features: You can check out the sample code for this article in this GitHub repository. Limits and Fetch …


    Read More
  • How We Use AlphaEvolve to Make Complex IDE Algorithms Faster

    calendar May 29, 2026 · blog.jetbrains.com
    How We Use AlphaEvolve to Make Complex IDE Algorithms Faster

    AlphaEvolve is a Google DeepMind algorithm-discovery system that uses Gemini to generate, test, and refine possible algorithm improvements. Its job is not to answer questions; it searches for faster ways to solve complex algorithmic problems. We tried it on a narrow but important part of IntelliJ-based IDEs: indexing, …


    Read More
  • JetBrains Academy – May Digest

    calendar May 29, 2026 · blog.jetbrains.com
    JetBrains Academy – May Digest

    Hey! This month’s list is short, but every item is worth your time. Apply for one of up to 40 JetBrains Foundation scholarships for the CSAI BSc program by June 9, try a new AI tools course for developers, discover a program that brings hands-on coding practice into JetBrains IDEs, and read about the value of […] Link …


    Read More
  • TeamCity 2026.1.1 Is Now Available

    calendar May 29, 2026 · blog.jetbrains.com
    TeamCity 2026.1.1 Is Now Available

    Today we’re rolling out the first bug-fix for TeamCity On-Premises 2026.1 servers. This update addresses over 20 issues and performance issues, including: See TeamCity 2026.1.1 Release Notes for the complete list of resolved issues. Why update? Staying up to date with minor releases ensures your TeamCity instance …


    Read More
  • The Upcoming Sunset of DataSpell

    calendar May 28, 2026 · blog.jetbrains.com
    The Upcoming Sunset of DataSpell

    After careful consideration, we have made the difficult decision to sunset DataSpell as a standalone product. DataSpell was created to focus on the needs of data science and analytics professionals within the JetBrains ecosystem. It allowed us to build and refine a dedicated experience for working with Jupyter …


    Read More
  • Deprecating dotMemory Unit

    calendar May 28, 2026 · blog.jetbrains.com
    Deprecating dotMemory Unit

    dotMemory Unit has long served as a unit testing framework for detecting memory issues in .NET code. We are grateful to everyone who has used it as part of their development and testing workflows. After careful consideration, we have decided to retire dotMemory Unit. The project will no longer receive active …


    Read More
  • Introducing the Cloud9 JetStream Theme for JetBrains IDEs

    calendar May 27, 2026 · blog.jetbrains.com
    Introducing the Cloud9 JetStream Theme for JetBrains IDEs

    Cloud9 and JetBrains have been working together on projects that connect software development and esports, from the Sky’s The Limit hackathon to custom tools built for live events, podcasts, and team content. One of the latest results of this collaboration is Cloud9 JetStream, a custom theme for JetBrains IDEs. The …


    Read More
  • Build a Live Object Detection App for the Reachy Mini With TensorFlow and PyCharm

    calendar May 27, 2026 · blog.jetbrains.com
    Build a Live Object Detection App for the Reachy Mini With TensorFlow and PyCharm

    This is a guest post from Iulia Feroli, founder of the Back To Engineering YouTube community. In this tutorial, we build a live object detection app using TensorFlow and PyCharm, then deploy it onto the Reachy Mini open-source robot for real-time object tracking. Reachy Mini is a compact open-source robot built in …


    Read More
  • Koog 1.0 Is Out: Stable Core, Better Interop, and Multiplatform Observability

    calendar May 27, 2026 · blog.jetbrains.com
    Koog 1.0 Is Out: Stable Core, Better Interop, and Multiplatform Observability

    Last week at the KotlinConf 2026 keynote (watch the recording here), we announced Koog 1.0. Koog is JetBrains’ open-source framework for building AI agents in Kotlin and Java. It provides the core building blocks for agentic applications: tools, workflows, persistence, memory, observability, and integrations with …


    Read More

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top