C# 8.0 New Feature–Interface Default Implementation for Methods

With upcoming C# 8.0, there is an interesting feature called default implementation body for methods within an interface definition. That means if you have few methods signatures defined and you want make implementation classes to implement these methods optionally (remember, previously all interface methods needs to be implemented in implementation classes) , with C# 8.0, […]

Read more β†’

Azure DevOps Server 2019 rc1–Available/Download Now

Microsoft has announced the availability of first release candidate (RC) of Azure DevOps Server 2019. The Azure DevOps Server(previously TFS/Team Foundation Server) delivers the Azure DevOps Services optimized for customers who prefer to self-host these devops services on-premises. Key Features included/improved : Branding Changes Azure DevOps Server includes support for Azure SQL in addition to […]

Read more β†’

Visual Studio 2017–Version 15.9.0 released

Microsoft has today released Visual Studio 2017 – Update 15.9.0 with lots of bug fixed and improvements to the IDE for stability and performance. Release Notes: Visual Studio 2017 version 15.9 Minor Release Download the latest update from: visualstudio.com/downloads Latest News: There is a new service update released on November 15, 2018 — Visual Studio […]

Read more β†’