开发者

RIA + LINQ to SQL Vs RIA + Entity Framework

开发者 https://www.devze.com 2023-02-28 07:39 出处:网络
I am going to develop a web site will have 80,000 to 100,000 views per day. there will be less insertion operation and more retrieval operation. so Performance of website is a big issue for me. I want

I am going to develop a web site will have 80,000 to 100,000 views per day. there will be less insertion operation and more retrieval operation. so Performance of website is a big issue for me. I wants to work with .NET framework (4.0) and sql server 2005. (will not use silverlight). Please tell me which will be best suitable for me: Should i use RIA services in it. Should i u开发者_如何学运维se RIA with LINQ to SQL or with Entity Framework. Should i use WCF services in it. should i go with MVC2 or MVC3.

please suggest best combination like: MVC3 + RIA + LINQ to SQL + JQuery

i know i have asked many questions in single question but really i need experts advice before starting my application.

Thanks.


I think you should go with MVC3 (lots of new features and improvements over MVC2) with EntityFramework 4.1 (you can use Code First which is very simple and straightforward). If you need web services, I think you should use WCF (since RIA Services is really intended for use with Silverlight).


I would strongly suggest you ditch SQL and go with RavenDB.

It is a document based database built exactly for the purpose of large data retrieval. On top it integrates smoothly with LINQ.

Other than that it should be ASP.NET MVC 3 and jQuery. If it's client-side extensive application then you should also learn Backbone.js or Knockout.js to make things a lot easier and user friendly at the client-side.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号