Use the breeze in a regular MVC project instead of spa

Breeze is a great library. Due to the complexity of the project, I do not want to use the spa template. Is there a way I can use the breeze in a regular .net mvc4 project?

+5
source share
2 answers

We will soon support it - directly in ASP.NET MVC and Visual Studio. Stay with us...!

+4
source

Absolutely just start with an empty .net MVC4 project and run the “base” breeze nuget package (the one that doesn't say “sample”).

+2
source

All Articles