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
Category: Windows
Windows is a 1980 thriller starring Talia Shire, Joseph Cortese and Elizabeth Ashley, directed by Gordon Willis.
Emily Hollander (Shire) is the subject of a lesbian obsession at the hands of Andrea Glassen (Ashley), her next-door neighbor. As Emily begins dating detective Bob Luffrono (Cortese), Andrea overflows with jealousy, spying on Hollander through her own window.
The film was the subject of many protests from gay rights activists who accused the film of being homophobic and resorting to hateful stereotypes of lesbians.
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
.NET Core 1.0.1 Update (September 2016) Available
Microsoft .NET Core team has released an update to .NET Core 1.0, versioned as “.NET Core 1.0.1”. Read more detailed updates from Microsoft Developer Announcement Blog:Â Announcing September 2016 Updates for .NET Core 1.0 You can read the release notes for .NET Core, ASP.NET Core and Entity Framework 1.0.1 to learn about the specific changes that… 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
Visual Studio 2015 Update 2–Download
Today Microsoft has released Update 2 for Visual Studio 2015. Visual Studio 2015 Update 2 includes a variety of capability improvements and bug fixes. To find out what’s new, see the Visual Studio 2015 Update 2 Release Notes. For a list of fixed bugs and known issues, see the Visual Studio 2015 Update 2 MSDN… Continue reading
Visual Studio Code – download
Visual Studio Code is free open source editor from Microsoft. Download: Visual Studio Code for Windows Visual Studio Code for Mac OS Visual Studio Code for Linux Release notes
Installing Windows 10 Client Hyper-V in VMware Workstation/Fusion/ESX
As a Windows 10 Insider, I would always latest version of Windows on VMWare Player, Workstation or VirtualBox. Recently I was trying to set up a Windows Phone 10/UWP development environment inside a VMWare virtual machine. I tried to enable Hyper-V platform components in my Windows 10 Preview Virtual machine. It shows an error. Hyper-V… Continue reading
Back to Basics : Singleton Design Pattern using System.Lazy type
This article takes you to a simpler/alternative approach in making a Singleton Design Pattern implementation using System.Lazy class rather that using our traditional approach. Singleton Design Pattern implementation without lazy initialization: This code is thread safe enabled [code language=”csharp” padlinenumbers=”true”] /// <summary> /// Singleton class /// </summary> public class AppConfig { private AppConfig() { }… Continue reading
Introduction to HTTP/2
The reason I got started with topic is that, there were some buzz around Visual Studio 2015 RC support for HTTP/2 and Windows 8 – IIS support for HTTP/2. I was curious to learn further about the HTTP/2 and sharing my findings in this article. About HTTP/2. HTTP/2 is the first new version of HTTP… Continue reading