تغییرات ASP.NET Core در NET Core 3.1 Preview 1.
302, Found
https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-core-3-1-preview-1/ icon

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.
با MyTested.AspNetCore.Mvc، برای پروژه‌های ASP.NET Core ساده‌تر تست بنویسید
200, OK
https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc icon

MyTested.AspNetCore.Mvc is a strongly-typed unit testing library providing an easy fluent interface to test the ASP.NET Core MVC framework. It is testing framework agnostic so that you can combine it with a test runner of your choice (e.g. xUnit, NUnit, etc.). 

با MyTested.AspNetCore.Mvc، برای پروژه‌های ASP.NET Core ساده‌تر تست بنویسید
Race Condition در برنامه‌های وب چیست؟
200, OK
https://memoryleaks.ir/race-condition-in-web-application/ icon

«... در این پست میخوایم آسیب پذیری Race Conditon رو تشریح کنیم،اول بگیم که این آسیب پذیری چیه و یه مثال در دنیای واقعی ازش بگیم،بعد بریم یک اسکریپت PHP از گیتهاب که آسیب پذیری Race Condition داره رو کلون و اکسپلویت کنیم ...»

Race Condition در برنامه‌های وب چیست؟
خداحافظی با حملات CSRF و cross-site leak برای همیشه از کروم 80 به بعد
200, OK
https://textslashplain.com/2019/09/30/same-site-cookies-by-default/ icon

In Chrome 80 and later, cookies will default to SameSite=Lax. This means that cookies will automatically be sent only in a first party context unless they opt-out by explicitly setting a directive of None.
But if you’re a web developer, you should start testing your sites and services now to help ensure a smooth transition. 

خداحافظی با حملات CSRF و cross-site leak برای همیشه از کروم 80 به بعد