کتابخانه JSIL
200, OK
https://github.com/sq/JSIL/ icon
JSIL is a compiler that transforms .NET applications and libraries from their native executable format - CIL bytecode - into standards-compliant, cross-browser JavaScript. You can take this JavaScript and run it in a web browser or any other modern JavaScript runtime. Unlike other cross-compiler tools targeting JavaScript, JSIL produces readable, easy-to-debug JavaScript that resembles the code a developer might write by hand, while still maintaining the behavior and structure of the original .NET code.  Demo
کتابخانه JSIL
معماری سرویس گرا در دات نت
301, MovedPermanently
http://dotnetcodr.com/category/net/soa/ icon
SOA – Service Oriented Architecture – is an important buzzword in distributed software architecture. This term has been misused a lot to mean just any kind of API that spits out responses to the incoming requests regardless of the rules and patterns common to SOA applications. 
معماری سرویس گرا در دات نت
کنترل ابزارها به لطف دات نت و زامارین
301, MovedPermanently
https://channel9.msdn.com/Events/Visual-Studio/Connect-event-2014/National-Instruments-Visual-Studio-Xamarin--NET?wt.mc_id=SessionsInEvent icon
 تیم نرم افزاری LabView ابزار مدرنی را به لطف قدرت دات نت و یکپارچگی زامارین ایجاد کرده است که برای کنترل ابزارهای مدرن مثل روبات‌ها مفید واقع شده است.
کنترل ابزارها به لطف دات نت و زامارین
لیست جلسات کنفرانس NET Fringe 2015.
302, Found
http://channel9.msdn.com/Events/NET-Fringe/NET-Fringe-2015 icon

".NET Fringe is a new conference focused on .NET developers who are breaking the rules and pushing the boundaries. The .NET platform is more interesting today than it ever has been! The old Microsoft that was at odds with Open Source has been replaced with on

لیست جلسات کنفرانس NET Fringe 2015.
سیستم مدیریت محتوای Orchard 1.9 منتشر شد
302, Found
http://docs.orchardproject.net/Documentation/Orchard-1-9.Release-Notes icon
مهمترین امکانات جدید در نسخه 1.9:
  • قابلیت کشیدن و رها کردن ابزارک‌ها (Drag & Drop Widgets)
  • پشتیبانی کامل از تقویم و تاریخ هجری شمسی
  • داشبورد مدیریتی راست چین شده برای زبان‌های فارسی، عربی و ...
  • ارتقا به NET 4.5.1 و ASP.NET MVC 5.2
  • ایجاد ماژول با قالب بندی داینامیک
  • ایجاد فرم‌های کاملا داینامیک
و ...
سیستم مدیریت محتوای Orchard 1.9 منتشر شد
متدهای مجازی را در سازنده کلاس فراخوانی نکنید
302, Found
https://msdn.microsoft.com/query/dev12.query?appId=Dev12IDEF1&l=EN-US&k=k%28CA2214%29;k%28TargetFrameworkMoniker-.NETFramework icon
 When a virtual method is called, the actual type that executes the method is not selected until run time. When a constructor calls a virtual method, it is possible that the constructor for the instance that invokes the method has not executed. 
متدهای مجازی را در سازنده کلاس فراخوانی نکنید