Skip to content

Commit b3b834a

Browse files
committed
chore: update ajax editing sample to version 2017.3.1026
1 parent 7f7a25c commit b3b834a

28 files changed

+86
-55733
lines changed

grid/ajax-editing-model-state/KendoGridAjaxEditing/Global.asax.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Web;
5-
using System.Web.Http;
65
using System.Web.Mvc;
76
using System.Web.Optimization;
87
using System.Web.Routing;

grid/ajax-editing-model-state/KendoGridAjaxEditing/KendoGridAjaxEditing.csproj

Lines changed: 42 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -8,18 +8,20 @@
88
</ProductVersion>
99
<SchemaVersion>2.0</SchemaVersion>
1010
<ProjectGuid>{A7A6DDFA-B74D-464D-AE29-1C61ADF4C4F0}</ProjectGuid>
11-
<ProjectTypeGuids>{E3E379DF-F4C6-4180-9B81-6769533ABE47};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11+
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
1212
<OutputType>Library</OutputType>
1313
<AppDesignerFolder>Properties</AppDesignerFolder>
1414
<RootNamespace>KendoGridAjaxEditing</RootNamespace>
1515
<AssemblyName>KendoGridAjaxEditing</AssemblyName>
16-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
1717
<MvcBuildViews>false</MvcBuildViews>
1818
<UseIISExpress>true</UseIISExpress>
1919
<IISExpressSSLPort />
2020
<IISExpressAnonymousAuthentication />
2121
<IISExpressWindowsAuthentication />
2222
<IISExpressUseClassicPipelineMode />
23+
<UseGlobalApplicationHostFile />
24+
<TargetFrameworkProfile />
2325
</PropertyGroup>
2426
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2527
<DebugSymbols>true</DebugSymbols>
@@ -29,6 +31,7 @@
2931
<DefineConstants>DEBUG;TRACE</DefineConstants>
3032
<ErrorReport>prompt</ErrorReport>
3133
<WarningLevel>4</WarningLevel>
34+
<Prefer32Bit>false</Prefer32Bit>
3235
</PropertyGroup>
3336
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3437
<DebugType>pdbonly</DebugType>
@@ -37,25 +40,29 @@
3740
<DefineConstants>TRACE</DefineConstants>
3841
<ErrorReport>prompt</ErrorReport>
3942
<WarningLevel>4</WarningLevel>
43+
<Prefer32Bit>false</Prefer32Bit>
4044
</PropertyGroup>
4145
<ItemGroup>
42-
<Reference Include="Antlr3.Runtime">
46+
<Reference Include="Antlr3.Runtime, Version=3.3.1.7705, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4347
<HintPath>..\packages\WebGrease.1.3.0\lib\Antlr3.Runtime.dll</HintPath>
48+
<Private>True</Private>
4449
</Reference>
45-
<Reference Include="EntityFramework">
46-
<HintPath>..\packages\EntityFramework.5.0.0\lib\net40\EntityFramework.dll</HintPath>
50+
<Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
51+
<HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
52+
<Private>True</Private>
4753
</Reference>
4854
<Reference Include="Kendo.Mvc">
4955
<HintPath>..\lib\KENDOUIMVC\2014.2.716.440\Kendo.Mvc.dll</HintPath>
5056
<Private>True</Private>
5157
</Reference>
5258
<Reference Include="Microsoft.CSharp" />
5359
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
54-
<Private>True</Private>
5560
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
61+
<Private>True</Private>
5662
</Reference>
5763
<Reference Include="System" />
5864
<Reference Include="System.Data" />
65+
<Reference Include="System.Data.DataSetExtensions" />
5966
<Reference Include="System.Data.Entity" />
6067
<Reference Include="System.Drawing" />
6168
<Reference Include="System.Runtime.Serialization" />
@@ -64,46 +71,46 @@
6471
<Reference Include="System.Web.Entity" />
6572
<Reference Include="System.Web.ApplicationServices" />
6673
<Reference Include="System.ComponentModel.DataAnnotations" />
67-
<Reference Include="System.Core" />
68-
<Reference Include="System.Data.DataSetExtensions" />
69-
<Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
74+
<Reference Include="System.Web.Extensions" />
75+
<Reference Include="System.Web" />
76+
<Reference Include="System.Web.Abstractions" />
77+
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
78+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
7079
<Private>True</Private>
71-
<HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.Helpers.dll</HintPath>
7280
</Reference>
73-
<Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
81+
<Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
82+
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
7483
<Private>True</Private>
75-
<HintPath>..\packages\Microsoft.AspNet.Mvc.4.0.30506.0\lib\net40\System.Web.Mvc.dll</HintPath>
7684
</Reference>
77-
<Reference Include="System.Web.Optimization">
85+
<Reference Include="System.Web.Optimization, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7886
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.0.0\lib\net40\System.Web.Optimization.dll</HintPath>
87+
<Private>True</Private>
7988
</Reference>
80-
<Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
89+
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
90+
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
8191
<Private>True</Private>
82-
<HintPath>..\packages\Microsoft.AspNet.Razor.2.0.30506.0\lib\net40\System.Web.Razor.dll</HintPath>
8392
</Reference>
84-
<Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
93+
<Reference Include="System.Web.Routing" />
94+
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
95+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
8596
<Private>True</Private>
86-
<HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.dll</HintPath>
8797
</Reference>
88-
<Reference Include="System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
98+
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
99+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
89100
<Private>True</Private>
90-
<HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.Deployment.dll</HintPath>
91101
</Reference>
92-
<Reference Include="System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
102+
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
103+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
93104
<Private>True</Private>
94-
<HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath>
95105
</Reference>
96-
<Reference Include="System.Xml.Linq" />
97-
<Reference Include="System.Web" />
98-
<Reference Include="System.Web.Extensions" />
99-
<Reference Include="System.Web.Abstractions" />
100-
<Reference Include="System.Web.Routing" />
101106
<Reference Include="System.Xml" />
102107
<Reference Include="System.Configuration" />
103108
<Reference Include="System.Web.Services" />
104109
<Reference Include="System.EnterpriseServices" />
105-
<Reference Include="WebGrease">
110+
<Reference Include="System.Xml.Linq" />
111+
<Reference Include="WebGrease, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
106112
<HintPath>..\packages\WebGrease.1.3.0\lib\WebGrease.dll</HintPath>
113+
<Private>True</Private>
107114
</Reference>
108115
</ItemGroup>
109116
<ItemGroup>
@@ -137,6 +144,7 @@
137144
<Content Include="App_Data\Northwind_log.ldf">
138145
<DependentUpon>Northwind.mdf</DependentUpon>
139146
</Content>
147+
<Content Include="bin\Kendo.Mvc.dll" />
140148
<Content Include="Global.asax" />
141149
<Content Include="Models\Northwind.Context.tt">
142150
<Generator>TextTemplatingFileGenerator</Generator>
@@ -148,7 +156,9 @@
148156
<DependentUpon>Northwind.edmx</DependentUpon>
149157
<LastGenOutput>Northwind.cs</LastGenOutput>
150158
</Content>
151-
<Content Include="Web.config" />
159+
<Content Include="Web.config">
160+
<SubType>Designer</SubType>
161+
</Content>
152162
<Content Include="Web.Debug.config">
153163
<DependentUpon>Web.config</DependentUpon>
154164
</Content>
@@ -182,9 +192,6 @@
182192
<Content Include="Views\Shared\EditorTemplates\Time.cshtml" />
183193
<Content Include="Views\Shared\EditorTemplates\Url.cshtml" />
184194
</ItemGroup>
185-
<ItemGroup>
186-
<Content Include="packages.config" />
187-
</ItemGroup>
188195
<ItemGroup>
189196
<EntityDeploy Include="Models\Northwind.edmx">
190197
<Generator>EntityModelCodeGenerator</Generator>
@@ -199,6 +206,9 @@
199206
<ItemGroup>
200207
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
201208
</ItemGroup>
209+
<ItemGroup>
210+
<Content Include="packages.config" />
211+
</ItemGroup>
202212
<PropertyGroup>
203213
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
204214
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>

