ده قابلیت ASP.NET Core برای توسعه دهندگان ASP.NET MVC
301, MovedPermanently
http://www.codeguru.com/csharp/.net/top-10-features-of-asp.net-core-for-asp.net-mvc-developers.html icon

ASP.NET Core 1.0 (formerly ASP.NET 5) provides a revamped Web development framework geared towards the requirements of modern Web applications. The new framework, currently in RC1, requires you to learn many new concepts not found in ASP.NET MVC 5. To that end, this article enumerates a few important features that ASP.NET MVC 5 developers should know as they prepare to learn this new framework. 

ده  قابلیت  ASP.NET Core  برای توسعه دهندگان ASP.NET MVC
استفاده از کش توزیع شده در asp.net core
301, MovedPermanently
http://www.c-sharpcorner.com/article/working-with-a-distributed-cache-in-asp-net-core/ icon

n general terms, caching takes place where the frequently-used data is stored, so that the application can quickly access the data rather than accessing the data from the source. Caching can improve the performance and scalability of the application dramatically and can help us to remove the unnecessary requests from the external data sources for the data that changes infrequently. 

استفاده از  کش  توزیع  شده  در   asp.net core
منسوخ اعلام شدن SmtpClient به صورت رسمی
301, MovedPermanently
https://www.infoq.com/news/2017/04/MailKit-MimeKit-Official icon
[System.Obsolete("SmtpClient and its network of types are poorly designed, we strongly recommend you use https://github.com/jstedfast/MailKit and https://github.com/jstedfast/MimeKit instead")]
public class SmtpClient : IDisposable
منسوخ اعلام شدن SmtpClient به صورت رسمی