Resolvers have been around in angular for a while now and they have become quite popular if you look at the forums. In my opinion, resolvers solve a very specific problem, i.e. it helps you load data for a “component to function” before the component is activated. That’s my definition btw, but the way angularContinue reading “Do we really need Angular Route Resolvers ?”
Tag Archives: HTML
JSON and RESTful Web services using ASP.NET MVC WebApi–Its what every Web Programmer should know !
In my last post I indicated as to how Microsoft & MS technologies have made programming for the web simple and easy. I also suggested how these same MS technologies have created misinformed web developers (like me) as well. All the abstraction over the RESTful nature of HTML (or HTTP) have solved at least oneContinue reading “JSON and RESTful Web services using ASP.NET MVC WebApi–Its what every Web Programmer should know !”