.NET on AWS Blog

Category: Artificial Intelligence

Modernize Xamarin.Forms to .NET MAUI with AWS Transform

AWS Transform is an agentic service that accelerates modernization, including .NET applications. With it, you can transform legacy .NET applications to modern cross-platform .NET. AWS Transform can port your Xamarin.Forms mobile applications to .NET Multi-platform App UI (MAUI). In this post, I’ll show you how to transform your Xamarin.Forms projects to modern .NET MAUI. Why […]

Modernize ASP.NET Web Forms UI to Blazor with AWS Transform

AWS Transform is an agentic service that accelerates modernization, including .NET applications. With it, you can transform .NET Framework Windows applications to cross-platform .NET and reduce operating costs up to 40% by running on Linux. For ASP.NET web applications, AWS Transform can port the UI layer to ASP.NET Core. In this post, I’ll explain how […]

Modernize ASP.NET MVC Razor UI with AWS Transform

AWS Transform is an agentic service that accelerates modernization, including .NET applications. With it, you can transform .NET Framework Windows applications to cross-platform .NET and reduce operating costs up to 40% by running on Linux. For ASP.NET web applications, AWS Transform can port the UI layer to ASP.NET Core. In this post, I’ll explain how […]

Announcing AWS Transform for .NET detailed transformation reports

Adi Parab, Charlize Yeh, Eunah Lee, Nits Jeganathan, Ramapulla Chennuru, Saksham Bhalla, and Samiullah Mohammed contributed to this blog post. AWS Transform for .NET is an agentic AI service for modernizing .NET applications at scale. Customers have asked us for more transparency into what happens during transformation, such as the reasons for file changes and actionable error […]

AWS Transform for .NET now supports connection to Azure Repos and Azure Artifacts

In May 2025, we launched AWS Transform for .NET with the capability to connect and download .NET code bases from GitHub, GitLab, or Bitbucket for transformation (described in the AWS Transform User Guide). AWS Transform now also supports code bases in Azure Repos and Azure Artifacts. With this new capability, you can transform .NET applications […]

AWS Transform for .NET now supports chat about assessments and transformations

AWS Transform for .NET accelerates large-scale modernization of .NET projects, including porting .NET Framework to cross-platform .NET as well as .NET upgrades. Today we are releasing a new feature that allows you to gain insights about transformation jobs using chat from the web console. This new chat capability lets you ask about repository assessments and […]

Serverless solution to summarize text using Amazon Bedrock Converse API in .NET

Introduction Imagine you want to create intelligent text summarization tools without managing infrastructure. How can you efficiently build AI-powered solutions that can transform lengthy documents into concise summaries? Amazon Bedrock, a fully managed service from AWS, addresses this challenge by optimizing text summarization through its Converse API. The Converse API provides a standardized interface for […]

Cover slide: Build a .NET Context-Aware Generative AI Chatbot using Amazon Bedrock and LangChain

Build a .NET Context-Aware Generative AI Chatbot using Amazon Bedrock and LangChain

Generative AI is taking chatbots to the next level by empowering them to engage in human-like dialogues. These advanced conversational agents understand and respond to complex queries, provide personalized assistance, and even generate creative content. This blog post shows how to build a context-aware chatbot using Amazon Bedrock and LangChain in a .NET environment. The choice […]

Implementing Semantic Search using Amazon Bedrock and RDS for PostgreSQL in .NET

Introduction Large language models (LLMs) are driving the rapid growth of semantic search applications. Semantic search understands both user intent and content context, rather than just matching keywords. LLMs enhance this capability through their advanced language processing abilities. These AI models can process multiple content formats, including text, images, audio, and video. The users receive […]

Empowering .NET Developers: C# in Amazon SageMaker Jupyter Notebooks using Amazon Bedrock

Razvan Pat contributed to this article. Introduction As .NET developers, we often find ourselves at a crossroads when venturing into the world of machine learning and AI. While Python dominates this space, what if you could leverage your C# skills in a powerful machine learning (ML) environment? That’s exactly what we’re exploring today: how to […]