Introduction to Microsoft .Net Services – .Net User Group presentation slides and samples
Wednesday, November 19 2008 | Tags - azure, user-group-talk, dotnet-services | So far 0 comment(s) |
Thanks to all who came along to my presentation today :) You can download the presentation below : Hello World Sample :...
Windows Azure Table Storage
Friday, November 07 2008 | Tags - azure, azure-tables | So far 0 comment(s) |
Windows Azure provides simple data storage services like blobs, tables and queues to store your data in the cloud. They are called as Storage Account Using Table Storage is one of the simplest way to start exploring the Windows Azure Storage. The tables are accessed using a Uri which is: http://{application...
Windows Azure Tables : Going ‘cloud’ from local storage
Friday, November 07 2008 | Tags - azure, azure-tables | So far 0 comment(s) |
If you want to take your applications to the ‘cloud’ from the local storage, that is, from http://127.0.0.1:10002 to http://{application-name}.table.core.windows.net/ , all you need to do is edit your ServiceConfiguration.csfg file of your Web Role with the proper values! <?xml version...
WPF Ribbon - ApplicationSplitMenuItem
Thursday, November 06 2008 | Tags - wpf, programming | So far 0 comment(s) |
If you have started working on the newly released WPF Ribbon, you would have noticed that you can use ApplicationMenuItem and ApplicationSplitMenuItem to create menus. What is the basic difference between them? To start with, let me show you via some screenshots: Below is an ApplicationMenuItem And,...
Proper way to create Menus + Submenus in WPF Ribbon
Tuesday, November 04 2008 | Tags - wpf, programming | So far 0 comment(s) |
My last post on WPF Ribbon had a working sample with Menus and Submenus in the Office Button, but something was wrong there. If you had downloaded the sample, sure you would have noticed it. Below is a screenshot: You can see that the submenu isn’t showing the full list as in the below screenshot...
Using Cardspace authentication with .Net Services
Tuesday, November 04 2008 | Tags - azure, dotnet-services | So far 0 comment(s) |
If you want to use CardSpace authentication in your .Net services, then all you need to do is don’t add any authentication type to your binding ;) Confused? Well, .Net Services by default uses CardSpace Authentication. So, all you need to supply is just your solution name and automatically you...
Programming Microsoft .Net Services
Monday, November 03 2008 | Tags - azure, dotnet-services | So far 1 comment(s) |
If you are not familiar with Microsoft .Net Services, do read my earlier post So, are you ready to start programming .Net Services ? Not so fast, there are still certain things that you need to know before you start coding ;) Microsoft .Net Services Account First you need a Microsoft .Net Services account...
Getting Started with Microsoft .Net Services
Sunday, November 02 2008 | Tags - azure, dotnet-services | So far 0 comment(s) |
Microsoft .Net Services is a part of the recently announced Microsoft Azure Platform . What does Microsoft .Net Services provide ? Microsoft .Net Services consists of three main components: Service Bus Access Control Workflow Services They provide a hosting platform where you can develop connected, peer...
Windows Azure SDK (October 2008 CTP) : Table Service not starting?
Sunday, November 02 2008 | Tags - azure | So far 0 comment(s) |
After downloading the Windows Azure SDK (October 2008 CTP) , I wanted to create a simple application which can make use of Azure Tables . Using the Development Storage tool, Azure SDK simulates the Azure Tables in your local machine than in the cloud. But, when I started the Development Storage tool...
Getting Started with the WPF Ribbon [Preview] Control
Saturday, November 01 2008 | Tags - wpf, programming | So far 2 comment(s) |
Microsoft introduced the Ribbon Interface with its Office 2007 release. Very soon, many developers (like, DevComponents’s WPF Ribbon Control and this CodeProject article ) started developing their own controls. At PDC this year, Scott Gu announced about the new WPF Ribbon Control added to the WPF...





