Envivo.Fresnel.Templates
2.5.0
See the version list below for details.
dotnet add package Envivo.Fresnel.Templates --version 2.5.0
NuGet\Install-Package Envivo.Fresnel.Templates -Version 2.5.0
<PackageReference Include="Envivo.Fresnel.Templates" Version="2.5.0" />
paket add Envivo.Fresnel.Templates --version 2.5.0
#r "nuget: Envivo.Fresnel.Templates, 2.5.0"
// Install Envivo.Fresnel.Templates as a Cake Addin #addin nuget:?package=Envivo.Fresnel.Templates&version=2.5.0 // Install Envivo.Fresnel.Templates as a Cake Tool #tool nuget:?package=Envivo.Fresnel.Templates&version=2.5.0
Fresnel Domain Model Explorer
Fresnel is a .NET library that accelerates the discovery, analysis, and design phase of projects using Domain Driven Design.
Build .NET domain models that run as interactive prototypes, then use those prototypes to explore the domain model with your team and your Domain Experts.
Fresnel is built using Blazor on .NET 8 and Visual Studio 2022.
Getting Started
Requirements
- Windows 10 or above
- .NET 8
Supported IDEs:
- Visual Studio 2022, with workloads for:
- .NET Desktop Development
- .NET Multi-platform App UI Development
- Visual Studio Code with:
- C# Dev Kit
- JetBrains Rider
Install the template
> cd <my repo folder>
> dotnet new install Envivo.Fresnel.Templates
> dotnet new fresnel-prototype-winforms 👈 // For Windows project
> dotnet new fresnel-prototype-webserver 👈 // For non-Windows project
> dotnet new fresnel-prototype-webassembly 👈 // For WASM project
Watch the video
This short video gives you an example of what Fresnel can do:
Sample projects
Starting a new DDD project? Use this sample project as a starting point:
Want to see the various capabilities and features of Fresnel? Use this sample project and the Developer documentation to guide you:
Documentation
The Developer's guide can be found at https://github.com/Envivo-Software/Envivo.Fresnel/wiki
Copyright 2022-2024 Envivo Software
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.