Can you use EF 4 and MVC 2? [closed] - asp.net-mvc

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.

Related

If MVC controller can also return JSON result, why use ASP.NET Web API for the same purpose? [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 5 years ago.
Improve this question
Why would one use ASP.NET Web API Controller when we can return JSON using MVC controller?
Data formats, content negotiation, self-hosting(avoiding IIS) and importance of method signature are the key reasons to use web api. Please have a look at the following links and it will help you in understanding the difference between the both:-
http://www.binaryintellect.net/articles/7bfdd512-91e3-49a4-865d-6dd03ace73fb.aspx
Using WebAPI or MVC to return JSON in ASP.NET

ASP .NET core missing startup.cs - how to do Dependency Injection [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
I am working on a MVC project (.NET core) and i need to do dependency injection, to inject som interfaces to my controllers.
I realize that i have no startup.cs (that i am used to in older projects).
How do i register a service?
From your screenshot, I don't think that's a .NET core project. That's the old ASP.NET 4.x template.
As for DI in ASP.NET Core see the docs https://learn.microsoft.com/en-us/aspnet/core/fundamentals/dependency-injection

Silverlight 4 to Silverlight 5 migration [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 8 years ago.
Improve this question
I am starting to upgrade my Silverlight projects from SL4 to SL5, is there any key points/best practices to keep in mind?
Any specific issues with Visual studio 2010 + Silverlight 5?
Mostly it does not differ a lot
Heres the msdn migration link
Silverlight 4-5

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

ASP.NET MVC site examples [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
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.

Resources