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 | […]
Read more βCategory: VS2012
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 This approach ensures that only one instance is created and only when the instance is needed. Also, the […]
Read more βNuGet Package – Unity.WebAPI
Today I came across this interesting Nuget Package for creating ASP.NET Web API project with Microsoft Unity Dependency Injection container. It is pretty simple to configure and install on your existing Web API project or new ones. Inorder to use it, use the respective NUGET package from below links: ASP.NET Web API v1.0 – Unity.WebAPI […]
Read more βKinect SDK for Windows v 1.8 Released
Microsoft has released latest version of Kinect SDK for Windows and Kinect Developer Toolkit for Windows. The Kinect for Windows Software Development Kit (SDK) enables developers to create applications that support gesture and voice recognition, using Kinect sensor technology on computers running Windows 7, Windows 8, Windows 8.1, and Windows Embedded Standard 7. News features […]
Read more βThe Interestingly new IE 11– F12 Developer Tool Bar
With the release of Windows 8.1 Preview β Microsoft has released the Internet Explorer 11 (PREVIEW) which includes a new developer tools for Windows. How to open Developer Tool in IE11? After opening IE11 β press F12 key β this invoke developer tool bar in IE. F12 Developer Tool bar was existing since the earlier […]
Read more βWindows Phone Toolkit–June 2013–Release – v4.2013.06.11
Windows Phone team has released the latest update(v 4.2013.06.11) for Windows Phone Toolkit available through NuGet. Get it as an NuGet package: https://nuget.org/packages/WPtoolkit/4.2013.06.11 Find whatβs new in Release Notes: https://phone.codeplex.com/releases/view/106971
Read more β