Step 2 – Learn Webpack

As I stated, for this project I decided it was time to look at Webpack.  More and more of the web community is switching to Webpack.  It is bundled in Angular-CLI for Angular 2/4.  And though we don’t use Angular 2+ yet (Angular Material 2 is not ready for prime time and we use Angular … More Step 2 – Learn Webpack

Angular 1, OAuth, and OData, and Custom Identity Provider

At work this week I started a new project creating a search and assignment tool for a sales based call centre. They have an existing database and ASP. Net Web forms web site system and a very complex login mechanism (which they hand rolled, completely bypassing ASP. Net Membership and Roles). I decided to take … More Angular 1, OAuth, and OData, and Custom Identity Provider

Great Article on Async/Await

Asynchronous programming can be a nightmare.  Thanks to Microsoft’s async/await keywords added in C# 5, it has become a lot easier, but it is still not without its pitfalls and gotchas.  Here is a great article on MSDN that helps you avoid some of the pitfalls.  https://msdn.microsoft.com/en-us/magazine/jj991977.aspx