.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • IntelliJ IDEA Conf 2026: Learn From the People Building the JVM Ecosystem

    calendar Jan 21, 2026 · blog.jetbrains.com
    IntelliJ IDEA Conf 2026: Learn From the People Building the JVM Ecosystem

    You’re invited to IntelliJ IDEA Conf 2026 – a free online conference for developers working across the JVM ecosystem. Join us for two days of in-depth technical talks, practical insights, and conversations with experts who build and shape modern Java and Kotlin development. The conference will take place online on …


    Read More
  • On the proper usage of a custom Win32 dialog class

    calendar Jan 21, 2026 · devblogs.microsoft.com
    On the proper usage of a custom Win32 dialog class

    Some time ago, I discussed custom dialog classes. You can specify that a dialog template use your custom dialog class by putting the custom class's name in the CLASS statement of the dialog template. A c Link to article: https://devblogs.microsoft.com/oldnewthing/20260121-00/?p=112002


    Read More
  • Catching Up with Recent Wolverine Releases

    calendar Jan 21, 2026 · jeremydmiller.com
    Catching Up with Recent Wolverine Releases

    Wolverine has had a very frequent release cadence the past couple months as community contributions, requests from JasperFx Software clients, and yes, sigh, bug reports have flowed in. Right now I think I can justifiably claim that Wolverine is innovating much faster than any of the other comparable tools in the .NET …


    Read More
  • Context-Driven Development: Agent Skills for Microsoft Foundry and Azure

    calendar Jan 21, 2026 · devblogs.microsoft.com
    Context-Driven Development: Agent Skills for Microsoft Foundry and Azure

    Code will be generated, not written. Working with 100+ companies, I have seen this firsthand: most enterprise workloads taking dependencies on AI SDKs are usually net-new microservices. Hardly anyone has Windows-scale codebases for their new AI features. This is modular, greenfield work. Perfect for coding agents. The …


    Read More
  • How Higgsfield turns simple ideas into cinematic social videos

    calendar Jan 21, 2026 · openai.com/blog
    How Higgsfield turns simple ideas into cinematic social videos

    Discover how Higgsfield gives creators cinematic, social-first video output from simple inputs using OpenAI GPT-4.1, GPT-5, and Sora 2. Link to article: https://openai.com/index/higgsfield


    Read More
  • How countries can end the capability overhang

    calendar Jan 21, 2026 · openai.com/blog
    How countries can end the capability overhang

    Our latest report reveals stark differences in advanced AI adoption across countries and outlines new initiatives to help nations capture productivity gains from AI. Link to article: https://openai.com/index/how-countries-can-end-the-capability-overhang


    Read More
  • Introducing Edu for Countries

    calendar Jan 21, 2026 · openai.com/blog
    Introducing Edu for Countries

    Edu for Countries is a new OpenAI initiative helping governments use AI to modernize education systems and build future-ready workforces. Link to article: https://openai.com/index/edu-for-countries


    Read More
  • Introducing Azure Performance Diagnostics Tool for Java: Automated Java Performance Analysis in Kubernetes via Azure SRE Agent

    calendar Jan 20, 2026 · devblogs.microsoft.com
    Introducing Azure Performance Diagnostics Tool for Java: Automated Java Performance Analysis in Kubernetes via Azure SRE Agent

    We're excited to announce that the Azure Performance Diagnostics Tool for Java is now available for preview as part of the Azure SRE Agent platform, bringing intelligent, automated Java performance diagnoses. Currently supporting Java workloads deployed to Azure Kubernetes S Link to article: …


    Read More
  • Introducing multimodal retrieval for Amazon Bedrock Knowledge Bases

    calendar Jan 20, 2026 · aws.amazon.com/blogs/machine-learning
    Introducing multimodal retrieval for Amazon Bedrock Knowledge Bases

    In this post, we'll guide you through building multimodal RAG applications. You'll learn how multimodal knowledge bases work, how to choose the right processing strategy based on your content type, and how to configure and implement multimodal retrieval using both the console and code examples. Link to article: …


    Read More
  • How to Avoid Common Pitfalls With JPA and Kotlin

    calendar Jan 20, 2026 · blog.jetbrains.com
    How to Avoid Common Pitfalls With JPA and Kotlin

    This post was written together with Thorben Janssen, who has more than 20 years of experience with JPA and Hibernate and is the author of “Hibernate Tips: More than 70 Solutions to Common Hibernate Problems” and the JPA newsletter. Kotlin and Jakarta Persistence (also known as JPA) are a popular combination for …


    Read More
  • PIX 2601.15 - new Intel plugin, many buffer viewer improvements, and more

    calendar Jan 20, 2026 · devblogs.microsoft.com
    PIX 2601.15 - new Intel plugin, many buffer viewer improvements, and more

    Today we released PIX version 2601.15, which can be downloaded here. This release includes everything in the previous 2509.25 release, plus: A new Intel plugin with many new featu Link to article: https://devblogs.microsoft.com/pix/pix-2601-15


    Read More
  • Go 1.25.6-1 and 1.24.12-1 Microsoft builds now available

    calendar Jan 20, 2026 · devblogs.microsoft.com
    Go 1.25.6-1 and 1.24.12-1 Microsoft builds now available

    A new release of the Microsoft build of Go including security fixes is now available for download. For more information about this release and the changes included, see the table below: Microsoft Release Upstream Tag Link to article: …


    Read More
  • Easier Query Models with Marten

    calendar Jan 20, 2026 · jeremydmiller.com
    Easier Query Models with Marten

    The Marten community made our first big release of the new year with 8.18 this morning. I’m particularly happy with a couple significant things in this release: The one consistent theme in those points is that Marten just got a lot better for our users for creating “query models” in systems. Let’s Build a TeleHealth … …


    Read More
  • Microspeak: On fire, putting out fires

    calendar Jan 20, 2026 · devblogs.microsoft.com
    Microspeak: On fire, putting out fires

    Remember, Microspeak is not necessarily jargon exclusive to Microsoft, but it's jargon that you need to know if you work at Microsoft. When something has gone horribly wrong and requires immediate attention, one way to describe it is to say that it is on fire. The obvious metaphor here is that the situation is so …


    Read More
  • PowerToys 0.97 is here: a big Command Palette update and a new mouse utility

    calendar Jan 20, 2026 · devblogs.microsoft.com
    PowerToys 0.97 is here: a big Command Palette update and a new mouse utility

    Link to article: https://devblogs.microsoft.com/commandline/powertoys-0-97-is-here-a-big-command-palette-update-and-a-new-mouse-utility


    Read More
  • Cisco and OpenAI redefine enterprise engineering with AI agents

    calendar Jan 20, 2026 · openai.com/blog
    Cisco and OpenAI redefine enterprise engineering with AI agents

    Cisco and OpenAI redefine enterprise engineering with Codex, an AI software agent embedded in workflows to speed builds, automate defect fixes, and enable AI-native development. Link to article: https://openai.com/index/cisco


    Read More
  • Making foreach on an IEnumerable allocation-free using reflection and dynamic methods

    calendar Jan 20, 2026 · andrewlock.net
    Making foreach on an IEnumerable allocation-free using reflection and dynamic methods

    In this post I describe why foreach sometimes allocates, and show how you can use DynamicMethod and Reflection.Emit to go allocation-free Link to article: https://andrewlock.net/making-foreach-on-an-ienumerable-allocation-free-using-reflection-and-dynamic-methods/


    Read More
  • New in .NET 10 and C# 14: Fast Model Validation for APIs

    calendar Jan 20, 2026 · blog.elmah.io
    New in .NET 10 and C# 14: Fast Model Validation for APIs

    .NET 10 is officially out, along with C# 14. Microsoft has released .NET 10 as Long-Term Support (LTS) as a successor to .NET 8. Like every version, it is not just an update but brings something new to the table. In this series, we will explore which aspects of software Link to article: …


    Read More
  • ServiceNow powers actionable enterprise AI with OpenAI

    calendar Jan 20, 2026 · openai.com/blog
    ServiceNow powers actionable enterprise AI with OpenAI

    ServiceNow expands access to OpenAI frontier models to power AI-driven enterprise workflows, summarization, search, and voice across the ServiceNow Platform. Link to article: https://openai.com/index/servicenow-powers-actionable-enterprise-ai-with-openai


    Read More
  • Code opinion: why I prefer avoiding the Async suffix in C# asynchronous methods

    calendar Jan 20, 2026 · code4it.dev
    Code opinion: why I prefer avoiding the Async suffix in C# asynchronous methods

    Should every asynchronous method name end with Async? Does it bring more benefits or more downsides? Let’s reason about this habit, which is common among C# developers. Link to article: https://www.code4it.dev/blog/code-opinion-async-suffix/


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top