Поделиться через


Top 10 Microsoft Developer Links for the Week of August 11, 2014

A little late, but these were the Top 10 most clicked links from the Top 10 posts during the week of August 11.

  1. Visual Studio Blog: Python Tools for Visual Studio 2.1 RC
  2. Jerry Dixon: Visual Studio 2013 Goodies
  3. arsTechnica: How Microsoft dragged its development practices into the 21st century
  4. The .NET Fundamentals Team: Moving to the .NET Framework 4.5.2
  5. Steve Maier: Unity 2D: Sprites and Animation
  6. Jonathan Allen: Easier Immutable Objects in C# 6 and VB 12
  7. Sourav Kayal: Asynchronous Programming in Web API /ASP.NET MVC
  8. Practical .NET: How To Manage Asynchronous Tasks Using the Task Object
  9. JMK-NI: Getting started with AngularJS and ASP.NET MVC - Part One
  10. Rachel Appel: Use SignalR to Build Real-Time Connectivity into Your Software

2118

Comments

  • Anonymous
    August 26, 2014
    10 liên kết tốt nhất phải không bạn giaitrimobile24h.blogspot.com/.../tai-photoshop.html

  • Anonymous
    August 26, 2014
    Regarding the one on Asynchronous Programming on Web API / ASP.NET MVC, it makes me wonder what value does it add to the applications. AFAIK web programming is always multithreaded, and with AJAX we don't suffer from blocking problems. Unless the View returned can transmitted at the same time as it receives data, I don't see any point on using await there. Could you shed me some light on that? Thank you.

  • Anonymous
    August 26, 2014
    It's not about making the request itself multithreaded, but to make the application use less threads.