The Microsoft Build Tour brings the best of Microsoft Build right to you. Developers building Line of Business or consumer applications using Cloud or traditional desktop technologies will hear firsthand from Microsoft experts about the latest technical news and updates from the Microsoft Build conference. Date & Timings: · DAY1 – Wednesday, June 21, 2017… Continue reading
Category: KnowledgeBase
Getting Started local development with Azure Cosmos DB services – Part 2
In my previous article we discussed about setting local development environment using Cosmos DB Emulator for Windows. With this part 2 of the article, we will cover developing, debugging and integration related aspects of using Cosmos DB Emulator. Developing with Cosmos DB Emulator Once you have Cosmos DB emulator installed and running on your machine,… Continue reading
Getting Started local development with Azure Cosmos DB services – Part 1
Azure Cosmos DB is a multi-API, multi-model highly scalable NoSQL database services from Microsoft Azure platform. In order to develop an application consuming Azure Cosmos DB requires an azure live subscription or emulator in your local machine. The Azure Cosmos DB Emulator provides a local development/test environment for Azure Cosmos DB development purposes. Using Azure… 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
Azure SDK for .NET 3.0 available for Visual Studio 2015/2017
Windows Azure SDK for .NET, which include SDKs, basic tools, and extended tools for Visual Studio development for Azure Cloud enabled applications. Microsoft has released latest Azure SDK for .NET along with Visual Studio 2017 (RTW). The new version v3.0 will support only Visual Studio 2015/2017, if you are using Visual Studio 2013 you can… 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
Azure Tips: Service Bus vs Azure Queue
Azure Service bus is a queuing technology that supports advanced features and allows access by processes created using various technologies and running in different domains. It allows ability to publish a message to multiple subscribers. read more Azure Queue is another queuing technology. However, it does not support the ability to publish a message to… Continue reading
Redis Cache–Azure Plans
Azure Redis Cache, a secure data cache based on Open source Redis Cache, which will provide you a fully managed/serviced instance from Microsoft. Means you don’t have to bear the burden of managing the server/software patches etc.. What is Redis Cache? Redis is an open source (BSD licensed), in-memory data structure store, used as a… 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