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>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-24
  • 2021-08-16
  • 2021-07-02
  • 2022-12-23
  • 2022-01-08
  • 2022-02-09
猜你喜欢
  • 2021-11-11
  • 2022-03-07
  • 2021-09-20
  • 2021-10-24
  • 2022-12-23
相关资源
相似解决方案