Showing posts with label MVC 4. Show all posts
Showing posts with label MVC 4. Show all posts

03 June 2013

Configuring Relationships with the Fluent API
Reminder to self to look at the MSDN Magazine June Issue when it comes out.
  Windows Azure Insider gets you up to speed on concepts and principles behind multi-tenant applications...

16 May 2013

A Microsoft book on Developing Multi-tenant Applications for the Cloud. 246 pages, free to download. This is so much better than having to buy those paper things.

15 May 2013

Dino Esposito has an article on Social Authentication in ASP.NET MVC 4 in this month's MSDN Magazine.

This was the article on OAuth that shows how to authenticate with facebook / twitter...
It is almost too easy to add OAuth authentication and authorization with Facebook, or Twitter to an MVC 4 Internet application. Include the commented out lines in the AuthConfig.cs file and add your facebook appId and appSecret and the job is done.

The only difficulty I had with this was down to a NuGet package that was not up to date. Click the update button and NuGet solves it for you. Microsoft are really making this easy.

14 May 2013

Having fun with Windows Azure and ASP.NET MVC 4...

My Bee Hive Inspection app is coming along nicely. It is remarkably easy to create a web based data driven app, put it in the cloud and access it from your mobile phone...