اشتراک‌ها
NET Core 2.1.1. منتشر شد

.NET Core 2.1.1 comprises:

  • .NET Core Runtime 2.1.1
  • .NET Core SDK 2.1.301

SDK Installer SDK Binaries Runtime Installer Runtime Binaries ASPNET Core Runtime
Windows 32-bit / 64-bit 32-bit / 64-bit 32-bit / 64-bit 32-bit / 64-bit -
macOS 64-bit 64-bit 64-bit 64-bit -
Linux * See installations steps below 64-bit - 64-bit -
RHEL6 - 64-bit - 64-bit -
Linux ARM (glibc) - 32-bit / 64-bit - 32-bit / 64-bit 32-bit
Linux ARM (musl) - 64-bit 64-bit 64-bit 64-bit
NET Core 2.1.1. منتشر شد
اشتراک‌ها
Microsoft.Data.Sqlite 2.1 منتشر شد
// User-defined functions

connection.CreateFunction(
    "volume",
    (double radius, double height)
        => Math.PI * Math.Pow(radius, 2) * height);

// And use the function in SQL to find the biggest cylinder.

SELECT id, volume(radius, height) AS volume
FROM cylinder
ORDER BY volume DESC
LIMIT 1
Microsoft.Data.Sqlite 2.1 منتشر شد
اشتراک‌ها
ReSharper Ultimate 2018.1.1 منتشر شد

ReSharper’s shell loading has been optimized to decrease Visual Studio’s startup time. Now it is faster, and we have mostly got rid of the Visual Studio yellow notification about the slowness of starting up ReSharper. There is still a yellow box about total u 

ReSharper Ultimate 2018.1.1 منتشر شد
اشتراک‌ها
ASP.NET MVC 5.2.5 منتشر شد
Install-Package Microsoft.AspNet.Mvc -Version 5.2.5
Install-Package Microsoft.AspNet.WebApi -Version 5.2.5
Install-Package Microsoft.AspNet.WebPages -Version 3.2.5
ASP.NET MVC 5.2.5 منتشر شد
اشتراک‌ها
Bootstrap 4.1.1 منتشر شد

Here’s a quick rundown of some of the changes:

  • Added validation styles for file inputs
  • Improved printing of dark tables
  • Suppressed that text-hide deprecation notice by default
  • Fixed an issue where Collapse wasn’t working in Internet Explorer
  • Cleaned up some JS globals and improve coverage
  • Bumped dependencies, namely Jekyll
  • Fixed docs issue with incorrect name for our monospace font utility 
Bootstrap 4.1.1 منتشر شد