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 →Category: VS2010
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 →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 →Microsoft Enterprise Library 6–Released
Microsoft has released the version 6.0 of their Microsoft Enterprise Library collection. Microsoft Enterprise Library is a collection of reusable components to meet your needs in developing enterprise applications using .NET technologies. Quoting from Microsoft Microsoft Enterprise Library is a collection of reusable application blocks designed to assist software developers with common enterprise development challenges. […]
Read more →Kinect for Windows SDK v1.7 released
Microsoft has released the latest version of Kinect for Windows SDK – v1.7 with cool features for developers. The key features introduced are: Kinect Interactions – Kinect Interactions are designed to let users intuitively do things like press their hand forward a few inches to push a button, or close their hands to “grip and […]
Read more →