اشتراک‌ها
پشتیبانی از JSON در MySQL 5.7

JSON support has only been introduced in MySQL 5.7.8, but it is undoubtedly the feature that arouses most enthusiasm among MySQL users. 

پشتیبانی از JSON در MySQL 5.7
اشتراک‌ها
تفاوت HttpContext و HttpContextBase

Although it sounds like HttpContextBase should be the base class of HttpContext, I just figured out that this is not the case. 

تفاوت HttpContext و HttpContextBase
اشتراک‌ها
مسابقه برنامه نویسی بیان ۹۱
مسابقه آنلاین با زبان برنامه نویسی دلخواه جهت سنجش خلاقیت، مهارت و سرعت در برنامه نویسی در سه مرحله برگزار می‌شود. 
به برگزیدگان مراحل دوم و سوم مسابقه جوایز نفیسی اهدا خواهد شد. 
مسابقه برنامه نویسی بیان ۹۱
اشتراک‌ها
Cheatsheet سیستم GIT

A few weeks ago I created this Git Cheat Sheet as a reference for commands I use at least once a month. I've found it useful and I'm sharing it so others find it useful too. There are also markdown and org-mode versions available.  

Cheatsheet سیستم GIT
اشتراک‌ها
Unit Testing در AngularJS

JavaScript is a dynamically typed language which comes with great power of expression, but it also comes with almost no help from the compiler. For this reason we feel very strongly that any code written in JavaScript needs to come with a strong set of tests. We have built many features into Angular which make testing your Angular applications easy. With Angular, there is no excuse for not testing. 

Unit Testing در AngularJS
نظرات مطالب
شروع کار با Angular Material ۲
خیلی ممنون بابت این ماژول‌های خوب مخصوصا اون اولیه که عالی بود
فقط دو عرض دیگه هم داشتم خدمتتون :
1- برای اضافه کردن Tabs باید کار خاصی انجام بدیم ، چون من همون کد رو از سایتش کپی می‌کنم تو برنامم این ارور رو میده :
'md-tab' is not a known element:
1. If 'md-tab' is an Angular component, then verify that it is part of this module.
2. If 'md-tab' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the
گویا این سلکتور رو اصلا نمی‌شناسه
2- اگه میشه یه خورده هم در مورد ریسپانسیو بودن عناصر هم یه توضیح بدین 
باتشکر از زحمات شما
اشتراک‌ها
مثال هایی از نحوه نوشتن PBI
News  
  • As a site visitor, I can read current news on the home page.
  • As a site visitor, I can access old news that is no longer on the home page.
  • As a site visitor, I can email news items to the editor. (Note: this could just be an email link to
  • the editor.)
  • As a site a site editor, I can set the following dates on a news item: Start Publishing Date, Old
  • News Date, Stop Publishing Date. These dates refer to the date an item becomes visible on the site (perhaps next Monday), the date it stops appearing on the home page, and the date it is removed from the site (which may be never).
  • As a site member, I can subscribe to an RSS feed of news (and events? Or are they separate?).
  • As a site editor, I can assign priority numbers to news items. Items are displayed on the front page based on priority.  
مثال هایی از نحوه نوشتن PBI
اشتراک‌ها
چرا باید به VNext Build سویچ کرد
Now that VNext builds are in Preview, you should be moving your build definitions over from the “old” XAML definitions to the new VNext definitions. Besides the fact that I suspect at some point that XAML builds will be deprecated, the VNext builds are just much better, in almost every respect.
چرا باید به VNext Build سویچ کرد