MASES.EntityFrameworkCore.KNet.Templates
2.3.4
See the version list below for details.
dotnet new install MASES.EntityFrameworkCore.KNet.Templates::2.3.4
title: Templates usage of KEFCore _description: Describes how to use templates of Entity Framework Core provider for Apache Kafka
KEFCore: Template Usage Guide
For more information related to .NET templates look at https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new-sdk-templates.
Installation
To install the templates executes the following command within a command shell:
dotnet new --install MASES.EntityFrameworkCore.KNet.Templates
The command installs the latest version and on success will list all templates added to the list of available templates. There is single template:
kefcoreApp
: a project to create a console application using Entity Framework Core provider for Apache KafkakefcoreAppWithEvents
: a project to create a console application using Entity Framework Core provider for Apache Kafka which reports events when the back-end send back modifications
Simple usage
To use one of the available templates run the following command:
dotnet new kefcoreApp
the previous command will create a .NET project for an executable. The user shall modify the code to set-up, at least the Apache Kafka broker address, and then execute it against an Apache Kafka server.
The kefcoreApp
template create the topics and fill them, then execute queries on previously data loaded.
The kefcoreAppWithEvents
template create the topics and fill them, then execute queries on previously data loaded. While the data are received from the back-end the event handler is triggered so the user can take an action, current behavior is to report something in the console.
-
net6.0
- No dependencies.
-
net7.0
- No dependencies.
-
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.
Version | Downloads | Last updated |
---|---|---|
2.4.2 | 67 | 11/5/2024 |
2.4.1 | 80 | 9/20/2024 |
2.4.0 | 130 | 8/17/2024 |
2.3.5 | 85 | 8/1/2024 |
2.3.4 | 73 | 7/30/2024 |
2.3.3 | 136 | 7/2/2024 |
2.3.2 | 108 | 6/27/2024 |
2.3.1 | 102 | 6/24/2024 |
2.3.0 | 176 | 5/27/2024 |
2.2.0 | 313 | 5/18/2024 |
2.1.1 | 425 | 5/4/2024 |
2.1.0 | 655 | 3/1/2024 |
2.0.2 | 642 | 2/12/2024 |
2.0.1 | 560 | 1/27/2024 |
2.0.0 | 295 | 1/21/2024 |
1.1.0 | 1,666 | 11/25/2023 |
1.0.0 | 1,144 | 10/22/2023 |