Author Archives: r2

How to REALLY delete an Azure Active Directory B2C tenant

You probably landed here after feeling a little of the pain inherent in attempting to delete an Azure Active Directory B2C tenant. I have read several FAQ’s, How To’s, posts, and forum pleadings on the topic and I’ve yet to … Continue reading

Posted in Azure, Azure Active Directory B2C, Microsoft Azure | Comments Off

Using Azure Active Directory to Add World-Class Security in Under an Hour

Thanks to all that made it out to the Azure in the ATL meetup last night and thanks to Microsoft and Agile Thought for sponsoring the event and to John Garland for leading the group.  Here are the slides from … Continue reading

Posted in Azure, Azure Active Directory B2C, Microsoft Azure | Comments Off

Where Oh Where Did My Response.SignOut Go in ASP.NET v.Next beta 6?

If you’ve just fought through an update from ASP.NET v.Next beta whatever to beta 6 and now you’re staring down the last few red squiggled lines only to come across this little gem about SignOut no longer existing, I can … Continue reading

Posted in ASP.NET | Comments Off

Azure Bits #4 – Adding the Azure Web Job

This post’s main objective was originally about completing the initial skeleton of uploading an image from a web page and generating a thumbnail from an Azure Web Job using Azure Blob Storage and Azure Queues, but it turned into a … Continue reading

Posted in Azure, Microsoft Azure | Comments Off

Azure Bits #3 – Adding a Message to an Azure Queue

In Azure Bits #2 – Saving the Image to Azure Blob Storage, we were able to save our image to Azure Blob Storage and verify that this all went according to plan after re-publishing our site to Azure. In this … Continue reading

Posted in Azure, Microsoft Azure | Comments Off

Azure Bits #2 – Saving the Image to Azure Blob Storage

Creating the Azure Storage Account In Azure Bits #1 – Up and Running, we got a skeleton in place for our web application that will allow the user to upload an image and we published our Azure Image Manipulator Web … Continue reading

Posted in Azure, Microsoft Azure | Comments Off

Azure Bits #1 – Up and Running

As Steve Porter mentioned in his blog post, How Wintellect Uses Microsoft Azure, we are making pretty heavy use of many offerings in the Azure toolset for our internal and client-facing web properties here at Wintellect and have been doing … Continue reading

Posted in Azure, Microsoft Azure | Comments Off

Windows 8 Start Menu Toggle

Since getting my hands on Windows 8 this past week, I (like many others) have really grappled with the constant accidental returning to the metro tiles every time I try to search for something in the new neutered Start Menu … Continue reading

Posted in Windows 8 | Comments Off

How to Scale a jQuery Mobile Site for iOS

I was recently working on a jQuery Mobile application and everything looked great on my 21” touch monitor on several browsers, but when I deployed to the server and then hit the page on my iPhone, I ran into a … Continue reading

Posted in iOS, jQuery Mobile | Comments Off

How to Include and Deploy Data using a Visual Studio Database Project

I’m a big fan of Visual Studio’s Database Project and I’ve used them successfully in several client projects.  If you are not familiar with using the Database Project, I encourage you to give it a look.  It gives me a … Continue reading

Posted in Data, Visual Studio 2010 | Comments Off