grid/ajax-editing-model-state/KendoGridAjaxEditing/Views/Home/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}).Title("Commands").Width(200);
1313
})
1414
.ToolBar(toolbar => toolbar.Create())
15-
.Editable(editable => editable.Mode(GridEditMode.InLine))
15+
.Editable(editable => editable.Mode(GridEditMode.PopUp))
1616
.DataSource(dataSource =>
1717
dataSource.Ajax()
1818
.Events(events => events.Error("grid_error")) // Handle the "error" event

grid/ajax-editing-model-state/KendoGridAjaxEditing/Views/Shared/_Layout.cshtml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<head>
44
<title>@ViewBag.Title - My Telerik MVC Application</title>
55
<link href="@Url.Content("~/Content/Site.css")" rel="stylesheet" type="text/css" />
6-
<link href="http://cdn.kendostatic.com/2014.2.716/styles/kendo.common.min.css" rel="stylesheet" type="text/css" />
7-
<link href="http://cdn.kendostatic.com/2014.2.716/styles/kendo.mobile.all.min.css" rel="stylesheet" type="text/css" />
8-
<link href="http://cdn.kendostatic.com/2014.2.716/styles/kendo.dataviz.min.css" rel="stylesheet" type="text/css" />
9-
<link href="http://cdn.kendostatic.com/2014.2.716/styles/kendo.default.min.css" rel="stylesheet" type="text/css" />
10-
<link href="http://cdn.kendostatic.com/2014.2.716/styles/kendo.dataviz.default.min.css" rel="stylesheet" type="text/css" />
11-
<script src="http://cdn.kendostatic.com/2014.2.716/js/jquery.min.js"></script>
12-
<script src="http://cdn.kendostatic.com/2014.2.716/js/kendo.all.min.js"></script>
13-
<script src="http://cdn.kendostatic.com/2014.2.716/js/kendo.aspnetmvc.min.js"></script>
6+
7+
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2017.3.1026/styles/kendo.common.min.css">
8+
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2017.3.1026/styles/kendo.default.min.css">
9+
10+
<script src="https://code.jquery.com/jquery-1.12.3.min.js"></script>
11+
<script src="https://kendo.cdn.telerik.com/2017.3.1026/js/jszip.min.js"></script>
12+
<script src="https://kendo.cdn.telerik.com/2017.3.1026/js/kendo.all.min.js"></script>
13+
<script src="https://kendo.cdn.telerik.com/2017.3.1026/js/kendo.aspnetmvc.min.js"></script>
1414
</head>
1515
<body>
1616
<header>

grid/ajax-editing-model-state/KendoGridAjaxEditing/Views/web.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<configuration>
44
<configSections>
5-
<sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
6-
<section name="host" type="System.Web.WebPages.Razor.Configuration.HostSection, System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
7-
<section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorPagesSection, System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
5+
<sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
6+
<section name="host" type="System.Web.WebPages.Razor.Configuration.HostSection, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
7+
<section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorPagesSection, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
88
</sectionGroup>
99
</configSections>
1010

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="EntityFramework" version="5.0.0" targetFramework="net40" />
4-
<package id="Microsoft.AspNet.Mvc" version="4.0.30506.0" targetFramework="net40" />
5-
<package id="Microsoft.AspNet.Razor" version="2.0.30506.0" targetFramework="net40" />
6-
<package id="Microsoft.AspNet.Web.Optimization" version="1.0.0" targetFramework="net40" />
7-
<package id="Microsoft.AspNet.WebPages" version="2.0.30506.0" targetFramework="net40" />
8-
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
9-
<package id="WebGrease" version="1.3.0" targetFramework="net40" />
3+
<package id="EntityFramework" version="5.0.0" targetFramework="net461" />
4+
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net461" />
5+
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net461" />
6+
<package id="Microsoft.AspNet.Web.Optimization" version="1.0.0" targetFramework="net461" />
7+
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net461" />
8+
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net461" />
9+
<package id="WebGrease" version="1.3.0" targetFramework="net461" />
1010
</packages>

grid/ajax-editing-model-state/KendoGridAjaxEditing/web.config

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,32 @@
55
-->
66
<configuration>
77
<configSections>
8+
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
89
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
9-
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
1010
</configSections>
1111
<appSettings>
12-
<add key="webpages:Version" value="2.0.0.0" />
12+
<add key="webpages:Version" value="3.0.0.0" />
1313
<add key="webpages:Enabled" value="true" />
1414
<add key="PreserveLoginUrl" value="true" />
1515
<add key="ClientValidationEnabled" value="true" />
1616
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
1717
</appSettings>
18+
<!--
19+
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
20+
21+
The following attributes can be set on the <httpRuntime> tag.
22+
<system.Web>
23+
<httpRuntime targetFramework="4.6.1" />
24+
</system.Web>
25+
-->
1826
<system.web>
19-
<compilation debug="true" targetFramework="4.0">
27+
<compilation debug="true" targetFramework="4.6.1">
2028
<assemblies>
2129
<add assembly="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
2230
<add assembly="System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2331
</assemblies>
2432
</compilation>
25-
<pages>
33+
<pages controlRenderingCompatibilityVersion="4.0">
2634
<namespaces>
2735
<add namespace="System.Web.Helpers" />
2836
<add namespace="System.Web.Mvc" />
@@ -51,17 +59,25 @@
5159
<assemblyIdentity name="DotNetOpenAuth.Core" publicKeyToken="2780ccd10d57b246" culture="neutral" />
5260
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
5361
</dependentAssembly>
54-
<dependentAssembly>
55-
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" culture="neutral" />
56-
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
57-
</dependentAssembly>
5862
<dependentAssembly>
5963
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
6064
<bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
6165
</dependentAssembly>
66+
<dependentAssembly>
67+
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
68+
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
69+
</dependentAssembly>
70+
<dependentAssembly>
71+
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
72+
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
73+
</dependentAssembly>
74+
<dependentAssembly>
75+
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
76+
<bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
77+
</dependentAssembly>
6278
</assemblyBinding>
6379
</runtime>
6480
<connectionStrings>
65-
<add name="NorthwindEntities" connectionString="metadata=res://*/Models.Northwind.csdl|res://*/Models.Northwind.ssdl|res://*/Models.Northwind.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=(LocalDB)\v11.0;attachdbfilename=|DataDirectory|\Northwind.mdf;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
81+
<add name="NorthwindEntities" connectionString="metadata=res://*/Models.Northwind.csdl|res://*/Models.Northwind.ssdl|res://*/Models.Northwind.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=(LocalDB)\mssqllocaldb;attachdbfilename=|DataDirectory|\Northwind.mdf;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
6682
</connectionStrings>
6783
</configuration>
-1.5 MB
Binary file not shown.

0 commit comments

Comments
 (0)