تشخیص تفاوت بین IIS سرورهای مختلف
302, Found
http://blogs.msdn.com/b/ericparvin/archive/2015/04/14/how-to-determine-differences-between-iis-servers.aspx icon

I commonly hear the phrase “The web application worked in the pre-production environment and now is encountering issues in production and the server’s configuration are identical!” when I appear onsite to help assist with the resolution of the issues. Upon further investigation, an IIS module has not been installed on the production server, or the configuration is different for an application pool setting between the pre-production and production environments. This is a very common scenario I encounter in the field and here are some suggestions on how to determine differences between IIS servers in an IIS farm environment or between servers in different environments, such as pre-production and production. Keeping server configuration and content synchronized is always a challenge and I hope these suggestions help out.

تشخیص تفاوت بین IIS سرورهای مختلف
یک style editor برای Angularjs
200, OK
https://github.com/icattlecoder/ngMeditor icon
Features:
Header1-6/Bold/Itatic/underline/(un)order list/hr/justfy.
Code input supported. Just input ``` at line start, or format it.
Tab key supported.
Append whitespace to URL to insert link.
Drop or select image to insert it, or just paste from clipboard (ff not supported, trying to figure it out), image are saved to QiniuCloud. 
یک style editor برای Angularjs
بالا بردن سرعت برنامه های انگولار (Immutable Data,Versionable Data)
301, MovedPermanently
http://blog.mgechev.com/2015/04/20/fast-angular-data-structures-versionable/ icon
 بالا بردن سرعت برنامه‌های انگولار با استفاده از Immutable Data, Versionable Data
جهت بالا بردن سرعت در برنامه هایی که داده‌هایی با حجم بالا، در سمت کلاینت سر و کار دارند و البته نیاز به تغییر دارند.
بالا بردن سرعت برنامه های انگولار (Immutable Data,Versionable Data)
معرفی IndexedDB در مرورگر
301, MovedPermanently
http://www.codemag.com/Article/1411041 icon

This article introduces you to the in-browser document database known as IndexedDB. With IndexedDB you can create, read, update, and delete large sets of records in much the same way you are accustomed to doing with server-side databases. To experiment with a working version of the code presented in this article, please go to , and the full source code is available via the GitHub repository found at .

معرفی IndexedDB در مرورگر
نوشتن دایرکتیو در angularjs1.x با استفاده از MVVM
301, MovedPermanently
http://toddmotto.com:80/killing-it-with-angular-directives-structure-and-mvvm/ icon
In this post I'm going to outline my approach on writing Directives for Angular 1.x releases. There's a lot of confusion around how and why and where to do things with Directives, but they are actually very simple once you grasp the concepts and separation ideas
نوشتن دایرکتیو در angularjs1.x با استفاده از MVVM