twitter facebook google-plus instagram social-github social-twitter-circular social-facebook-circular heart cross delete menu check user screen cube mapmarker person_outline chat_bubble_outline add eye
Avatar

Read my blog

Seed Users & Roles in ASP.NET Core with Entity Framework (EF) Core

Seeding of users & roles in ASP.NET Core with EF Core made easy. In this blog, I'm going to show you how you can implement a basic seeding of users and roles for your ASP.NET Core app. ...read more

#asp.net

How to Setup PostgreSQL in ASP.NET Core App

In this article, I'm going to help you how to install and use PostgreSQL (an alternative open-source object-relational database management system) in your ASP.NET Core App. ...read more

#asp.net

Setting Up AutoMapper in ASP.NET Core Project

Today I'm going to teach you how to install and implement AutoMapper in your ASP.NET Core project. ...read more

#asp.net

Publish & Host ASP.NET Core App on Windows Services using Self-Contained Application for Windows

Today I'm going to teach how to publish your ASP.NET Core 2.1 app on Windows Service using self-contained application for windows. ...read more

#asp.net

Steps in Creating Simple But Dynamic Powerful Web App using ASP.NET Core MVC connected to a Database

This blog post will help you to create a simple but dynamic powerful web app powered by ASP.NET Core that is connected with MS Sql Server ...read more

#asp.net

Steps in Creating Basic ASP.NET Web Service API

Here are the basic steps on how to create your first web api using ASP.NET MVC...read more

#asp.net