Tag Archive for 'ASP.NET'

ASP.NET: Getting Started with azure

p_getting_started_with_windows_azure

Windows Azure, cloud computing/hosting platform has been announced on the recent PDC 2008. Now as the dust settled I decided to give it a try. For the moment it is still available as a CTP – Community Technology Preview, so if you like you can test its functionality and deploy applications into ’the cloud’. At this time the pricing for the paid version of this service has not been determined but as Microsoft promises it will be competitive with the pioneers of cloud based storage, Amazon’s Web Services. So, lets get started with going trough the process of deploying a simple Hello World (or Hello Cloud) application, in this case made with ASP.NET (as it is possible to write your apps in Java in Ruby also)

Continue reading ‘ASP.NET: Getting Started with azure’

ASP.NET: Tracking/Identification of anonymous users

Some times there is a need to track the returning visitors even if they are anonymous. ASP.NET has a feature for this, called AnonymousID. We can use it in various situation like preventing shopping cart data, as a partial solution for preventing voting in polls more than once or as an id to use with ASP.NET Membership Profiles.

Continue reading ‘ASP.NET: Tracking/Identification of anonymous users’