.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • New in Air: Claude Subscriptions, Multiproject View, and Improved Markdown

    calendar Aug 19, 2026 · blog.jetbrains.com
    New in Air: Claude Subscriptions, Multiproject View, and Improved Markdown

    You can now use Air with your existing Claude Pro, Max, or Team subscription. Usage counts against your subscription quota – there’s no need to purchase API credits and no per-token Console billing. Login goes through Anthropic’s own authentication flow. Air never sees or stores your credentials. This was our …


    Read More
  • MSSQL Extension for VS Code: SQL Formatter, Azure SQL Database Provisioning, and More

    calendar Aug 19, 2026 · devblogs.microsoft.com
    MSSQL Extension for VS Code: SQL Formatter, Azure SQL Database Provisioning, and More

    Writing and maintaining SQL is easier when you can eliminate repetitive steps and keep your scripts cleanly formatted. With the MSSQL extension for VS Code v1.45, we're introducing the Public Preview of the SQL Formatter alongside the General Avai Link to article: …


    Read More
  • Visual Studio Code 1.134

    calendar Aug 19, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.134

    Learn what's new in Visual Studio Code 1.134 Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/visual-studio-code-1.134


    Read More
  • Signatures, be true: domain errors and functional handling in Kotlin

    calendar Aug 19, 2026 · blog.jetbrains.com
    Signatures, be true: domain errors and functional handling in Kotlin

    Here’s a function that signs a document: In Kotlin, Unit means the function completes without returning a meaningful value – roughly equivalent to void in Java. Got it? Now, tell me what could go wrong. You can’t. Yet, the code might be invalid. The signing window might have closed. The database might be down. The […] …


    Read More
  • Rider Hands AI Agents The Keys To Its Refactoring Engine For Safer, Faster, And Cheaper Results

    calendar Aug 19, 2026 · blog.jetbrains.com
    Rider Hands AI Agents The Keys To Its Refactoring Engine For Safer, Faster, And Cheaper Results

    We traced a frontier model through fifteen C# refactoring tasks and counted what it reached for. It piped text into interactive commands 468 times. It called git 422 times and sed 392 times. It ran dotnet build 163 times. Across 2,513 tool calls it performed a structural refactoring operation exactly zero times. Not …


    Read More
  • Rider 2026.2.1 and ReSharper 2026.2.1 Are Here!

    calendar Aug 19, 2026 · blog.jetbrains.com
    Rider 2026.2.1 and ReSharper 2026.2.1 Are Here!

    Our first minor update for the 2026.2 release cycle is ready to download. Here’s what’s new. Rider Rider 2026.2 put AI-assisted development front and center, and v2026.2.1 keeps that momentum going: The refactoring-code skill, bundled in JetBrains Rider Median task time before: 157.9s → after: 26.6s 83% faster Cost per …


    Read More
  • How to Set Up T3 Code and Tailscale on Windows and Phone

    calendar Aug 19, 2026 · ardalis.com/blog
    How to Set Up T3 Code and Tailscale on Windows and Phone

    T3 Code provides a convenient interface for working with coding agents such as Claude Code and Codex. One of its more interesting features is that the T3 client doesn’t need to run on the same computer as the agent. That means you can start a Claude Code session on your development workstation, walk away, and continue …


    Read More
  • CritterWatch 1.0 Live Stream Today

    calendar Aug 19, 2026 · jeremydmiller.com
    CritterWatch 1.0 Live Stream Today

    We’re doing a live stream today on the CritterWatch 1.0 release — but it’s maybe a little dicy whether the official release happens before or after the live stream:-) Link to article: https://jeremydmiller.com/2026/08/19/critterwatch-1-0-live-stream-today/


    Read More
  • What’s Fixed and Improved in PyCharm 2026.2

    calendar Aug 19, 2026 · blog.jetbrains.com
    What’s Fixed and Improved in PyCharm 2026.2

    Across the PyCharm 2026.2 release line, we shipped 263 fixes and improvements. Many improve Python code insight directly, with more precise type inference, fewer false positives, smarter completion and imports, and more reliable refactoring. Here are some of the smaller changes you’re likely to notice in everyday …


    Read More
  • How to Migrate From Atlassian Jira and Confluence to YouTrack: Expert Guide

    calendar Aug 19, 2026 · blog.jetbrains.com
    How to Migrate From Atlassian Jira and Confluence to YouTrack: Expert Guide

    Atlassian recently announced that they are suspending sales for Data Center Products, followed by the end of life for those products in 2029. Additionally, this August, Atlassian began using certain customer data to improve its AI experiences. In light of these changes, switching to an alternative solution has become a …


    Read More
  • Replit expands access to software creation with GPT-5.6 Luna

    calendar Aug 19, 2026 · openai.com/blog
    Replit expands access to software creation with GPT-5.6 Luna

    Replit introduces Free Mode, powered by GPT-5.6 Luna, so anyone can turn ideas into working software without worrying about token costs. Link to article: https://openai.com/index/replit


    Read More
  • Boost Your .NET Networking with Spargine: SocketExtensions That Röck

    calendar Aug 19, 2026 · dotnettips.wordpress.com
    Boost Your .NET Networking with Spargine: SocketExtensions That Röck

    Spargine's SocketExtensions simplifies .NET socket programming by offering reusable extension methods that enhance control over networking tasks. It reduces boilerplate code related to port binding, buffer configuration, keep-alive settings, and timeouts. This package streamlines socket operations, making code cleaner …


    Read More
  • Aspire 13.5: Fresh pixels and better workflows

    calendar Aug 18, 2026 · devblogs.microsoft.com
    Aspire 13.5: Fresh pixels and better workflows

    Aspire 13 thus far has been all about expanding Aspire's capabilities across languages, deployment targets, and coding agents. We've shipped a full-parity TypeScript AppHost, tons of CLI features, an optimized docs workflow, Kubernetes and Docker Compose deployment integrations, and plenty more. We figured that after a …


    Read More
  • CritterWatch RC.10 — the final one!

    calendar Aug 18, 2026 · jeremydmiller.com
    CritterWatch RC.10 — the final one!

    CritterWatch will have its 1.0 release tomorrow (Wednesday, August 19th) just in time for a live stream on YouTube to show just the user interface part of CritterWatch. Today though, we finally got one last RC.10 release out for some much delayed feedback. We made a large amount of changes to optimize performance based …


    Read More
  • Announcing AppxManifest IntelliSense Support in the WinApp VS Code Extension

    calendar Aug 18, 2026 · devblogs.microsoft.com
    Announcing AppxManifest IntelliSense Support in the WinApp VS Code Extension

    Link to article: https://devblogs.microsoft.com/ifdef-windows/appxmanifest-intellisense-support-in-vs-code


    Read More
  • Azure Cosmos DB in the Agentic Era: Data Tools for Developers and AI Agents

    calendar Aug 18, 2026 · devblogs.microsoft.com
    Azure Cosmos DB in the Agentic Era: Data Tools for Developers and AI Agents

    Anthropic's 2026 Agentic Coding Trends Report captures an important tension in how developers use AI. Engineers report using AI in roughly 60% of their work, yet say they can fully delegate only 0–20% of their tasks. AI is bec Link to article: …


    Read More
  • Strengthening democratic oversight in national security

    calendar Aug 18, 2026 · openai.com/blog
    Strengthening democratic oversight in national security

    OpenAI launches an initiative to strengthen democratic oversight of AI in national security, supporting government institutions with tools, training, and expertise. Link to article: https://openai.com/index/strengthening-democratic-oversight-in-national-security


    Read More
  • Amazon Bedrock AgentCore payments is now generally available: Enabling agents to transact safely and autonomously at scale

    calendar Aug 18, 2026 · aws.amazon.com/blogs/machine-learning
    Amazon Bedrock AgentCore payments is now generally available: Enabling agents to transact safely and autonomously at scale

    Amazon Bedrock AgentCore payments is now generally available, enabling AI agents to autonomously transact at scale with built-in spending guardrails, protocol-agnostic payment orchestration, and production-ready observability. Link to article: …


    Read More
  • The Two Hybrid Searches in Microsoft SQL

    calendar Aug 18, 2026 · devblogs.microsoft.com
    The Two Hybrid Searches in Microsoft SQL

    Hybrid search is usually described as combining keyword search with vector search. Microsoft SQL does that, for sure, but we do quite a bit more right out of the box. SQL dynamically evaluates queries and switches between kNN and ANN vector search based on cost and selectivity. These two types of hybrid search, work …


    Read More
  • Customize Amazon Quick embedded chat into your application

    calendar Aug 18, 2026 · aws.amazon.com/blogs/machine-learning
    Customize Amazon Quick embedded chat into your application

    Amazon Quick embedded chat brings a conversational AI interface into your web application. This post walks through customizing the embedded chat with container and SDK styling, branding removal, and a custom agent persona so it matches your brand's look, feel, and voice. Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top