FubuQuery is a (currently prototype) framework for easily defining projections from a database into DTO's or viewmodels in your application. FubuQuery drives the NHibernate Criteria API under the hood to query your database and map projections to your models.
CommonAssemblyInfo.cs is generated by the build. The build script requires Ruby with rake installed.
- Run
InstallGems.bat
to get the ruby dependencies (only needs to be run once per computer) - open a command prompt to the root folder and type
rake
to execute rakefile.rb
If you do not have ruby:
- You need to manually create a src\CommonAssemblyInfo.cs file
- type:
echo // > src\CommonAssemblyInfo.cs
- open src\FubuMVC.sln with Visual Studio and Build the solution