<?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/tags/.net-core/</link><description>Recent content in .NET Core on CodingBlast</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Fri, 08 Feb 2019 07:51:47 +0000</lastBuildDate><atom:link href="https://codingblast.com/tags/.net-core/index.xml" rel="self" type="application/rss+xml"/><item><title>Hosting ASP.NET Core on Heroku (with Docker&amp;CircleCI) for free</title><link>https://codingblast.com/hosting-asp-net-core-on-heroku-with-dockercircleci-for-free/</link><pubDate>Fri, 08 Feb 2019 07:31:03 +0000</pubDate><guid>https://codingblast.com/hosting-asp-net-core-on-heroku-with-dockercircleci-for-free/</guid><description>&lt;h2 id="the-problem"&gt;&lt;strong&gt;The problem&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;You have an application that you need to show off to your friends or a client, and they all need to access it online, and you don&amp;rsquo;t want to use your old server in your basement. If it&amp;rsquo;s a &lt;em&gt;small&lt;/em&gt; application, you can easily do all this for FREE!&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>Why you should learn ASP.NET Core</title><link>https://codingblast.com/why-asp-net-core/</link><pubDate>Sun, 08 Oct 2017 23:16:42 +0000</pubDate><guid>https://codingblast.com/why-asp-net-core/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;h3 id="a-bit-of-history"&gt;A bit of History&lt;/h3&gt;
&lt;p&gt;I have been surprised by the fact that so many people are not aware of Microsoft&amp;rsquo;s open source shift over last 5 (and maybe few more) years. Lots of people are not aware of current state of .NET, .NET Core and ASP.NET Core. And I do not blame them, they have been occupied by some other responsibilities or technologies.&lt;/p&gt;</description></item><item><title>ASP.NET Core MVC - Custom Tag Helpers</title><link>https://codingblast.com/asp-net-core-mvc-custom-tag-helpers/</link><pubDate>Mon, 31 Jul 2017 07:06:17 +0000</pubDate><guid>https://codingblast.com/asp-net-core-mvc-custom-tag-helpers/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;In on of the previous posts we talked about &lt;a href="https://codingblast.com/asp-net-core-tag-helpers/"&gt;Tag Helpers&lt;/a&gt;, we also talked about &lt;a href="https://codingblast.com/asp-net-core-mvc-caching-taghelpers/"&gt;caching Tag Helpers&lt;/a&gt; and &lt;a href="https://codingblast.com/asp-net-core-mvc-form-tag-helpers/"&gt;form Tag Helpers&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;By creating our custom Tag Helpers, we have an ability to extend existing HTML elements or create our custom HTML elements.&lt;/p&gt;</description></item><item><title>ASP.NET Core Razor Pages – Introduction</title><link>https://codingblast.com/asp-net-core-razor-pages/</link><pubDate>Sun, 23 Jul 2017 13:25:25 +0000</pubDate><guid>https://codingblast.com/asp-net-core-razor-pages/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;With ASP.NET Core 2 around the corner, the hottest new thing that we are getting is Razor Pages. In one of the &lt;a href="https://codingblast.com/asp-net-core-2-preview/"&gt;previous posts&lt;/a&gt;, we briefly mentioned ASP.NET Core Razor Pages.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Razor Pages is a new feature of ASP.NET Core that makes coding page-focused scenarios easier and more productive.&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><item><title>Logging in ASP.NET Core - Connecting the pieces</title><link>https://codingblast.com/asp-net-core-logging/</link><pubDate>Tue, 06 Jun 2017 18:36:04 +0000</pubDate><guid>https://codingblast.com/asp-net-core-logging/</guid><description>&lt;h2 id="logging-in-aspnet-core-1"&gt;Logging in ASP.NET Core 1&lt;/h2&gt;
&lt;p&gt;Logging has been a built-in feature since the first release of ASP.NET Core. Good thing about logging is that ASP.NET Core configures it to log internal events from the platform.&lt;/p&gt;</description></item><item><title>ASP.NET Core 2.0 Preview 1 introduction</title><link>https://codingblast.com/asp-net-core-2-preview/</link><pubDate>Sun, 14 May 2017 09:39:08 +0000</pubDate><guid>https://codingblast.com/asp-net-core-2-preview/</guid><description>&lt;p&gt;Few days ago at &lt;a href="http://build.microsoft.com/"&gt;Build conference&lt;/a&gt; we got some good news: .NET Core 2.0 Preview 1 and ASP.NET Core 2 Preview1 were announced.&lt;/p&gt;
&lt;p&gt;We will take a look at some new exciting features that are coming to ASP.NET Core world. Lets see what goodies ASP.NET Core 2 brings for us developers!&lt;/p&gt;</description></item></channel></rss>