<?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>Brian Lagunas</title>
	<atom:link href="http://brianlagunas.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://brianlagunas.com/</link>
	<description>Coding, Learning, Sharing</description>
	<lastBuildDate>Tue, 30 Nov 2021 20:45:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://brianlagunas.com/wp-content/uploads/2019/08/cropped-brian-lagunas-512x512-32x32.png</url>
	<title>Brian Lagunas</title>
	<link>https://brianlagunas.com/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>MVVM Dialogs: Showing Dialogs in an MVVM Application with a Dialog Service</title>
		<link>https://brianlagunas.com/mvvm-dialogs-showing-dialogs-in-an-mvvm-application-with-a-dialog-service/</link>
		
		<dc:creator><![CDATA[Brian Lagunas]]></dc:creator>
		<pubDate>Tue, 30 Nov 2021 20:45:03 +0000</pubDate>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[WPF]]></category>
		<guid isPermaLink="false">https://brianlagunas.com/?p=4755</guid>

					<description><![CDATA[<p>In this video, I answer the question &#8220;How do I show Dialogs in an MVVM application?&#8221; Showing dialogs in an MVVM application is a very common requirement. MVVM dialogs are actually core to any MVVM application. In this video, I show you how to use an MVVM Dialog Service to abstract away the process of [&#8230;]</p>
<p>The post <a href="https://brianlagunas.com/mvvm-dialogs-showing-dialogs-in-an-mvvm-application-with-a-dialog-service/">MVVM Dialogs: Showing Dialogs in an MVVM Application with a Dialog Service</a> appeared first on <a href="https://brianlagunas.com">Brian Lagunas</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Building the Excel to JSON Angular App: Part 5 &#8211; Deploying with a Docker Container</title>
		<link>https://brianlagunas.com/building-the-excel-to-json-angular-app-part-5-deploying-with-a-docker-container/</link>
		
		<dc:creator><![CDATA[Brian Lagunas]]></dc:creator>
		<pubDate>Sun, 26 Sep 2021 13:21:00 +0000</pubDate>
				<category><![CDATA[Video]]></category>
		<guid isPermaLink="false">https://brianlagunas.com/?p=4745</guid>

					<description><![CDATA[<p>In this stream, we continue our work on building a new Angular application called Excel to JSON. You can get the code from this repo: https://github.com/brianlagunas/excel2json Be sure to watch my new Pluralsight course &#8220;Introduction to Prism for WPF&#8221;: 📺 http://bit.ly/PrismForWpf Sponsor Me on GitHub: 🙏🏼 http://bit.ly/SponsorBrianOnGitHub Follow Me: 📺 YouTube: bit.ly/BrianLagunasOnYouTube🐦 Twitter: http://bit.ly/BrianLagunasOnTwitter</p>
<p>The post <a href="https://brianlagunas.com/building-the-excel-to-json-angular-app-part-5-deploying-with-a-docker-container/">Building the Excel to JSON Angular App: Part 5 &#8211; Deploying with a Docker Container</a> appeared first on <a href="https://brianlagunas.com">Brian Lagunas</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Building the Excel to JSON Angular App: Part 4 &#8211; Converting Excel to JSON</title>
		<link>https://brianlagunas.com/building-the-excel-to-json-angular-app-part-4-converting-excel-to-json/</link>
		
		<dc:creator><![CDATA[Brian Lagunas]]></dc:creator>
		<pubDate>Sat, 25 Sep 2021 13:19:00 +0000</pubDate>
				<category><![CDATA[Video]]></category>
		<guid isPermaLink="false">https://brianlagunas.com/?p=4743</guid>

					<description><![CDATA[<p>In this stream, we continue our work on building a new Angular application called Excel to JSON. You can get the code from this repo: https://github.com/brianlagunas/excel2json Be sure to watch my new Pluralsight course &#8220;Introduction to Prism for WPF&#8221;: 📺 http://bit.ly/PrismForWpf Sponsor Me on GitHub: 🙏🏼 http://bit.ly/SponsorBrianOnGitHub Follow Me: 📺 YouTube: bit.ly/BrianLagunasOnYouTube🐦 Twitter: http://bit.ly/BrianLagunasOnTwitter</p>
<p>The post <a href="https://brianlagunas.com/building-the-excel-to-json-angular-app-part-4-converting-excel-to-json/">Building the Excel to JSON Angular App: Part 4 &#8211; Converting Excel to JSON</a> appeared first on <a href="https://brianlagunas.com">Brian Lagunas</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Building the Excel to JSON Angular App: Part 3 &#8211; Adding the Excel Spreadsheet and Editing</title>
		<link>https://brianlagunas.com/building-the-excel-to-json-angular-app-part-3-adding-the-excel-spreadsheet-and-editing/</link>
		
		<dc:creator><![CDATA[Brian Lagunas]]></dc:creator>
		<pubDate>Fri, 24 Sep 2021 13:17:00 +0000</pubDate>
				<category><![CDATA[Video]]></category>
		<guid isPermaLink="false">https://brianlagunas.com/?p=4742</guid>

					<description><![CDATA[<p>In this stream, we continue our work on building a new Angular application called Excel to JSON. You can get the code from this repo: https://github.com/brianlagunas/excel2json Be sure to watch my new Pluralsight course &#8220;Introduction to Prism for WPF&#8221;: 📺 http://bit.ly/PrismForWpf Sponsor Me on GitHub: 🙏🏼 http://bit.ly/SponsorBrianOnGitHub Follow Me: 📺 YouTube: bit.ly/BrianLagunasOnYouTube🐦 Twitter: http://bit.ly/BrianLagunasOnTwitter</p>
<p>The post <a href="https://brianlagunas.com/building-the-excel-to-json-angular-app-part-3-adding-the-excel-spreadsheet-and-editing/">Building the Excel to JSON Angular App: Part 3 &#8211; Adding the Excel Spreadsheet and Editing</a> appeared first on <a href="https://brianlagunas.com">Brian Lagunas</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Building the Excel to JSON Angular App: Part 2 &#8211; JSON File Download and ASP.NET Web API</title>
		<link>https://brianlagunas.com/building-the-excel-to-json-angular-app-part-2-json-file-download-and-asp-net-web-api/</link>
		
		<dc:creator><![CDATA[Brian Lagunas]]></dc:creator>
		<pubDate>Thu, 23 Sep 2021 13:15:00 +0000</pubDate>
				<category><![CDATA[Video]]></category>
		<guid isPermaLink="false">https://brianlagunas.com/?p=4741</guid>

					<description><![CDATA[<p>In this stream, we continue our work on building a new Angular application called Excel to JSON. The first feature we implement today is the JSON file download. After we convert the CSV to JSON, we then expose a function that allows the end-user to download the json as a json file with the simple [&#8230;]</p>
<p>The post <a href="https://brianlagunas.com/building-the-excel-to-json-angular-app-part-2-json-file-download-and-asp-net-web-api/">Building the Excel to JSON Angular App: Part 2 &#8211; JSON File Download and ASP.NET Web API</a> appeared first on <a href="https://brianlagunas.com">Brian Lagunas</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Building the Excel to JSON Angular App: Part 1 &#8211; CSV to JSON</title>
		<link>https://brianlagunas.com/building-the-excel-to-json-angular-app-part-1-csv-to-json/</link>
		
		<dc:creator><![CDATA[Brian Lagunas]]></dc:creator>
		<pubDate>Wed, 22 Sep 2021 16:14:48 +0000</pubDate>
				<category><![CDATA[Video]]></category>
		<guid isPermaLink="false">https://brianlagunas.com/?p=4738</guid>

					<description><![CDATA[<p>In this stream, we start work on building a new Angular application called Excel to JSON. First we use the Indigo.Design App Builder to generate all the Angular code for our app that was designed in the App Builder. The we start with implementing the Angular file upload functionality. We want to allow uploading both [&#8230;]</p>
<p>The post <a href="https://brianlagunas.com/building-the-excel-to-json-angular-app-part-1-csv-to-json/">Building the Excel to JSON Angular App: Part 1 &#8211; CSV to JSON</a> appeared first on <a href="https://brianlagunas.com">Brian Lagunas</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>C# Async Yield Return: IAsyncEnumerable will change your life!!!</title>
		<link>https://brianlagunas.com/c-async-yield-return-iasyncenumerable-will-change-your-life/</link>
		
		<dc:creator><![CDATA[Brian Lagunas]]></dc:creator>
		<pubDate>Fri, 07 May 2021 14:00:00 +0000</pubDate>
				<category><![CDATA[Video]]></category>
		<guid isPermaLink="false">https://brianlagunas.com/?p=4732</guid>

					<description><![CDATA[<p>Have you ever wondered if there was an async yield return in C#? Well, there is an async yield return and in this video, I&#8217;ll show you how to use the yield return statement asynchronously in C#. When you use the yield return statement in your code, you indicate that the method, operator, or get [&#8230;]</p>
<p>The post <a href="https://brianlagunas.com/c-async-yield-return-iasyncenumerable-will-change-your-life/">C# Async Yield Return: IAsyncEnumerable will change your life!!!</a> appeared first on <a href="https://brianlagunas.com">Brian Lagunas</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>C# Yield Return: What is it and how does it work?</title>
		<link>https://brianlagunas.com/c-yield-return-what-is-it-and-how-does-it-work/</link>
		
		<dc:creator><![CDATA[Brian Lagunas]]></dc:creator>
		<pubDate>Thu, 29 Apr 2021 14:00:00 +0000</pubDate>
				<category><![CDATA[Video]]></category>
		<guid isPermaLink="false">https://brianlagunas.com/?p=4729</guid>

					<description><![CDATA[<p>In this video, I explain what the yield return in C# is, how yield return works, and when you would use yield return. When you use the yield return statement in your code, you indicate that the method, operator, or get accessor in which the yield return keyword appears is an iterator. You use yield [&#8230;]</p>
<p>The post <a href="https://brianlagunas.com/c-yield-return-what-is-it-and-how-does-it-work/">C# Yield Return: What is it and how does it work?</a> appeared first on <a href="https://brianlagunas.com">Brian Lagunas</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Task vs ValueTask: When Should I use ValueTask?</title>
		<link>https://brianlagunas.com/task-vs-valuetask-when-should-i-use-valuetask/</link>
		
		<dc:creator><![CDATA[Brian Lagunas]]></dc:creator>
		<pubDate>Mon, 19 Apr 2021 14:00:00 +0000</pubDate>
				<category><![CDATA[Video]]></category>
		<guid isPermaLink="false">https://brianlagunas.com/?p=4724</guid>

					<description><![CDATA[<p>In this video, I address the common what is a Task vs ValueTask question. When answering the question &#8220;When should I use a ValueTask?&#8221;, you must first understand how a Task works. A Task serves multiple purposes, but at its core it’s a “promise”. It&#8217;s an object that represents the eventual completion of some operation. [&#8230;]</p>
<p>The post <a href="https://brianlagunas.com/task-vs-valuetask-when-should-i-use-valuetask/">Task vs ValueTask: When Should I use ValueTask?</a> appeared first on <a href="https://brianlagunas.com">Brian Lagunas</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>This Tweet Pissed Me Off &#8211; Learn to Code the Right Way</title>
		<link>https://brianlagunas.com/this-tweet-pissed-me-off-learn-to-code-the-right-way/</link>
		
		<dc:creator><![CDATA[Brian Lagunas]]></dc:creator>
		<pubDate>Thu, 08 Apr 2021 17:39:13 +0000</pubDate>
				<category><![CDATA[Video]]></category>
		<guid isPermaLink="false">https://brianlagunas.com/?p=4720</guid>

					<description><![CDATA[<p>In this video, I respond to a tweet that puts down new developers. This tweet is gatekeeping at it&#8217;s finest. It tries to establish some expectation of how you should learn to code and in what order you need to learn to code. I address this tweet with my own opinion, plus I answer the [&#8230;]</p>
<p>The post <a href="https://brianlagunas.com/this-tweet-pissed-me-off-learn-to-code-the-right-way/">This Tweet Pissed Me Off &#8211; Learn to Code the Right Way</a> appeared first on <a href="https://brianlagunas.com">Brian Lagunas</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
