Question : SharePoint 2010 Site creation Error

I am getting this error when creating my first site in sharePoint 2010. Can someone help me solve the problem.


Dependency feature with id 2ed1c45e-a73b-4779-ae81-1524e4de467a for feature 'BaseSite' (id: b21b090c-c796-4b0f-ac0f-7ef1659c20ae) is not installed.

Troubleshoot issues with Microsoft SharePoint Foundation.

Correlation ID: 8a346042-39d3-43e3-96a6-828e9fc440dc

Date and Time: 7/20/2010 7:51:19 PM

Answer : SharePoint 2010 Site creation Error

The MVC framework is completely separate from your data-access technique so you can use whatever type of data access layer you want with it, including the plain old ADO.NET classes. A lot of the samples use direct table access because that is the way the wind is blowing at the moment and it offers the most flexibility.
Linq to SQL works pretty well with stored procedures so may well be of use to you.
The MVC Framework pretty much focusses on managing the views and controllers. The model part is left up to you to implement however you see fit.
Random Solutions  
 
programming4us programming4us