FelixB.NWheels.FullStack
0.9.2
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
<PackageReference Include="FelixB.NWheels.FullStack" Version="0.9.2" />
paket add FelixB.NWheels.FullStack --version 0.9.2
#r "nuget: FelixB.NWheels.FullStack, 0.9.2"
// 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 | Versions 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. |
-
- Autofac (>= 3.5.2)
- FelixB.Hapil (>= 0.9.6)
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,939 | 8/11/2015 |
0.9.4 | 1,612 | 8/2/2015 |
0.9.3 | 1,500 | 7/8/2015 |
0.9.2 | 1,344 | 6/24/2015 |
0.9.1.10 | 1,455 | 4/19/2015 |
0.9.1.9 | 1,365 | 4/13/2015 |
0.9.1.7 | 1,304 | 4/6/2015 |
0.9.1.6 | 1,331 | 4/5/2015 |
0.9.1.5 | 1,119 | 4/5/2015 |
0.9.1.4 | 1,116 | 3/12/2015 |
0.9.1.2 | 1,758 | 3/10/2015 |
0.9.1.1 | 1,574 | 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.