<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>.NET Core on CodingBlast</title><link>https://codingblast.com/categories/.net-core/</link><description>Recent content in .NET Core on CodingBlast</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 17 Mar 2021 12:46:39 +0000</lastBuildDate><atom:link href="https://codingblast.com/categories/.net-core/index.xml" rel="self" type="application/rss+xml"/><item><title>Why is ASP.NET Core good for Enterprise applications</title><link>https://codingblast.com/asp-net-core-for-enterprise/</link><pubDate>Sat, 13 Mar 2021 17:40:33 +0000</pubDate><guid>https://codingblast.com/asp-net-core-for-enterprise/</guid><description>&lt;h2 id="speed"&gt;Speed&lt;/h2&gt;
&lt;p&gt;ASP.NET Core is by far the fastest full-stack major web framework out there. Full-stack, meaning a framework that provides wide feature coverage, including server-side templates, database connectivity, form processing, and so on. Major means it&amp;rsquo;s widely adopted, used by the community, and supported by a big company and/or community.&lt;/p&gt;</description></item><item><title>More C# 7 goodness - Span of T - Span&lt;T&gt;</title><link>https://codingblast.com/span-of-t/</link><pubDate>Wed, 23 May 2018 10:16:12 +0000</pubDate><guid>https://codingblast.com/span-of-t/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;With C# 7.2 we got a new type: &lt;strong&gt;Span&lt;T&gt;&lt;/strong&gt;. So, what is &lt;em&gt;Span&lt;/em&gt;? &lt;em&gt;&lt;strong&gt;Span&lt;/strong&gt;&lt;/em&gt; is a new value type that enables us to work and manage any type that represents a contiguous chunk of memory.&lt;/p&gt;</description></item><item><title>ASP.NET Core - InvalidOperationException: Cannot find compilation library location for package 'Microsoft.Win32.Registry'</title><link>https://codingblast.com/asp-net-core-invalidoperationexception-cannot-find-compilation-library-location-package-microsoft-win32-registry/</link><pubDate>Thu, 01 Feb 2018 10:55:22 +0000</pubDate><guid>https://codingblast.com/asp-net-core-invalidoperationexception-cannot-find-compilation-library-location-package-microsoft-win32-registry/</guid><description>&lt;h2 id="tldr"&gt;TL;DR&lt;/h2&gt;
&lt;p&gt;Add following line to your &lt;strong&gt;.csproj&lt;/strong&gt; file:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;MvcRazorExcludeRefAssembliesFromPublish&gt;false&lt;/MvcRazorExcludeRefAssembliesFromPublish&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;I was publishing a project I am working on to web server (Linux) and I had an issue with Razor Pages.&lt;/p&gt;
&lt;p&gt;However, it seems that this error occurs only when you precompile your Razor views (MVC views, Razor Pages). Why would you do that? Well, precompiling your views results in a smaller published bundle and faster startup time.&lt;/p&gt;</description></item><item><title>ASP.NET Core Interview Questions</title><link>https://codingblast.com/asp-net-core-interview-questions/</link><pubDate>Wed, 03 Jan 2018 16:41:45 +0000</pubDate><guid>https://codingblast.com/asp-net-core-interview-questions/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;ASP.NET Core and .NET Core have been in development for years already. If you look into ASP.NET Core MVC repository history, you will find commits from July 2013. These are the new frameworks from Microsoft, that are the completely open source and cross-platform.&lt;/p&gt;</description></item><item><title>dotnet CLI - how to update a NuGet package and add a new NuGet package</title><link>https://codingblast.com/update-nuget-package-dotnet-cli/</link><pubDate>Thu, 06 Jul 2017 22:00:43 +0000</pubDate><guid>https://codingblast.com/update-nuget-package-dotnet-cli/</guid><description>&lt;h2 id="adding-and-updating-nuget-packages-via-command-line---dotnet-cli"&gt;Adding and updating NuGet packages via command line - dotnet CLI&lt;/h2&gt;
&lt;p&gt;Just like we can add, remove and update NuGet packages via UI in Visual Studio or Visual Studio Code we can accomplish the same using the dotnet CLI.&lt;/p&gt;</description></item></channel></rss>