<?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>upgrade | Learn C Games Programming Blog</title>
	<atom:link href="https://learncgames.com/tag/upgrade/feed/" rel="self" type="application/rss+xml" />
	<link>https://learncgames.com</link>
	<description>A blog about C, programming games and my ebook(s).</description>
	<lastBuildDate>Tue, 10 Nov 2020 20:50:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://learncgames.com/wp-content/uploads/2020/03/cropped-favicon-32x32.png</url>
	<title>upgrade | Learn C Games Programming Blog</title>
	<link>https://learncgames.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">181446779</site>	<item>
		<title>Time to upgrade Visual Studio?</title>
		<link>https://learncgames.com/time-to-upgrade-visual-studio/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=time-to-upgrade-visual-studio</link>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Fri, 13 Nov 2020 00:00:48 +0000</pubDate>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[upgrade]]></category>
		<guid isPermaLink="false">https://learncgames.com/?p=1793</guid>

					<description><![CDATA[<p>It&#8217;s more relevant if you are a .NET developer ie C# or VB.NET, but .NET 5.0 (including C# 9) has just been released. It was an almost 4 GB download and followed by a reboot but I&#8217;m now on .NET 5. No more .NET Core or .NET Framework unless you are developing GUI applications on [&#8230;]</p>
The post <a href="https://learncgames.com/time-to-upgrade-visual-studio/">Time to upgrade Visual Studio?</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></description>
										<content:encoded><![CDATA[<div class='__iawmlf-post-loop-links' style='display:none;' data-iawmlf-post-links='[{&quot;id&quot;:382,&quot;href&quot;:&quot;https:\/\/dotnet.microsoft.com\/download\/visual-studio-sdks?utm_source=getdotnetsdk&amp;utm_medium=referral&quot;,&quot;archived_href&quot;:&quot;&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[],&quot;broken&quot;:false,&quot;last_checked&quot;:null,&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:383,&quot;href&quot;:&quot;https:\/\/docs.microsoft.com\/en-gb\/visualstudio\/releases\/2019\/release-notes#16.8.0&quot;,&quot;archived_href&quot;:&quot;http:\/\/web-wp.archive.org\/web\/20220519040058\/https:\/\/docs.microsoft.com\/en-gb\/visualstudio\/releases\/2019\/release-notes&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-06 14:34:31&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-14 00:12:36&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-28 02:02:12&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-07 19:09:01&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-02 18:24:15&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-13 19:35:05&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-22 16:54:42&quot;,&quot;http_code&quot;:206}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-04-22 16:54:42&quot;,&quot;http_code&quot;:206},&quot;process&quot;:&quot;done&quot;}]'></div>
<figure id="attachment_1794" aria-describedby="caption-attachment-1794" style="width: 305px" class="wp-caption alignleft"><img fetchpriority="high" decoding="async" class="size-full wp-image-1794" src="https://learncgames.com/wp-content/uploads/2020/11/dotnet5.png" alt="&gt;NET 5" width="305" height="181" srcset="https://learncgames.com/wp-content/uploads/2020/11/dotnet5.png 305w, https://learncgames.com/wp-content/uploads/2020/11/dotnet5-300x178.png 300w" sizes="(max-width: 305px) 100vw, 305px" /><figcaption id="caption-attachment-1794" class="wp-caption-text">Visual Studio assembly versions</figcaption></figure>
<p>It&#8217;s more relevant if you are a .NET developer ie C# or VB.NET, but .NET 5.0 (<em>including C# 9</em>) has just been released. It was an almost 4 GB download and followed by a reboot but I&#8217;m now on .NET 5. No more .NET Core or .NET Framework unless you are developing GUI applications on Windows.</p>
<p>But you can also develop on Linux or Mac, but not using WinForms or WPF. Those are Windows only.  <a title="Link to .NET download page" href="https://dotnet.microsoft.com/download/visual-studio-sdks?utm_source=getdotnetsdk&amp;utm_medium=referral" target="_blank" rel="nofollow noopener noreferrer">This page has downloads</a>, or you can do what I did and upgrade through the Visual Studio Installer.</p>
<p>Also if you are on C (<em>on Windows</em>) you get C11 and C17 if you specify a compiler flag. You&#8217;ll see this on the<a title="Link to Visual Studio 16.8 release notes" href="https://docs.microsoft.com/en-gb/visualstudio/releases/2019/release-notes#16.8.0" target="_blank" rel="nofollow noopener noreferrer"> Visual Studio 16.8 release notes</a>.  I like to be on the (bleeding) edge of things. Maybe it&#8217;s FOMO (<em>Fear of Missing Out</em>). But I do find it interesting to see where the Linux support is going.</p>The post <a href="https://learncgames.com/time-to-upgrade-visual-studio/">Time to upgrade Visual Studio?</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1793</post-id>	</item>
	</channel>
</rss>
