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

.NET Core 2.1.2 comprises:


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 (for glibc based OS) See installations steps below 64-bit - 64-bit 64-bit
Linux ARM (for musl based OS, such as Alpine) - 64-bit - 64-bit 64-bit
Linux ARM - 32-bit / 64-bit - 32-bit / 64-bit 32-bit
RHEL6 - 64-bit - 64-bit
NET Core 2.1.2. منتشر شد
اشتراک‌ها
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 منتشر شد
اشتراک‌ها
Angular 6 منتشر شد

The 6.0.0 release of Angular is here! This is a major release focused less on the underlying framework, and more on the toolchain and on making it easier to move quickly with Angular in the future. 

Angular 6 منتشر شد
اشتراک‌ها
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 منتشر شد