Angular 2: Some Resources

If you haven’t been living under a rock, then you are well aware that Angular 2 is well on its way forward. While it is in Alpha now and not ready for production use, it is definitely moving ahead fast...

Read More

Angular 1.4 and 2.0: My Two Cents

Unless you have been living under a rock lately, you are familiar with all the buzz around Angular 2.0. Or maybe not? Check it out. It seems that everyone and their mom has something to say about the Angular 2.0 news,...

Read More

JavaScript StackTrace

A little help in deciphering JavaScript errors sometimes would be very useful!!! Today after implementing a nice little client-to-server JavaScript exception logging service, I realized having something that resembles a stack trace would be so awesome. Easiest method I found...

Read More

Integrating AngularJS in a Tight Spot

Another title for this post might have been “Using AngularJS with ASP.NET Update Panels” as that was the circumstance I found myself in. However, the method of manually bootstrapping AngularJS framework applies to just about any tight spot you would...

Read More