Event Hubs is a feature within the Azure and is intended to help with the challenge of handling an event based messaging at huge scale. To be specific it is a Highly scalable data streaming platform. The idea is that if you have apps or devices publishing telemetry events then Event Hubs can be the […]
Read more βSearch Results for: events
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 […]
Read more β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 βMicrosoft Dev Camps in Hyderabad β Register Now
Great news.. Date: September 20, 2013 Time: 08:30 am β 06:00 pm Venue: Regenta One, 115/1, ISB Road, Financial District, Nanakramguda, Gachibowli, Hyderabad – 500 032 Agenda TIME Session 08:30 am – 10:00 am Registration & Tea 10:00 am – 10:45 am Welcome Keynote 10:45 am – 11:45 am Windows 8 Platform Overview 11:45 am […]
Read more βVisual Studio 2013 – Update 2 is available
Microsoft has released the latest update for Visual Studio 2013 with major improvements including support for developing Universal apps for Windows 8.x, Win Phone, and XBOX. Here are the list of improvements included as part of the release(lending from Visual Studio team blog): Visual Studio 2013 Update 2 has many new capabilities as well as […]
Read more βGetting Started to become an MCSD in Windows Store Apps
Last few years Microsoft Developer Certification Exams progressed forward through two certification tracks or titles MCTS(Microsoft Certified Technology Specialist) and MCPD(Microsoft Certified Professional Developer). Earlier Microsoft certification titles been called as MCAD(Microsoft Certified Application Developer) and MCSD(Microsoft Certified Solution Developer), and Since .NET Framework 2.0 to 4.0 certifications – Microsoft renamed the titles as MCTS […]
Read more β