MSDN资料
http://www.microsoft.com/china/msdn/events/webcasts/shared/webcast/Series.aspx
http://www.microsoft.com/china/msdn/events/webcasts/shared/webcast/Series/EntLib.aspx
http://www.microsoft.com/china/msdn/events/webcasts/shared/webcast/Series/ASPNET_MVC2.aspx
http://msdn.microsoft.com/zh-cn/jj889437
<configSections> <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> </configSections> <connectionStrings> <add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient" /> </connectionStrings> <appSettings> <add key="ClientValidationEnabled" value="true" /> <add key="UnobtrusiveJavaScriptEnabled" value="true" /> </appSettings>