اشتراک‌ها
سری بهبود کارآیی برنامه‌های دات نت

- Optimising Image Processing: Reducing memory consumption and time taken by 80%
- It’s Not Your Code Vol. I: Reducing AWS S3 .NET client LOH allocations by 98%
- Strings Are Evil: Reducing memory allocations from 7.5GB to 32KB

سری بهبود کارآیی برنامه‌های دات نت
اشتراک‌ها
سربارگذاری true و false در #C

Apparently, there are “true” and “false” operators and you can overload these. But I also wanted to know what are these good for, given I’ve never heard about these. 

سربارگذاری true و false در #C
اشتراک‌ها
نگاهی به data binding در AngularJs 2
<!-- Show DOM property value -->
<h1>msg.hidden: {{msg.hidden}}</h1>

<!-- Handle DOM onClick event -->
<button (click)="msg.hidden = !msg.hidden">Toggle Message</button>

<!-- Save a reference to the H2 element as 'msg' -->
<h2 #msg>I am a name!</h2>
نگاهی به data binding در AngularJs 2
اشتراک‌ها
قالبی برای گزارش خطاهای سیستم

As a ___ I did ___ and expected ___ but experienced ___.

Steps to reproduce:
1.
2.
3.

URL where bug was observed:
Screenshot:
Environment: Local, Staging or Production
Logged in? [Yes / No]
Logged in as:
Customer contact:
Comments: 

قالبی برای گزارش خطاهای سیستم
اشتراک‌ها
مشکل ارتقاء به نگارش جدید Angular

with 1.3.x, you can't declare a global constructor and use it with ng-controller as I was doing before. You have to create an angular module and add MainController as a controller 

مشکل ارتقاء به نگارش جدید Angular