Menu
Configure ASP.NET MVC application routes for Anguler SPA

Configure ASP.NET MVC application routes for Anguler SPA

Angular 2 html routing with ASP.NET Core MVC application giving a 500 error when you do a browser refresh (F5), probably this tutorial if for you.

Configuring the Angular 2 child routes configuration

Configuring the Angular 2 child routes configuration

This example implication show how the child routes can be configured in Angular 2

Register Dependencies in ASP.NET Core app

Register Dependencies in ASP.NET Core app

This quick tutorial will show how we ca register dependencies for Dependency Injection in ASP.NET Core using the built-in container.

Entity Framework Core extensions remove pluralisation of table name

Entity Framework Core extensions remove pluralisation of table name

Writing an extension for removing pluralisation of table names in Entity Framework Core extensions.

Configuring the AutoMapper property binding behaviour

Configuring the AutoMapper property binding behaviour

You will have to change the way the properties get mapped most of the time, as it not always one-to-one.

Setting up tsconfig.json on your ASP.NET Core project for Angular 2 app

Setting up tsconfig.json on your ASP.NET Core project for Angular 2 app

How to set up the tsconfig.json in Visual Studio for your Angular 2 app.