How to Integrate Firebase in ASP NET Core MVC

Integrate Firebase in ASP NET Core MVC

In this tutorial, we are going to learn how to Integrate Firebase in ASP NET Core MVC and make a simple Asp.net Core MVC 6 app using Firebase sign-in provider. Firebase is a mobile application development platform created by Google and is used to build and grow apps. It is great for integrating authentication based on social networks, email, or phone numbers into your client app. Whether you are building a web app or a mobile app, firebase provides one of the easiest ways to authenticate users so that they can log in to your application and access content. Before … Read more

FreeCode in ASP NET Core Entity Framework

FreeCode in ASP NET Core Entity Framework

Here’s a checklist of FreeCode Spot tutorials that use Entity Framework. Feel free to use this FreeCode in ASP NET Core Entity Framework. You may also get the source code from my GitHub account @coderbugz How to install Entity Framework Core Blog / How to install Entity Framework Core This article will guide you on How to install … Read more

Minify CSHTML view in ASP.NET Core

Minify CSHTML view in ASP.NET Core using WebMarkupMin.AspNetCore3

This tutorial will learn how to minify CSHTML view in ASP.NET Core using WebMarkupMin.AspNetCore3. We will also include bundling and minification of static files like CSS and JS on our project. Using these techniques will allow us to improve our website performance in production. What is Bundling and Minification? Bundling and minification are techniques you … Read more