I found this useful… In this production, Scott Hanselman and Rob Conery offer suggestions and advice on how you can get out there, and get involved. Blogging, Twitter, Github, StackOverflow, …...
ASP.NET Web API, Part 1: Your First Web APIASP.NET Web API, Part 2: Getting DataASP.NET Web API, Part 3: Delete and UpdateASP.NET Web API, Part 4: Paging and QueryingASP.NET Web API, Part 5: Custom…...
How To Guide to Installing and Booting Windows 8 Consumer Preview off a VHD (Virtual Hard Disk) : Scott Hanselman runs you through the steps involved in installing and booting Windows 8 Consumer Pr...
Using MS WebAPI to add API Support to Your Existing ASP.NET MVC Web Applications : Sumit Maitra talks about how to use the newly launched WebAPI in an existing MVC 3 application by upgrading it to ...
The idea of Specification pattern according to Martin Fowler is to separate the statement of how to match a candidate, from the candidate object that it is matched against. As well as its usefulnes…...