MASES.EntityFrameworkCore.KNet.Templates 4.0.0

dotnet new install MASES.EntityFrameworkCore.KNet.Templates@4.0.0
                    
This package contains a .NET Template Package you can call from the shell/command line.

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/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:

  1. kefcoreApp: a project to create a console application using Entity Framework Core provider for Apache Kafka™
  2. kefcoreAppManageEvents: 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 kefcoreAppManageEvents 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.

  • net10.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.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
4.0.0 173 6/17/2026
3.0.0 158 6/17/2026
3.0.0-rc4 158 6/10/2026
3.0.0-rc3 173 5/26/2026
3.0.0-rc2 191 5/24/2026
3.0.0-rc1 209 5/9/2026
3.0.0-rc 352 3/28/2026
3.0.0-beta 242 3/20/2026
3.0.0-alpha4 262 3/14/2026
3.0.0-alpha3 260 3/11/2026
3.0.0-alpha2 258 3/10/2026
3.0.0-alpha1 258 3/9/2026
3.0.0-alpha 262 3/2/2026
2.6.7 302 2/24/2026
2.6.6 298 2/13/2026
2.6.5 697 12/8/2025
2.6.4 540 9/24/2025
2.6.3 527 9/23/2025
2.6.2 598 8/8/2025
2.6.1 728 7/21/2025
Loading failed