مقایسه‌ای بین سرعت NET 4.7.2. و NET Core 2.1.
200, OK
https://aloiskraus.wordpress.com/2018/11/25/how-fast-can-you-get-with-net-core/ icon

.NET 4.7.2 is for streaming data into memory between 2% (Unsafe Parse x86), 7% (Unsafe Parse x64) and 40% (Span Parse x64) slower than .NET Core. Especially the 40% speed drop for Span based Apis due to the lack of JIT support by the .NET Runtime is unfortunate.  

مقایسه‌ای بین سرعت NET 4.7.2. و NET Core 2.1.
عملیات CRUD با ASP.NET Core و با استفاده از VS Code و ADO.NET
301, MovedPermanently
https://medium.freecodecamp.org/how-to-perform-crud-operations-with-asp-net-core-using-vs-code-and-ado-net-b12404aef708?gi=e747b986b199 icon

In this article we are going to create a web application using ASP.NET Core MVC with the help of Visual Studio Code and ADO.NET.

عملیات CRUD با ASP.NET Core و با استفاده از VS Code و ADO.NET