Sunday, August 24, 2014

Back-end operations with Cloud Service (Worker Roles)

With my previous post about Creating Cloud Service I mentioned two Roles in Azure. 1. Web Role 2. Worker Role With this Post we will working with Worker Role . I'm using the same code that I use in Creating Cloud Service  post What is Worker Role ?? Worker role is the component that doing background operations in Azure web service. If you need to implement background service such as background listener with your cloud service this is...

Thursday, August 14, 2014

Creating Azure Serice with Active Directory Login

When we are working with different requirements in a project there may be issues like this. Clients want to available all data in the application (with application) just for authorized users. Ex: All management portals may just only available for mangers In this kind of scenario developers need to maintain separate authentication mechanisms to authenticate users. Specially those mechanisms may not be the perfect in security point of view. Azure...

Monday, August 11, 2014

Publish Cloud Services

Lets see how to publish your cloud service to Azure with visual studio. In here I'm going to use same loud service that we build in my previous post Creating Cloud Service. 1. Open your solution in Visual Studio and select your project R-Click and then Publish 2. Then it will prompt Publish Windows Azure Application windows. Then sign in to your Azure Account and select your subscription that you want to use and click Next 3....

Creating Cloud Service

Today we are going to create windows Azure cloud service. Not like my previous post about creating Azure mobile service today i'm going to totally working with visual studio and not going to the azure portal before start , you need to have Azure subscription Visual Studio ( http://www.visualstudio.com/ ) Azure SDK (http://azure.microsoft.com/en-us/downloads/) -.NET Unlike most of other cloud service providers azure provide SDK's for developers...

Monday, August 4, 2014

Test Your OOP and C# Knoledge Free

Visit      bit.ly/oopcsha...