Host Asp.NET WebAPI to IIS

I recently started to learn ASP.NET Core WebAPI, the very basic skill is to have it run locally, so your other apps/apis will be able to use it. Like I said, it’s basic and take 5 mins to complete.

Read More

Angular2 Windows Authentication

Windows Authentication is required for intranet web sites, I have been working for a manufacturing company for 4 years, we have domain account/ Active Directory for security checkup in each sites. So if we need to develop a Angular2 application which can be used all over the domain, then we need to think about the security very seriously, this is just a small demo with very limit functions.

Read More

Bootstrap in Angular

Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web. CSS is my favorate one, I’d like to use it in my angular cli projects.

Read More