جاوا اسکریپت، اجکس، جی کوئری، انگیولار و نود چیستند و کاربرد هر کدام چیست؟
301, MovedPermanently
http://organicdonut.com/?p=479 icon

Summary

JavaScript is a language written for websites to run in the client’s browser.

AJAX is a way for JavaScript to request data from a server without refreshing the page or blocking the application.

jQuery is a JavaScript library built to automate and simplify common web tasks like AJAX or animation.

Angular is a hip JavaScript framework which is made for building large, single-page web applications.

Node.js allows JavaScript to be run without a browser, and is commonly used to run web servers. 

جاوا اسکریپت، اجکس، جی کوئری، انگیولار و نود چیستند و کاربرد هر کدام چیست؟
استفاده از کلمه کلیدی new در عنوان متدی که با متدی در base class آن همنام است
301, MovedPermanently
https://msdn.microsoft.com/en-us/library/435f1dw2.aspx icon
When used as a declaration modifier, the new keyword explicitly hides a member that is inherited from a base class. When you hide an inherited member, the derived version of the member replaces the base class version. Although you can hide members without using the new modifier, you get a compiler warning. If you use new to explicitly hide a member, it suppresses this warning. 
استفاده از کلمه کلیدی new در عنوان متدی که با متدی در base class آن همنام است
فعال کردن اکانت فیسبوک، مایکروسافت، گوگل و توییتر برای لاگین کاربران در پروژه های وب
302, Found
http://blogs.msdn.com/b/webdev/archive/2012/08/15/oauth-openid-support-for-webforms-mvc-and-webpages.aspx icon
یکی از جالبترین ویژگی‌ها در ویژوال استودیو 2012 به بالا توانایی برای ورود به برنامه با استفاده از حساب مایکروسافت، فیس بوک، توییتر و یا گوگل شما است. در لینک مذکور نحوه فعال سازی و استفاده از آن شرح داده شده است.
فعال کردن اکانت فیسبوک، مایکروسافت، گوگل و توییتر برای لاگین کاربران در پروژه های وب