.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Automate repetitive tasks with Amazon Quick Flows

    calendar Apr 27, 2026 · aws.amazon.com/blogs/machine-learning
    Automate repetitive tasks with Amazon Quick Flows

    This post shows you how to build your first AI-powered workflow, using Amazon Quick, starting with a financial analysis tool and progressing to an advanced employee onboarding automation. Link to article: https://aws.amazon.com/blogs/machine-learning/automate-repetitive-tasks-with-amazon-quick-flows/


    Read More
  • Build and deploy an automatic sync solution for Amazon Bedrock Knowledge Bases

    calendar Apr 27, 2026 · aws.amazon.com/blogs/machine-learning
    Build and deploy an automatic sync solution for Amazon Bedrock Knowledge Bases

    In this post, we explore an automated solution that detects S3 events and triggers ingestion jobs while respecting service quotas and providing comprehensive monitoring. This serverless solution uses an event-driven architecture to keep your knowledge base current without overwhelming the Amazon Bedrock APIs. Link to …


    Read More
  • Announcing Shader Model 6.10 Preview and AgilitySDK 720 Preview

    calendar Apr 27, 2026 · devblogs.microsoft.com
    Announcing Shader Model 6.10 Preview and AgilitySDK 720 Preview

    Overview Today, we are pleased to announce that Shader Model 6.10 and other features have been officially released with Agility SDK 1.720-preview and complementary DXC 1.10.2605.2. AgilitySDK 1.720-preview exposes the following features. There's more de Link to article: …


    Read More
  • D3D12 LinAlg Matrix Preview

    calendar Apr 27, 2026 · devblogs.microsoft.com
    D3D12 LinAlg Matrix Preview

    Welcome to the D3D12 LinAlg Matrix Preview release! Today, we are excited to announce the preview release for the D3D12 Linear Algebra APIs! This feature set unlocks comprehensive hardware acceleration for Matrix-oriented operations across various use cases. Previously, we announced the Link to article: …


    Read More
  • Build Strands Agents with SageMaker AI models and MLflow

    calendar Apr 27, 2026 · aws.amazon.com/blogs/machine-learning
    Build Strands Agents with SageMaker AI models and MLflow

    In this post, we demonstrate how to build AI agents using Strands Agents SDK with models deployed on SageMaker AI endpoints. You will learn how to deploy foundation models from SageMaker JumpStart, integrate them with Strands Agents, and establish production-grade observability using SageMaker Serverless MLflow for …


    Read More
  • How Popsa used Amazon Nova to inspire customers with personalised title suggestions

    calendar Apr 27, 2026 · aws.amazon.com/blogs/machine-learning
    How Popsa used Amazon Nova to inspire customers with personalised title suggestions

    In this post, we share how we applied Amazon Bedrock and the Amazon Nova family of models to reimagine our Title Suggestion feature. By combining metadata, computer vision, and retrieval-augmented generative AI, we now automatically generate creative, brand-aligned titles and subtitles across 12 languages. Using the …


    Read More
  • Looking at consequences of passing too few register parameters to a C function on various architectures

    calendar Apr 27, 2026 · devblogs.microsoft.com
    Looking at consequences of passing too few register parameters to a C function on various architectures

    In our exploration of calling conventions for various processors on Windows, we learned that in many cases, some of the parameters are passed in registers. Suppose that there is a function that takes two parameters, but you know that the function ignores the second parameter if the first parameter is positive. What …


    Read More
  • JetBrains Annual Highlights 2026 Are Here!

    calendar Apr 27, 2026 · blog.jetbrains.com
    JetBrains Annual Highlights 2026 Are Here!

    In our industry, things move fast. There is always something new, something changing, or something worth keeping an eye on. Here is our look back at what happened at JetBrains in 2025, in a news-style recap: JetBrains continues to evolve alongside the software development landscape, helping individuals and …


    Read More
  • State vs Strategy Pattern in C#: Key Differences Explained

    calendar Apr 27, 2026 · devleader.ca
    State vs Strategy Pattern in C#: Key Differences Explained

    Compare state vs strategy pattern in C# with side-by-side code examples, key behavioral differences, and guidance on when to use each. Link to article: https://www.devleader.ca/2026/04/27/state-vs-strategy-pattern-in-c-key-differences-explained


    Read More
  • The next phase of the Microsoft OpenAI partnership

    calendar Apr 27, 2026 · openai.com/blog
    The next phase of the Microsoft OpenAI partnership

    OpenAI and Microsoft announce an amended agreement that simplifies the partnership, adds long-term clarity, and supports continued AI innovation at scale. Link to article: https://openai.com/index/next-phase-of-microsoft-partnership


    Read More
  • AI Career Fears Are Evolving -- Here's What I'm Hearing - Dev Leader Weekly 137

    calendar Apr 27, 2026 · devleader.ca
    AI Career Fears Are Evolving -- Here's What I'm Hearing - Dev Leader Weekly 137

    Welcome to another issue of Dev Leader Weekly! In this issue, I discuss the shifting landscape of AI-related career fears -- from being replaced to being left behind -- and how developers can navigate the change. Link to article: …


    Read More
  • An open-source spec for orchestration: Symphony

    calendar Apr 27, 2026 · openai.com/blog
    An open-source spec for orchestration: Symphony

    Learn how Symphony, an open-source spec for Codex orchestration, turns issue trackers into always-on agent systems—boosting engineering output and reducing context switching. Link to article: https://openai.com/index/open-source-codex-orchestration-symphony


    Read More
  • Choco automates food distribution with AI agents

    calendar Apr 27, 2026 · openai.com/blog
    Choco automates food distribution with AI agents

    How Choco used OpenAI APIs to streamline food distribution, boost productivity, and unlock growth—an in-depth customer story on real-world AI impact. Link to article: https://openai.com/index/choco


    Read More
  • C# Enum: Complete Guide to Enumerations in .NET

    calendar Apr 26, 2026 · devleader.ca
    C# Enum: Complete Guide to Enumerations in .NET

    Master C# enum with this complete guide. Learn to declare enums, use flags, convert to string, apply switch pattern matching, and follow .NET best practices. Link to article: https://www.devleader.ca/2026/04/26/c-enum-complete-guide-to-enumerations-in-net


    Read More
  • Our Principles

    calendar Apr 26, 2026 · openai.com/blog
    Our Principles

    Our mission is to ensure that AGI benefits all of humanity. Sam Altman shares five principles that guide our work. Link to article: https://openai.com/index/our-principles


    Read More
  • Facade Design Pattern in C#: Complete Guide with Examples

    calendar Apr 26, 2026 · devleader.ca
    Facade Design Pattern in C#: Complete Guide with Examples

    Master the facade design pattern in C# with practical examples showing simplified interfaces, subsystem encapsulation, and clean API design. Link to article: https://www.devleader.ca/2026/04/26/facade-design-pattern-in-c-complete-guide-with-examples


    Read More
  • How Static Code Analysis Helps Reduce Software Bugs, and Money Spent!

    calendar Apr 26, 2026 · blog.jetbrains.com
    How Static Code Analysis Helps Reduce Software Bugs, and Money Spent!

    Dealing with bugs is a natural part of software development. But it can also be among the most costly, especially when they don’t get discovered until later in the development lifecycle. The daunting part is that many bugs aren’t immediately obvious. Issues like memory leaks, default credentials, and hardcoded tokens …


    Read More
  • Collection Performance: Finding Items at Blazing Speed

    calendar Apr 26, 2026 · dotnettips.wordpress.com
    Collection Performance: Finding Items at Blazing Speed

    Checking whether a collection contains a specific item is a routine task in .NET, and with Contains() available on many collection types, it’s easy to assume they all perform similarly. In reality, the underlying data structure and search strategy make a dramatic difference, turning what looks like a simple lookup into …


    Read More
  • Microsoft .NET Code Analysis: Avoid Out Parameters in Methods

    calendar Apr 26, 2026 · dotnettips.wordpress.com
    Microsoft .NET Code Analysis: Avoid Out Parameters in Methods

    The excerpt emphasizes the importance of clarity and maintainability in designing APIs and methods in Microsoft .NET. It explains that while out parameters can be useful, they often lead to reduced readability and increased complexity. Their use should be limited to specific scenarios, particularly the Try pattern, for …


    Read More
  • Weekly Recap: C# Regex, State and Command Patterns, and Feature Slicing Apr 2026

    calendar Apr 26, 2026 · devleader.ca
    Weekly Recap: C# Regex, State and Command Patterns, and Feature Slicing Apr 2026

    This week covers complete guides on C# regular expressions, state pattern best practices, and command pattern real-world implementations. Plus feature slicing vs clean architecture, CQRS per feature, and C# string performance deep dives. Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top