3 articles Tag MVC

StackOverflow featured as Microsoft Case Study

I bumped into this Microsoft Case Study showcasing Stack Overflow site and its ASP.Net MVC based architecture. [link]. The point of interest for me was the infrastructure specs for that site… # Presentation. Customers browse pages served by Windows Server 2008 Standard, through IIS 7.5. The Web servers are computers with Xeon quad core CPUs and 8 gigabytes (GB) RAM. When a user submits a question or an answer, their information is written to the …

Continue reading →

Ext JS anyone?

I am playing with Ext JS, a javascript framework that provides a great UI tool set and all things AJAX! I am interested in hearing from anyone who has build real world solutions using Ext JS, anyone?

Continue reading →

JSON Serialization and Circular Reference Error !

I have a table that references a child table with reference to parent (!), I am using LINQ to SQL, for a paricular scenario, when I want to serialize my result using Json(obj) in my controller code, I got an error saying.. “A circular reference was detected while serializing an object of type..” This issue is very well explained by Rick Strahl in his blog (link here) If we are using WCF services, setting SerializationMode …

Continue reading →