FelixB.NWheels.FullStack 0.9.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package FelixB.NWheels.FullStack --version 0.9.2
NuGet\Install-Package FelixB.NWheels.FullStack -Version 0.9.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FelixB.NWheels.FullStack" Version="0.9.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FelixB.NWheels.FullStack --version 0.9.2
#r "nuget: FelixB.NWheels.FullStack, 0.9.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FelixB.NWheels.FullStack as a Cake Addin
#addin nuget:?package=FelixB.NWheels.FullStack&version=0.9.2

// Install FelixB.NWheels.FullStack as a Cake Tool
#tool nuget:?package=FelixB.NWheels.FullStack&version=0.9.2

DISCLAIMER: the below recipe works with NWheels v1.0 - well, we're not there yet. But more working pieces are added every day!
     RECIPE - HOW TO PREPARE ENTERPRISE APPLICATION
     - Check how lucky you are - pick domain building blocks (E-Commerce, CRM, ...) supplied with the framework.
     - Add your domain data, expressed through entity contracts, which are C# interfaces.
     - Plug your domain logic into supplied framework facilities: entity triggers, transaction scripts, workflows, rule engines, actors, and jobs.
     - Open some endpoints and listen to common (REST, SOAP, HTTP) or custom protocols, or messaging middleware like MSMQ.
     - Describe user interfaces with high-level platform-independent UI description language (UIDL), which is exposed as C# fluent API. Go mobile, desktop, web, Smart TV, IVR.
     - Pick technology stack to taste, by choosing from a set of stack modules provided out-of-the-box, or bring stack modules of your own.
     - Start engine, and enjoy your 0-to-60-mph day
     This Full Stack package installs the core framework and the default technology stack, which sets you up and running. Recommended unless you assemble a custom stack.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on FelixB.NWheels.FullStack:

Package Downloads
FelixB.NWheels.Testing.NUnit

NWheels is an A-to-Z architectural recipe and implementation framework for enterprise-scale application development on .NET platform. This package installs helper classes adapted to NUnit testing framework, for testing modules built on top of NWheels.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.5 1,895 8/11/2015
0.9.4 1,606 8/2/2015
0.9.3 1,490 7/8/2015
0.9.2 1,328 6/24/2015
0.9.1.10 1,443 4/19/2015
0.9.1.9 1,354 4/13/2015
0.9.1.7 1,293 4/6/2015
0.9.1.6 1,319 4/5/2015
0.9.1.5 1,109 4/5/2015
0.9.1.4 1,104 3/12/2015
0.9.1.2 1,745 3/10/2015
0.9.1.1 1,561 3/1/2015

- Puzzle modules renamed to Stacks
     - Workflow engine and state machine type of workflows unit-tested, ready for takeoff attempt.
     - Rule engine APIs defined.
     - Serious progress with UIDL - mostly finished.
     - Web implementation of UIDL with AngularJS on client side - first steps done.