Skip to content

Commit 292562a

Browse files
author
Dimo Dimov
authored
Add explanation for SalesHub.mdf
1 parent 902fc2d commit 292562a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

saleshub/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ This project demonstrates the usage of the [Kendo UI MVC extensions](http://www.
1313
- Custom client-side code to make Kendo UI Widgets declared with the MVC extensions interact with each other
1414
- Server-side filtering support for Kendo UI DataSources
1515
- 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

Comments
 (0)