.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • 12 practices for optimizing PostgreSQL queries for large datasets

    calendar Apr 21, 2026 · blog.elmah.io
    12 practices for optimizing PostgreSQL queries for large datasets

    A database is the root of most applications. Anything displayed or any operations performed often rely on the database. So, to build a loyal client base, you have to think in terms of a database. In today's post, I will go through some key strategies you can apply Link to article: …


    Read More
  • GitHub Copilot meets Azure Developer CLI: AI-assisted project setup and error troubleshooting

    calendar Apr 21, 2026 · devblogs.microsoft.com
    GitHub Copilot meets Azure Developer CLI: AI-assisted project setup and error troubleshooting

    The Azure Developer CLI (azd) now integrates with GitHub Copilot in two ways: AI-assisted project scaffolding during azd init and intelligent error troubleshooting when commands fail. Both features keep you in the terminal and use Copilot's reasoning to reduce manual work. Prerequisites To use these feature Link to …


    Read More
  • Busy Plugin Developers Newsletter – Q1 2026

    calendar Apr 20, 2026 · blog.jetbrains.com
    Busy Plugin Developers Newsletter – Q1 2026

    Your quarterly dose of plugin dev news, tools, and tips from JetBrains. 🧩 Marketplace Updates Updated Approval Guidelines: New Technical Requirement We’ve added a new clause to the Plugin Approval Criteria, under Section 2.2: c. The Plugin must not modify, hide, intercept, or otherwise interfere with the functionality …


    Read More
  • C# String to Byte Array: UTF-8, Encoding, and Span Conversions

    calendar Apr 20, 2026 · devleader.ca
    C# String to Byte Array: UTF-8, Encoding, and Span Conversions

    Learn how to convert a C# string to byte array using UTF-8 encoding, Encoding class, Span, and .NET 7 u8 literals with performance-focused code examples. Link to article: https://www.devleader.ca/2026/04/20/c-string-to-byte-array-utf8-encoding-and-span-conversions


    Read More
  • Writing Node.js addons with .NET Native AOT

    calendar Apr 20, 2026 · devblogs.microsoft.com
    Writing Node.js addons with .NET Native AOT

    C# Dev Kit is a VS Code extension. Like all VS Code extensions, its front end is TypeScript running in Node.js. For certain platform-specific tasks, such as reading the Windows Registry, we've historically used native Node.js addons written in C++, which Link to article: …


    Read More
  • Accelerate Generative AI Inference on Amazon SageMaker AI with G7e Instances

    calendar Apr 20, 2026 · aws.amazon.com/blogs/machine-learning
    Accelerate Generative AI Inference on Amazon SageMaker AI with G7e Instances

    Today, we are thrilled to announce the availability of G7e instances powered by NVIDIA RTX PRO 6000 Blackwell Server Edition GPUs on Amazon SageMaker AI. You can provision nodes with 1, 2, 4, and 8 RTX PRO 6000 GPU instances, with each GPU providing 96 GB of GDDR7 memory. This launch provides the capability to use a …


    Read More
  • ToolSimulator: scalable tool testing for AI agents

    calendar Apr 20, 2026 · aws.amazon.com/blogs/machine-learning
    ToolSimulator: scalable tool testing for AI agents

    You can use ToolSimulator, an LLM-powered tool simulation framework within Strands Evals, to thoroughly and safely test AI agents that rely on external tools, at scale. Instead of risking live API calls that expose personally identifiable information (PII), trigger unintended actions, or settling for static mocks that …


    Read More
  • Customizing the Wolverine Code Generation Model

    calendar Apr 20, 2026 · jeremydmiller.com
    Customizing the Wolverine Code Generation Model

    All of this sample code is checked in on GitHub at https://github.com/JasperFx/CritterStackSamples/tree/main/Reports. When you develop with Wolverine as your application framework, Wolverine is really trying to push you toward using pure functions for your main message handler or HTTP endpoint methods. Recently, I was …


    Read More
  • Omnichannel ordering with Amazon Bedrock AgentCore and Amazon Nova 2 Sonic

    calendar Apr 20, 2026 · aws.amazon.com/blogs/machine-learning
    Omnichannel ordering with Amazon Bedrock AgentCore and Amazon Nova 2 Sonic

    In this post, we'll show you how to build a complete omnichannel ordering system using Amazon Bedrock AgentCore, an agentic platform, to build, deploy, and operate highly effective AI agents securely at scale using any framework and foundation model and Amazon Nova 2 Sonic. Link to article: …


    Read More
  • Helping Decision-Makers Say Yes to Kotlin Multiplatform (KMP)

    calendar Apr 20, 2026 · blog.jetbrains.com
    Helping Decision-Makers Say Yes to Kotlin Multiplatform (KMP)

    This post was written by external contributors from Touchlab. KMP is a strategic platform In the current competitive landscape, the traditional mobile development model characterized by maintaining independent, duplicated codebases for iOS and Android is no longer a sustainable use of capital. This approach …


    Read More
  • Guidance Counselor 2.0 with David McCarter

    calendar Apr 20, 2026 · dotnettips.wordpress.com
    Guidance Counselor 2.0 with David McCarter

    Join Taylor Desseyn and David McCarter live on the Guidance Counselor 2.0 podcast on April 21, 2026, at 9:30 AM CST. They'll discuss strategies for success in the tech job market, insights from McCarter's book "Rock Your Career," and provide valuable advice for preparing for technical interviews. Don't miss …


    Read More
  • How did code handle 24-bit-per-pixel formats when using video cards with bank-switched memory?

    calendar Apr 20, 2026 · devblogs.microsoft.com
    How did code handle 24-bit-per-pixel formats when using video cards with bank-switched memory?

    On the topic of what happens if an access violation straddles multiple pages, Link to article: https://devblogs.microsoft.com/oldnewthing/20260420-00/?p=112245


    Read More
  • 7 Best Static Code Analysis Tools

    calendar Apr 20, 2026 · blog.jetbrains.com
    7 Best Static Code Analysis Tools

    Investing in static code analysis tools might seem straightforward, but finding one that truly fits your team can be tough. Most tools promise the usual benefits: cleaner code, fewer bugs, better security, and more consistency in code reviews. Yet in reality, there’s a big difference between a tool the team embraces …


    Read More
  • Command Pattern Best Practices in C#: Code Organization and Maintainability

    calendar Apr 20, 2026 · devleader.ca
    Command Pattern Best Practices in C#: Code Organization and Maintainability

    Master command pattern best practices in C# including single responsibility commands, proper undo implementation, command validation, and organized architectures. Link to article: https://www.devleader.ca/2026/04/20/command-pattern-best-practices-in-c-code-organization-and-maintainability


    Read More
  • Evaluating CRON and RRule expressions in .NET

    calendar Apr 20, 2026 · meziantou.net
    Evaluating CRON and RRule expressions in .NET

    Evaluating recurring date patterns is a common requirement in many applications. Whether you need every day, every Monday at 9 AM, or the last day of each month, you need a reliable way to calculate upcoming occurrences. Meziantou.Framework.Scheduling is a NuGet package that parses and evaluates both CRON expressions …


    Read More
  • Discoverable - Observable MCP Server

    calendar Apr 20, 2026 · devblogs.microsoft.com
    Discoverable - Observable MCP Server

    Introduction: The Problem The Novo Nordisk Clinical AI team and the ISE group in Microsoft partnered in an engagement that began as a series of data science experiments and gradually evolved into a production capability by "promoting" experimental code into MCP Tools or Agents. Targeting the submission of …


    Read More
  • The Context Switching Problem Every Dev Faces - Dev Leader Weekly 136

    calendar Apr 20, 2026 · devleader.ca
    The Context Switching Problem Every Dev Faces - Dev Leader Weekly 136

    Welcome to another issue of Dev Leader Weekly! In this issue, I discuss context switching -- why it's unavoidable, how startups and big companies handle it differently, and what you can actually do about it. Link to article: …


    Read More
  • Remove sign-up from Entra External ID user flows

    calendar Apr 20, 2026 · damienbod.com
    Remove sign-up from Entra External ID user flows

    This article shows how to remove the sign-up flow from Entra External ID user flows. This is required because SMS and Phone validation can be abused by bots to run up costs on the tenant. The bots create accounts and start a phone validation or a SMS validation which is charged to the tenant. The […] Link to article: …


    Read More
  • OpenAI helps Hyatt advance AI among colleagues

    calendar Apr 20, 2026 · openai.com/blog
    OpenAI helps Hyatt advance AI among colleagues

    Hyatt deploys ChatGPT Enterprise across its global workforce, using GPT-5.4 and Codex to improve productivity, operations, and guest experiences. Link to article: https://openai.com/index/hyatt-advances-ai-with-chatgpt-enterprise


    Read More
  • Feature Slicing Without MediatR in C#: Plain Handlers That Actually Work

    calendar Apr 19, 2026 · devleader.ca
    Feature Slicing Without MediatR in C#: Plain Handlers That Actually Work

    Learn how to implement feature slicing in C# without MediatR. Build clean, testable feature handlers using plain classes and ASP.NET Core Minimal APIs. Link to article: https://www.devleader.ca/2026/04/19/feature-slicing-without-mediatr-in-c-plain-handlers-that-actually-work


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top