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

Create Simple Custom URL Redirection for Vue.JS, React.JS or Angular

On this blog, we're going to create our simple custom URL redirection for your javascript application. This is helpful especially if you're working with session timeout and you want to put... ...read more

How to get Enum Display Name in C# .NET

In this blog, I'll show you a basic extension method that you can use to get the... ...read more

How to Deploy Vue.JS App on Azure using Visual Studio Code

Deploying Vue.JS on Azure App service made easy using an extension. In this blog, I'm going to show you how you can create an app service and... ...read more

#vue.js

How to Get the Current Run ID using MLFlow in Azure Databricks

In this blog post, you will learn how easy to get the run ID in your current Azure Databricks Notebook. ...read more

#machinelearning

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

In this blog, I'll show you how to install and implement AutoMapper in your ASP.NET Core project. ...read more

#asp.net

Host Vue.JS App on IIS

Today I'm going to help you (with simple steps) how to host your vue.js app on IIS. ...read more

#iis #vue.js

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

How to Install and Setup Maps and Geolocation to your Cross Platform Project

This blog post will help you to install and setup maps and geolocation to your cross platform project. ...read more

#xamarin

Implementing Simple Local Notification in Xamarin Forms

In this blog post, I'm going to show you how to implement simple local notification in xamarin forms....read more

#xamarin

Simple Weather App in Xamarin Forms with MVVM using Weather API Part 1

This post will help you get started in creating simple weather app in xamarin forms connected on a weather api...read more

#xamarin

Simple Weather App in Xamarin Forms with MVVM using Weather API Part 2

This is the continuation of the "Simple Weather App in Xamarin Forms with MVVM using Weather API Part 1" where we are going to do the back-end development...read more

#xamarin

Simple Weather App in Xamarin Forms with MVVM using Weather API Part 3

This is the continuation of the "Simple Weather App in Xamarin Forms with MVVM using Weather API Part 2" where we will start putting our UI design for our simple weather app...read more

#xamarin

Creating Simple Xamarin Forms Crud App with RealmDB and MVVM Part 1

In this post, we'll be creating simple Xamarin.Forms crud app with Realm Database and MVVM architectural design pattern. (Part 1)...read more

#xamarin

Creating Simple Xamarin Forms Crud App with RealmDB and MVVM Part 2

This is the part 2 or the continuation of "Creating Simple Xamarin Forms Crud App with RealmDB and MVVM...read more

#xamarin

Basic Understanding How Data Binding and MVVM works in Xamarin Forms

This post will give you some insights how data binding and mvvm works in Xamarin Forms...read more

#xamarin

How to Use Xamarin Live Player in Visual Studio for Windows

This post will help you how to use the Xamarin Live Player on your installed Visual Studio 2017 v.15.3 with updated Xamarin for Visual Studio...read more

#xamarin

How To Set Up Xamarin Live Player in Visual Studio for Windows

I'll show you some steps on how to setup xamarin live player in Visual Studio 2017 v.15.3...read more

#xamarin

Xamarin Forms Simple Login With Rest API

If you're using asp.net web api or you want to apply this api snippets and add some logic to your xamarin forms login system, this post is very helpful ...read more

#xamarin

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