Reputation: 2730
since last week I've been busy with mvc3. I'm new to the whole .net scene, the only programming experience I have is C++.
What I'm trying to do is make a CMS using mvc3. The assignment is to replace the current CMS (Umbraco) and implement a new one. The existing database sits in a windows 2008 R2 server, and it is a MSSQL server database.
The problem is that I have no idea where to look for something like this, everything I find is either about a local database within the solution or stuff I don't understand a thing about. If someone could direct me towards some tutorials that cover my problem I'd be very happy :).
Upvotes: 0
Views: 465
Reputation: 1038710
There are lots of tutorials here and a good place to get started with ASP.NET MVC: http://asp.net/mvc
Upvotes: 3