Monthly Archive: April 2016
AngularJS framework has many powerful features, one of them is known as Directives. In this post, I’ll tell you how to write custom AngularJS Directive using TypeScript. In the beginning, I’ll...
Angular framework offers Dependency Injection (DI) feature out of the box that can be used when defining components such as services, directives, filters, animations or when providing run and config blocks...
AngularJS is a great framework that has many parts that developers need to understand to write a well crafted web application. In this post, I’ll tell you the reasons & use...
In a real world application, mapping can occur in many places. Mostly we write in the boundaries between layers, such as between the UI/Domain layers, or Service/Domain layers. There is...
Action filters are very powerful as it allows you to intercept the action’s requesting, requested and result’s executing, executed methods to perform some custom processing that your application needs. This...
In this post, I’ll explain you how to access azure mobile services project across different machines which is really useful if you are working on different platforms like Mac or...
In this post I’ll explain you how to roll your own custom action filter in ASP.NET MVC framework. Make sure you know all the out of the box action filters...
In this post I’ll list and explain you what are the types of action filters available in ASP.NET MVC framework and how you can use them. If you would like...