Wrapping up the VSLive Redmond Week A few days ago I had the opportunity to deliver two sessions in the VSLive Redmond conference. In the conference I delivered two different sessions: Working with Client-Side HTML5 Storages – slide deck and demos are available to download from this link . Not Just a Designer: Code First in Entity Framework – slide deck and demos are available to download from this link . I want to thank all of the attendees in both of the sessions. I had the opportunity to meet...
Avoiding Circular Reference for Entity in JSON Serialization One problem that I was facing yesterday while working on an ASP.NET MVC application was a JSON serialization issue. The problem was a circular reference caused by the DataContractJsonSerializer because of relations between the entity and other entities. In this post I’ll show you how you can use a simple workaround in order to avoid the problem. The JSON Serialization Error Returning the output of the JSON method in an...
MIX11 Second Day Sessions Summary Here is a summary of the sessions I attended in the second day of MIX11: An Overview of the MS Web Stack of Love In the session Scott Hanselman showed a lot of demos in the Microsoft web platform. The things that Scott showed: ASP.NET MVC 3 + new tools Scaffolding IIS Express NuGet EF4.1 Glimpse – a new open source package which is FireBug like tool for MVC framework. Get the insight of the flow of your MVC application. Knockout.js: Helping you build dynamic JavaScript...