IMPORTANT NOTICE – Upgrade your Windows Azure platform CTP account‏

 Today i received mail from Microsoft Connect, informing me to upgrate Windows Azure platform CTP accounts. From FEB 1st 2010 onwards, Windows Azure will be going to run in production mode/live and we will be charged for out usages. Hhope this would be informative, so posting in.  Greetings from the Windows Azure Platform Team! We […]

Read more β†’

Telerik Extensions for ASP.NET MVC

Telerik .com has released Telerik  RAD Controls for ASP.NET MVC(Beta) to extend the ASP.NET MVC framework by delivering a server-based framework that integrates with client-side modules based on the popular JavaScript library, jQuery. Built on top of the Microsoft ASP.NET MVC framework, these new UI extensions facilitate development of reusable AJAX scripting components and deliver productivity […]

Read more β†’

Windows Azure Platform Benefits for MSDN Subscribers

Windows Azure Platform Benefits for MSDN Subscribers MSDN subscribers can get started developing on the Windows Azure platform today. Starting January 4, 2010, subscribers in many countries (see list on the right) will benefit from compute hours, storage, data transfers, SQL Azure databases and Windows Azure platform AppFabric messages included at no extra charge as […]

Read more β†’

The Singleton – Design Pattern

The Singleton – Design Pattern The Singleton Design Pattern ensures that only a single instance of a given object can exist. It does this by making the class constructor private so that it will be the singleton itself, and singleton class has full control over when the class instance is created.  In order to gain access to […]

Read more β†’