.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • OpenAI’s letter to Governor Abbott on responsible AI infrastructure in Texas

    calendar Aug 10, 2026 · openai.com/blog
    OpenAI’s letter to Governor Abbott on responsible AI infrastructure in Texas

    OpenAI sent Governor Greg Abbott a letter outlining its commitment to responsible AI infrastructure in Texas. The letter supports reliable, transparent growth that benefits Texans. Link to article: https://openai.com/index/responsible-ai-infrastructure-texas


    Read More
  • IntelliJ IDEA 2026.2.1 Is Out!

    calendar Aug 10, 2026 · blog.jetbrains.com
    IntelliJ IDEA 2026.2.1 Is Out!

    We’ve just released the first minor update for IntelliJ IDEA 2026.2 – v2026.2.1. You can update to this version from inside the IDE, using the Toolbox App, or using snaps if you are a Ubuntu user. You can also download it from our website. Here are the most notable updates: To find out more details about the […] Link …


    Read More
  • Chrome DevTools Connect for WebStorm: Your AI agent can now interact with the browser

    calendar Aug 10, 2026 · blog.jetbrains.com
    Chrome DevTools Connect for WebStorm: Your AI agent can now interact with the browser

    Frontend development has historically meant working in three separate environments: a design tool for specs and prototypes, the IDE for coding, and a browser to check if everything works. A few days ago, we released the new plugin Figma Connect for WebStorm, which eliminated the first context switch. Design intent, …


    Read More
  • Model ML completes finance work more efficiently with GPT-5.6 Sol

    calendar Aug 10, 2026 · openai.com/blog
    Model ML completes finance work more efficiently with GPT-5.6 Sol

    Model ML uses GPT-5.6 Sol to carry finance work from research and analysis through editable, traceable PowerPoint decks and Excel workbooks. Link to article: https://openai.com/index/model-ml


    Read More
  • Snapshot testing in .NET with Meziantou.Framework.SnapshotTesting

    calendar Aug 10, 2026 · meziantou.net
    Snapshot testing in .NET with Meziantou.Framework.SnapshotTesting

    Snapshot testing is a technique where the output of a function or component is serialized and saved to disk the first time the test runs. On every subsequent run, the library re-serializes the output and compares it against the saved file. If they differ, the test fails. Meziantou.Framework.SnapshotTesting is a .NET …


    Read More
  • calendar Aug 10, 2026 · blog.jetbrains.com

    20 Years, 1 MissionMeet Qodana Lead Alex Gopachenko Twenty years is a lifetime in software engineering. Languages rise and fall. Frameworks become obsolete. Entire categories of developer tools appear, dominate the industry, and quietly disappear again. Yet through two decades of change at JetBrains, one engineer has …


    Read More
  • Expanding Daybreak as the Cyber Defense Window Narrows

    calendar Aug 10, 2026 · openai.com/blog
    Expanding Daybreak as the Cyber Defense Window Narrows

    Meet GPT-5.6-Cyber, OpenAI’s cybersecurity-specific model available through Daybreak Red for authorized vulnerability research, exploit validation, and security testing. Link to article: https://openai.com/index/expanding-daybreak-as-the-cyber-defense-window-narrows


    Read More
  • Putting frontier cyber models in more trusted hands

    calendar Aug 10, 2026 · openai.com/blog
    Putting frontier cyber models in more trusted hands

    Approved Daybreak partners can use OpenAI’s frontier cyber models to deliver authorized, governed cybersecurity services to customers. Link to article: https://openai.com/index/putting-frontier-cyber-models-in-more-trusted-hands


    Read More
  • I Enabled RBAC and Everything Broke. What Did I Do Wrong?

    calendar Aug 10, 2026 · devblogs.microsoft.com
    I Enabled RBAC and Everything Broke. What Did I Do Wrong?

    We covered the roles your Azure Cosmos DB app needs in our previous post. Now let’s look at what happens after you’ve assigned those roles, switched identities, disabled keys and suddenly staring at a 403. As we Link to article: …


    Read More
  • Implement BFF using Auth0, Angular and ASP.NET Core

    calendar Aug 10, 2026 · damienbod.com
    Implement BFF using Auth0, Angular and ASP.NET Core

    This post should how to implement a web application which needs secure access and secure identities. The application uses Angular as the UI tech, ASP.NET Core as the backend tech and a backend for frontend security architecture using OpenID Connect, OAuth and Auth0 as the identity provider. Code: …


    Read More
  • How Zapier transformed core marketing processes with ChatGPT Work

    calendar Aug 10, 2026 · openai.com/blog
    How Zapier transformed core marketing processes with ChatGPT Work

    The enterprise marketing team at Zapier uses ChatGPT Work to reduce the number of drop-offs in its lead funnel, build campaign assets, and automate reporting. Link to article: https://openai.com/index/zapier


    Read More
  • Premium seats are coming to ChatGPT Business

    calendar Aug 10, 2026 · openai.com/blog
    Premium seats are coming to ChatGPT Business

    Premium seats are coming to ChatGPT Business. Sign up by August 20 to get $100 in workspace credits and unlock higher usage for your team's most demanding work. Link to article: https://openai.com/index/premium-seats-chatgpt-business


    Read More
  • Virgin Atlantic sharpens customer journeys with ChatGPT Work

    calendar Aug 10, 2026 · openai.com/blog
    Virgin Atlantic sharpens customer journeys with ChatGPT Work

    Virgin Atlantic is accelerating research, product planning, and decision-making with ChatGPT Work, helping teams connect signals across the customer journey. Link to article: https://openai.com/index/virgin-atlantic/chatgpt-work


    Read More
  • NLog Rules and Filters: Routing Logs in .NET

    calendar Aug 9, 2026 · devleader.ca
    NLog Rules and Filters: Routing Logs in .NET

    Learn how NLog rules and filters work in .NET. Covers rule matching by logger name and level, final rules, writeTo routing, when filters, and silencing noisy Microsoft.* logs. Link to article: https://www.devleader.ca/2026/08/09/nlog-rules-and-filters-routing-logs-in-net


    Read More
  • What Comes After Senior Software Engineer? - Dev Leader Weekly 152

    calendar Aug 9, 2026 · devleader.ca
    What Comes After Senior Software Engineer? - Dev Leader Weekly 152

    Welcome to another issue of Dev Leader Weekly! In this issue, I discuss why moving beyond senior engineer is hard and what career success can look like. Link to article: https://www.devleader.ca/2026/08/09/what-comes-after-senior-software-engineer-dev-leader-weekly-152


    Read More
  • .NET Threads: The Performance Trap Hiding in Your Code

    calendar Aug 9, 2026 · dotnettips.wordpress.com
    .NET Threads: The Performance Trap Hiding in Your Code

    Creating background tasks in .NET applications is crucial to maintain responsiveness. While dedicated threads can be used, they incur significant overhead. Link to article: https://dotnettips.com/2026/08/09/net-threads-the-performance-trap-hiding-in-your-code/


    Read More
  • Persisting a Rich Domain Model With EF Core

    calendar Aug 8, 2026 · milanjovanovic.tech
    Persisting a Rich Domain Model With EF Core

    Every time I show a rich domain model, someone tells me it can't work with EF Core: "EF needs public setters and a public constructor, so the anemic model is… Link to article: https://milanjovanovic.tech/blog/persisting-a-rich-domain-model-with-ef-core


    Read More
  • NLog Layout Renderers and Structured Logging in C#

    calendar Aug 7, 2026 · devleader.ca
    NLog Layout Renderers and Structured Logging in C#

    Master NLog layout renderers and structured logging in C#. Learn how to use JsonLayout, message templates, MDC correlation IDs, and custom layout renderers with real .NET examples. Link to article: https://www.devleader.ca/2026/08/07/nlog-layout-renderers-and-structured-logging-in-c


    Read More
  • How Cohere Health digitizes clinical policies using Amazon Bedrock AgentCore

    calendar Aug 7, 2026 · aws.amazon.com/blogs/machine-learning
    How Cohere Health digitizes clinical policies using Amazon Bedrock AgentCore

    In this post, you learn how Cohere Health built a multi-tenant agentic architecture on AgentCore using AgentCore Runtime’s secure MicroVM isolation, unified tool access through AgentCore Gateway, AgentCore Memory, and the Agent Skills open standard to rapidly scale policy digitization capabilities, while preserving …


    Read More
  • How TReNDS automates root-cause analysis with Amazon Bedrock

    calendar Aug 7, 2026 · aws.amazon.com/blogs/machine-learning
    How TReNDS automates root-cause analysis with Amazon Bedrock

    TReNDS, a research center at Georgia State University, built an agentic AI pipeline on Amazon Bedrock and the open-source Strands Agents SDK that automatically investigates production errors in real time, reducing root-cause analysis from 15 to 30 minutes of manual work to under 60 seconds. Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top