Menu
Using .NET Core CLI for Entity framework migrations

Using .NET Core CLI for Entity framework migrations

You can refer to full list of commands here. Documenting this for my own reference especially as my mind goes blank sometimes

Angular 2 using DatePipe to format date on TypeScript

Angular 2 using DatePipe to format date on TypeScript

Easiest way to format dates in Angular 2 is to use DatePipe, this tutorial will explain how to get it started quickly.

Advance auditing – audit every entity using EntityFramework-Plus

Advance auditing – audit every entity using EntityFramework-Plus

Auditing every changed field using the EntityFramework-Plus

Validation on server side using Fluent Validation

Validation on server side using Fluent Validation

When it comes to ASP.NET, it much easier to do the validation using FluentValidation.

Pagination on Angular JS 2

Pagination on Angular JS 2

Client side Angular JS 2 pagination using Promise

Simple audit using Override Entity Framework SaveChanges()

Simple audit using Override Entity Framework SaveChanges()

Overriding Entity Framework SaveChanges() method so you can populate the entity ModifiedBy,ModifiedOn, CreatedBy, CreatedOn properties

Bower calls blocked by corporate proxy

Bower calls blocked by corporate proxy

if you are behind a corporate proxy, you might have difficulties installing or restoring Bower packages.

Setting up Azure Active Directory Single Sign On on a ASP.NET (.NET 4.5) web app using OpenIdConnect (Cookies based)

Setting up Azure Active Directory Single Sign On on a ASP.NET (.NET 4.5) web app using OpenIdConnect (Cookies based)

Setting up Azure Active Direactory Single Sign On on a ASP.NET (.NET 4.5) web app using OpenIdConnect (Cookies based)