خلاصه بحث طراحی BulkUpdate و BulkDelete در EF Core 7
200, OK
https://github.com/dotnet/efcore/issues/795#issuecomment-1027878116 icon
  • Implement terminating BulkUpdate/BulkDelete operators that work with new: 
context.Customers.Where(...).BulkDelete();
context.Customers.Where(...).BulkUpdate(c => new Customer { Age = c.Age + 1 });
context.Customers.Where(...).BulkUpdate(c => new { Age = c.Age + 1 });

خلاصه بحث طراحی BulkUpdate و BulkDelete در EF Core 7
رایگان شدن بیش از ۷۰۰۰ دوره سایت Pluralsight در ماه آوریل
301, MovedPermanently
https://www.pluralsight.com/offer/2021/free-april-individual icon

همانند سال گذشته سایت Pluralsight بیش از ۷۰۰۰ دوره خود را به صورت رایگان در اختیار عموم قرار داده است.

برنامه دریافت لینک‌های دانلود دوره‌ها ^ و بروزرسانی ^

رایگان شدن بیش از ۷۰۰۰ دوره سایت Pluralsight در ماه آوریل
گیت‌هاب ایران را به طور کامل رفع تحریم کرد
301, MovedPermanently
https://github.blog/2021-01-05-advancing-developer-freedom-github-is-fully-available-in-iran/ icon

Today we are announcing a breakthrough: we have secured a license from the US government to offer GitHub to developers in Iran. This includes all services for individuals and organizations, private and public, free and paid. 

گیت‌هاب ایران را به طور کامل رفع تحریم کرد
راه‌اندازی .NET Live TV - پخش زنده روزانه
200, OK
https://devblogs.microsoft.com/dotnet/dotnet-live-tv/ icon

Today, we are launching .NET Live TV, your one stop shop for all .NET and Visual Studio live streams across Twitch and YouTube. We are always looking for new ways to bring great content to the developer community and innovate in ways to interact with you in real-time. Live streaming gives us the opportunity to deliver more content where everyone can ask questions and interact with the product teams. 

راه‌اندازی .NET Live TV - پخش زنده روزانه
دیباگ برنامه‌های دات‌نت کور در محیط لینوکس
200, OK
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.Dot-Net-Core-Debugging-With-Wsl2 icon

The .NET Core Debugging with WSL 2 – Preview extension lets you run and debug your .NET Core console and web applications in WSL 2 from Visual Studio. This allows Windows developers targeting Linux production environments to have a higher fidelity local debugging experience.

دیباگ برنامه‌های دات‌نت کور در محیط لینوکس