<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ASP.NET &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/tag/asp-net/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Mon, 23 Aug 2021 17:47:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>Build Next-Generation Microservices with .NET 5 and gRPC on AWS</title>
		<link>https://noise.getoto.net/2021/08/23/build-next-generation-microservices-with-net-5-and-grpc-on-aws/</link>
		
		<dc:creator><![CDATA[Matt Cline]]></dc:creator>
		<pubDate>Mon, 23 Aug 2021 17:47:19 +0000</pubDate>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[.NET Core]]></category>
		<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[application load balancer]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[AWS .NET Development]]></category>
		<category><![CDATA[AWS CDK]]></category>
		<category><![CDATA[AWS Device Farm]]></category>
		<category><![CDATA[Elastic Load Balancing]]></category>
		<category><![CDATA[gRPC]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=ddcc6f6f1b37e35a2e56bb2ab73ab596</guid>

					<description><![CDATA[Microservices commonly communicate with JSON over HTTP/1.1. These technologies are ubiquitous and human-readable, but they aren’t optimized for communication between dozens or hundreds of microservices. Next-generation Web technologies, including gRPC and HTTP/2, significantly improve communication speed and efficiency between microservices. AWS offers the most complete platform for builders implementing microservices -- and the addition of HTTP/2 and gRPC support in Application Load Balancer (ALB) provides an end-to-end solution for next-generation microservices. ALBs can inspect and route gRPC calls, enabling features like health checks, access logs, and gRPC-specific metrics. This post demonstrates .NET microservices communicating with gRPC via Application Load Balancers.]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Frictionless hosting of containerized ASP.NET web apps using Amazon Lightsail</title>
		<link>https://noise.getoto.net/2021/06/10/frictionless-hosting-of-containerized-asp-net-web-apps-using-amazon-lightsail/</link>
		
		<dc:creator><![CDATA[Emma White]]></dc:creator>
		<pubDate>Thu, 10 Jun 2021 13:57:44 +0000</pubDate>
				<category><![CDATA[Amazon Lightsail]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[Compute]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[Lightsail Containers]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=0032059c2f73234a78ac7b2f14f93080</guid>

					<description><![CDATA[This post is written by Fahad Mustafa, Cloud Application Architect, AWS Professional Services There are many ways to deploy ASP.NET web apps to AWS. Each with its own use cases and differing pricing models. But what if you have a small website and database that you must deploy rapidly, manage, and scale? What if you […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Standardizing CI/CD pipelines for .NET web applications with AWS Service Catalog</title>
		<link>https://noise.getoto.net/2020/10/16/standardizing-ci-cd-pipelines-for-net-web-applications-with-aws-service-catalog/</link>
		
		<dc:creator><![CDATA[Borja Prado Miguelez]]></dc:creator>
		<pubDate>Fri, 16 Oct 2020 01:01:56 +0000</pubDate>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[AWS Elastic Beanstalk]]></category>
		<category><![CDATA[AWS Service Catalog]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[devops]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=baed186372d004bf4c5d5cecbdbc8f35</guid>

					<description><![CDATA[As companies implement DevOps practices, standardizing the deployment of continuous integration and continuous deployment (CI/CD) pipelines is increasingly important. Your developer team may not have the ability or time to create your own CI/CD pipelines and processes from scratch for each new project. Additionally, creating a standardized DevOps process can help your entire company ensure [&#8230;]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Modernizing and containerizing a legacy MVC .NET application with Entity Framework to .NET Core with Entity Framework Core: Part 2</title>
		<link>https://noise.getoto.net/2020/08/29/modernizing-and-containerizing-a-legacy-mvc-net-application-with-entity-framework-to-net-core-with-entity-framework-core-part-2/</link>
		
		<dc:creator><![CDATA[Pratip Bagchi]]></dc:creator>
		<pubDate>Sat, 29 Aug 2020 00:31:13 +0000</pubDate>
				<category><![CDATA[.NET Core]]></category>
		<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[AWS .NET Development]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[Entity Framework Core]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[Re-architect]]></category>
		<category><![CDATA[Re-factor]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=619dd2816ceaf3af35f9af1b118ffdec</guid>

					<description><![CDATA[This is the second post in a two-part series in which you migrate and containerize a modernized enterprise application. In Part 1, we walked you through a step-by-step approach to re-architect a legacy ASP.NET MVC application and ported it to .NET Core Framework. In this post, you will deploy the previously re-architected application to Amazon [&#8230;]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 38/145 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2025-12-10 21:20:31 by W3 Total Cache
-->