ASP.NET MVC site examples [closed] - asp.net-mvc

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I'm newbie to mvc, do decided to look through some site examples. Started from MVC Music Store from codeplex.
Can pls you give some other links of more and more complex MVC applications?

Pro ASP.NET MVC 3 Framework by Adam Freeman and Steven Sanderson is a great place to start.

Related

Is ASP.NET MVC a viable choice for a large project? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I want to use MVC for a big project, but I read in some website that this is not suitable for large projects.
Is this true? and are there examples of some great sites or application that have been written with this technology?
We built the site you are browsing with it.
StackOverflow is a 100k LoC ASP.NET MVC site, and is currently #66 #53 in the world for traffic according to Quantcast.
More in general, it matters much more how you use it.
Facebook is PHP based, twitter is Ruby based. Both are relatively slow interpreted languages, and yet, they work!

Can you use EF 4 and MVC 2? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
It's been about 6 months since I did any coding. The life of a Tech. Lead. Quick question-Can I use EF 4 and MVC 2? Or do I HAVE TO upgrade to MVC 3?
MVC does not care what you use for the model. You can use EF, ADO.NET, XML files, a web service, etc.

Lucene.Net in ASP .Net MVC application [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
Am currently looking to implement full text search in different pages of my asp .net MVC application and was thinking to use Lucene.Net to achieve this. I was hoping if someone could guide me through best practices how to achieve this in an asp .net MVC application with fluent nhibernate for multiple datatypes.
Thanks

Why or Why NOT to use Sharepoint 2010 as a CMS [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Can someone please list the pros and cons of using Sharepoint as a CMS? Especially for a site that has a bunch of systems integration and real time data access.
I believe developing a site in ASP.net MVC3 that you will be able to have tighter systems integration, loose coupling, and greater control over the presentation layer.
Any pros and cons would be great. Thanks.

Differnce between mvc and silverlight [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
which is future of web technology of microsoft
silverlight or mvc asp.net i am really confused
iam good in asp.net but completely unaware with silvelight and mvc
Silverlight is a RIA technology from Microsoft, best thought of as a Flash competitor. It uses XAML as a markup language.
MVC is a software pattern, but also used as part the name of a web application framework by Microsoft that utilizes this pattern - ASP.NET-MVC. It is an alternative to webforms (ASP.NET) - noted for being easier to write tests for and for plug-ability of IoC containers, view engines and more.

Resources