


      <rss version="2.0">
         <channel>
            <title><![CDATA[.NET Curry: ASP.NET Core]]></title>
            <link>https://www.dotnetcurry.com/</link>
            <description>.NET Curry: the site for Microsoft Enthusiasts</description>
            <copyright>Copyright 2009 by Suprotim Agarwal on behalf of dotnetcurry.com</copyright>
   
      <item>
         <title><![CDATA[What's New for ASP.NET Core & Blazor in .NET 9]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[.NET 9 is here, and it's packed with goodies for ASP.NET Core and Blazor! Let's explore the cool new features like smarter static assets, smoother Blazor, and easier authentication.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1608]]></link>
         <pubDate>Fri, 15 Nov 2024 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Custom middleware in an ASP.NET Core application]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[This article focuses on the implementation of custom middleware in ASP.NET Core, exploring examples of how custom middleware can be created for logging, exception handling, and caching. It delves into how custom middleware can be combined with built-in middleware to create a flexible processing pipeline tailored to meet the specific requirements of an application. By the end of the article, you will have a deeper understanding of the benefits and implementation of custom middleware in ASP.NET Core.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1589]]></link>
         <pubDate>Sun, 18 Jun 2023 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Localized Application in Blazor WebAssembly]]></title>
         <author><![CDATA[Mahesh Sabnis]]></author>
         <description><![CDATA[This tutorial provides a step-by-step guide on integrating localization into a Blazor WebAssembly application using the Microsoft.Extensions.Localization NuGet package. It outlines creating the project, installing necessary resources, and configuring for dynamic cultural adaptation, thereby enhancing usability for a global audience.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1600]]></link>
         <pubDate>Sat, 03 Jun 2023 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Middleware in ASP.NET Core]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[This article explores the concept of Middleware in ASP.NET Core and its key components. It explains the architecture of Middleware and the advantages it offers to developers. The article also provides examples of commonly used Middleware components such as authentication, routing, and exception handling. It delves into the configuration of the Middleware pipeline and discusses differences between ASP.NET Framework and ASP.NET Core Middleware. This article serves as a comprehensive guide for developers who want to understand and implement Middleware in their ASP.NET Core applications.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1588]]></link>
         <pubDate>Mon, 15 May 2023 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Deploying Blazor WebAssembly applications to Azure Static Web Apps]]></title>
         <author><![CDATA[Damir Arh]]></author>
         <description><![CDATA[In this tutorial, I compare Azure Static Web Apps with Azure App Service and explain how to publish a Blazor WebAssembly application as a Static Web App.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1582]]></link>
         <pubDate>Thu, 12 May 2022 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Server-side JavaScript for .NET developers – Part I (Node.js fundamentals)]]></title>
         <author><![CDATA[Daniel Jimenez Garcia]]></author>
         <description><![CDATA[In this series of articles, we will take a look at JavaScript as a compelling platform for .NET server-side web applications and services. Node.js can be a very efficient tool for building web servers and modern JavaScript, the one supported by current versions of Node.js, can be quite a productive development environment for .NET Devs.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1580]]></link>
         <pubDate>Thu, 17 Feb 2022 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Cloud Applications - Internal Application Architecture with Design Patterns]]></title>
         <author><![CDATA[Damir Arh]]></author>
         <description><![CDATA[Learn about cloud applications, study it's internal architecture as well as several design patterns that are especially useful in such applications.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1576]]></link>
         <pubDate>Thu, 02 Sep 2021 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[ASP.NET Core: State Management in Blazor Applications]]></title>
         <author><![CDATA[Mahesh Sabnis]]></author>
         <description><![CDATA[State Management is one of the much-needed features in modern web applications. In this Blazor Tutorial, we will be discussing about the state management features provided by ASP.NET Core Blazor in browsers, which can save a round trip to the server.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1574]]></link>
         <pubDate>Mon, 14 Jun 2021 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Using Blazor WebAssembly, SignalR and C# 9 to create Full-stack Real time Applications]]></title>
         <author><![CDATA[Daniel Jimenez Garcia]]></author>
         <description><![CDATA[In this tutorial, we will put Blazor WebAssembly under test by building a small real time survey application leveraging SignalR for its real time functionality across both frontend and backend. We will also use the latest ASP.NET libraries in .NET 5 and C# 9.0 and check out some of the new language features like record types.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1570]]></link>
         <pubDate>Tue, 27 Apr 2021 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Kubernetes for ASP.NET Core Developers – Introduction, Architecture, Hands-On]]></title>
         <author><![CDATA[Daniel Jimenez Garcia]]></author>
         <description><![CDATA[This Kubernetes tutorial is to guide you through the basic and most useful Kubernetes concepts that you will need as an ASP.NET Core developer. ]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1563]]></link>
         <pubDate>Fri, 05 Feb 2021 00:00:00 GMT</pubDate>
      </item>
   
         </channel>
      </rss>  
   