Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use breeze in regular MVC project instead of spa

breeze is a great library. Because of project complexity I don't want to use spa template. Is there a way I can use breeze in a regular .net mvc4 project?

like image 542
Luyin Sun Avatar asked Feb 05 '13 15:02

Luyin Sun


2 Answers

We're releasing support for it very soon - directly in ASP.NET MVC and Visual Studio. Stay tuned...!

like image 133
Mads Kvist Kristensen Avatar answered Nov 09 '22 00:11

Mads Kvist Kristensen


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

like image 28
Jay Traband Avatar answered Nov 09 '22 01:11

Jay Traband