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 […]
Category: BCL(Base Class Library)
Visual Studio 2013 Update 5 (2013.5) RC–Released
Microsoft has released an release candidate version for VS2013 Update 5 (short: 2013.5). This update is the latest in a cumulative series of technology improvements […]
- .NET
- .NET Framework
- .NET Framework 4.6
- ASP.NET
- ASP.NET 5.0
- ASP.NET AJAX
- ASP.NET MVC
- BCL(Base Class Library)
- Microsoft
- Microsoft SDKs
- MSDN
- Portable Class Library
- SignalR
- Trial Downloads
- Updates
- Visual Studio 2015
- VisualStudio
- VS2015
- Web API
- Web API v2.0
- Windows
- Windows 10
- Windows 7
- Windows 8
- Windows 8.1
- Windows Phone 8.0 SDK
- Windows Phone SDK
Visual Studio 2015 RC–Download
During #Build2015 event Microsoft has unveiled Visual Studio 2015 RC (Release Candidate) with lots of improvements and fixes to CTP version of Visual Studio. RC […]
Visual Studio 2015 – ctp6
Microsoft today has released Visual Studio 2015 Community Technology Preview 6 (CTP 6), which includes some new features and improvements, such as new UI debugging tools for […]
Zip(Archive) API’s in .NET Framework 4.5 – Part 2 – ZipFile Class
In my previous post I shared some information on API’s/Classes included as part of System.IO.Compression namespace in .NET Framework 4.5, and given on overview of […]