March 2011 - Posts

CSS is not applied on login page in ASP.NET
Wed, Mar 30 2011 9:18
Hi All, If you are working with asp.net and you tried to apply css classes on your web application which is linked in your master page. You might face a problem that the css classes doesn't show on your login page but it shows properly after you logged...
Deploy Your Facebook Application in Azure
Mon, Mar 21 2011 15:16
Hi All, If you trying to get started developing Facebook Applications in C#, Then you need to download facebook SDK in C#, and you can get the latest build from below link: http://msdn.microsoft.com/en-us/windows/ee388574 After you install Facebook SDK...
Thoughts & practices in Developing Cloud based solutions in Azure
Mon, Mar 14 2011 1:10
Hi All, I'm working for a while in designing and developing cloud based solutions using windows azure platform. In addition, I love working in the cloud and the concept to focus on developing business requirements rather than the infrastructure preparation...
How to calculate SQL Azure Storage per client in your DB ?
Tue, Mar 8 2011 5:01
Hi All, If you have a cloud based solution hosted in Windows Azure and you are using SQL Azure Database as a backend database. You will need to think about how much storage each client who is going to use your solution will consume from DB storage you...