You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: saleshub/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,3 +13,7 @@ This project demonstrates the usage of the [Kendo UI MVC extensions](http://www.
13
13
- Custom client-side code to make Kendo UI Widgets declared with the MVC extensions interact with each other
14
14
- Server-side filtering support for Kendo UI DataSources
15
15
- ASP.NET MVC web services powered by Entity Framework
16
+
17
+
## Database
18
+
19
+
The example uses a [`SalesHub.mdf` file](https://github.com/telerik/ui-for-aspnet-mvc-examples/blob/master/saleshub/SalesHub.Client/Web.config#L12), which is [created on the fly](https://github.com/telerik/ui-for-aspnet-mvc-examples/blob/master/saleshub/SalesHub.Data/SalesHubDbInitializer.cs) in [Global.asax](https://github.com/telerik/ui-for-aspnet-mvc-examples/blob/master/saleshub/SalesHub.Client/Global.asax.cs#L29) when the project is started.
0 commit comments