اشتراک‌ها
تغییرات ASP.NET Core در NET Core 3.1 Preview 1.

This release is primarily focused on bug fixes, but it contains a few new features as well.

Here’s what’s new in this release for ASP.NET Core:

  • Partial class support for Razor components
  • Pass parameters to top-level components
  • Support for shared queues in HttpSysServer
  • Breaking changes for SameSite cookies 
تغییرات ASP.NET Core در NET Core 3.1 Preview 1.
اشتراک‌ها
بررسی طول عمر نگارش‌های مختلف NET Core.
Version Release Date Support level End of support
2.1 May 30, 2018 Current* At least until May 30, 2021
2.0 Aug 14, 2017 Current Oct 1, 2018
1.1 Nov 16, 2016 LTS* Jun 27, 2019 or 12 months after next LTS
1.0 Jun 27, 2016 LTS Jun 27, 2019 or 12 months after next LTS
بررسی طول عمر نگارش‌های مختلف NET Core.
اشتراک‌ها
مکانیسمهای سعی مجدد و نادیده گرفتن خطاهای زودگذر با Microsoft Enterprise Library

When cloud-based applications use other cloud-based services, errors can occur because of temporary conditions such as intermittent service, infrastructure-level faults, or network issues. Very often, if you retry the operation a short time later (maybe only a few milliseconds later) the operation may succeed

مکانیسمهای سعی مجدد و نادیده گرفتن خطاهای زودگذر با  Microsoft Enterprise Library
اشتراک‌ها
کتاب رایگان SOLID Principles Succinctly از انتشارات Syncfusion

There is always room for improving one’s coding ability, and SOLID design principles offer one way to see marked improvements in final output. With SOLID Principles Succinctly, author Gaurav Kumar Arora will instruct you in how to use SOLID principles to take your programming skills to the next level.  

کتاب رایگان SOLID Principles Succinctly از انتشارات Syncfusion
اشتراک‌ها
پیاده سازی Row Level Security در EF6

In this article we are going to implement row level security, its solution makes our application refactoring based and this feature let us manage our project easily.

and this way will reduce your business code and if you use DDD can significantly reduce codes in services. 

پیاده سازی Row Level Security در EF6
اشتراک‌ها
مقاله ای مفید در مورد برنامه نویسی غیرهمزمان از مد تورگسن

Asynchronous methods in the upcoming versions of Visual Basic and C# are a great way to get the callbacks out of your asynchronous programming. In this article, I’ll take a closer look at what the new await keyword actually does, starting at the conceptual level and working my way down to the iron. 

مقاله ای مفید در مورد برنامه نویسی غیرهمزمان از مد تورگسن
اشتراک‌ها
مدیریت بدون کاغذ با OneNote 2016
OneNote makes your paper notebooks, index cards, and sticky notes obsolete, taming the “paper jungle” and raising your note taking to a whole new level. Microsoft OneNote 2016 makes taking notes a paperless activity, helping you become more organized, more productive, and more persuasive with your ideas than ever before.
مدیریت بدون کاغذ با OneNote 2016
اشتراک‌ها
پلاگینی برای ساخت DropDownList های مرتبط
A multi level dependent dropdown JQuery plugin that allows nested dependencies. The plugin allows you to convert normal select inputs, whose options are derived based on value selected in another input/or a group of inputs. It works both with normal select options and select with optgroups as well. 
پلاگینی برای ساخت DropDownList های مرتبط
اشتراک‌ها
تزریق وابستگی در ASP.NET 5
ASP.NET 5 has dependcy injection available at framework level and ASP.NET 5 makes heavy use of it. Most of things surrounding controllers, views and other MVC components are implemented as services that web applications consume. This post is quick overview of dependency injection in ASP.NET 5 with some examples 
تزریق وابستگی در ASP.NET 5