Click here to Skip to main content
15,888,177 members
Please Sign up or sign in to vote.
2.33/5 (3 votes)
See more: , +
I am new in MVC3.
My question is..?
which technologies do i have to use for develop project in MVC3
1 font end :?
2 Server side : ?
3 Back end sql server : ?

for IE , Firefox and chrome all these must and should support and should not face browser issues in future?

Please suggest me ?
Posted
Updated 6-Aug-13 2:03am
v2

1 solution

1.Front End -

Twitter Bootstrap -

http://getbootstrap.com/getting-started/[^]

jQuery -

http://jquery.com/[^]

2.Server side -

Use MVC 4 with C# -

http://www.asp.net/mvc/mvc4[^]

3 Back end sql server :

You can use Sql server 2008/2012 or Oracle with EF 5 ORM(Object Relational Mapper)

http://msdn.microsoft.com/en-us/data/ef.aspx[^]

http://msdn.microsoft.com/en-us/data/ee712906[^]

http://msdn.microsoft.com/en-us/data/ee712907[^]

I hope this will help to you.
 
Share this answer
 
v3
Comments
Sridhar Patnayak 6-Aug-13 8:23am    
I don't agree with you, In MVC architucture, View will comes into front end, controller , model and ORM(Object Relational Mapper) will comes into server side, back end will be sqlserver or Oracle.
Sampath Lokuge 6-Aug-13 8:30am    
@Sridhar Here, he is not asking about the architecture of the MVC. He is just asking the best technologies, which will help for his development.I gave an answer for that question.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900