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

The AngularCLI team has said that they even plan on shipping their next major version (only ~week away) using webpack 4!  

webpack 4 منتشر شد