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… Continue reading
Category: C#.NET
C#.NET
Azure Cosmos DB – Change feed support(PREVIEW)–available
Today Microsoft announced the preview of Change feed Support for Azure Cosmos DB, which allows you to build scalable solutions. By default change feed will be enabled in all the accounts. Change feed provides an output of sorted list of documents that has been changed in the order in which they are modified by client… Continue reading
Introduction to NDepend : Static Code Analysis Tool
As a developer, you always have to take the pain of getting adapted to the best practices and coding guidelines to be followed as per the organizational or industrial standards. Easy way to ensure your coding style follows certain standard is to manually analyze your code or use a static code analyzer like FxCop, StyleCop… Continue reading
Blazer – The new experimental web framework from Microsoft
In this world of multiple Web frameworks Microsoft would not want to stop experimenting with new frameworks for Web development. Innovation is a key to Microsoft, doesn’t matter the start later than the React(Facebook) and Angular(Google) , but Microsoft has proven most of the times they are good in developing cutting edge frameworks. That’s how… Continue reading
Getting Started with Azure Functions App
In my previous article I gave you an overview of Azure Functions and discussed about the benefits of the Azure Functions. With this session I will cover you with necessary steps to create an initial basic functions app. Getting Started: Login to Azure Portal, you will see Function Apps section in the left menu. This… Continue reading
.NET Framework 4.7–Released for All versions of Windows
Microsoft has released next version of .NET Framework (do not get confused with .NET Core) . Though the .NET Framework 4.7 was released as part of Windows 10 Creators Update a month ago. You can now install the .NET Framework 4.7 on other versions of Windows Download the: .NET Framework 4.7 – Web installer | … Continue reading
Visual Studio 2017 Install error– 0x80131500 – Failed to Deserialize packages
I was frustrated by this error when I am trying to reinstall Visual Studio 2017 after my visual studio got corrupted/failed during upgrade to 15.1 ( or after a previous installation failed due to low disk space). There is a file called ‘state.json’ , in below mentioned path, which is creating this particular issue. %ProgramData%\Microsoft\VisualStudio\Packages\Instances\<instance> … Continue reading
Visual Studio 2017 Released
Microsoft has released today the latest version of Visual Studio. The new Visual Studio 2017 will help you develop apps for Android, iOS, Windows, Web, and Cloud. It will also help you use version management, be agile, and collaborate effectively. Includes support for Xcode 8.3, iOS 10.3, watchOS 3.2, and tvOS 10.2 tools and APIs in… Continue reading
Introduction to IoT Hub
IoT Hub is a fully managed service from Microsoft Azure as part of Azure IoT Suite that enables reliable and secure bi-directional communications between millions of IoT devices and your solution back end. Azure IoT Hub are designed to provide following capabilities: Multiple device-to-cloud and cloud-to-device communication options, including one-way messaging, file transfer, and request-reply… Continue reading
Visual Studio 2015 Update 3 – Download
Today Microsoft has released Update 3 for Visual Studio 2015. Visual Studio 2015 Update 3 includes a variety of capability improvements and bug fixes. To find out what’s new, see the Visual Studio 2015 Update 3 Release Notes. For a list of fixed bugs and known issues, see the Visual Studio 2015 Update 3 MSDN… Continue reading