>

C#


Role Extender

Application security is one of those inevitable things that every application you develop must handle. Thankfully, in ASP.NET, Microsoft has made security a pretty easy thing to implement. Most of the applications that I have created use Role based security (Read more here: Managing Authorization Using Roles) which can be easily configured in the web.config…


Windows Azure Cloud Platform

The Microsoft Windows Azure platform is a Cloud Computing environment that allows customers to run applications and store data in Microsoft data centers around the world.  The core of the Azure platform is the Windows Azure cloud-based operating system.  This operating system provides the compute, storage, and networking capabilities required by Cloud Computing applications, as…