GoldenEye is a Full Stack framework written in .NET Core. The main goal of GoldenEye is to speed up your development process. It gathers most widely used frameworks in .NET world and pack them into a simple bootstrap Nuget packages. It also provide set of base classes, helpers, extensions that will help you with your daily work.


Keywords
backend, cqrs, dapper, dot-net, entity-framework, event-sourcing, framework, goldeneye, marten, nuget, nuget-packages, webapi
License
MIT
Install
Install-Package GoldenEye.Shared.Core -Version 8.0.0

Documentation

GoldenEye Logo

GoldenEye

Twitter Follow Join the chat at https://gitter.im/oskardudycz/GoldenEye Github Actions blog

What is GoldenEye?

GoldenEye is a Full Stack framework written in .NET. The main goal of GoldenEye is to speed up your development process. It gathers most widely used frameworks in .NET world and pack them into a simple bootstrap Nuget packages. It also provide set of base classes, helpers, extensions that will help you with your daily work.

What do I get?

Complete Solution bootstrap - bottom up:

How do I get started?

Add package to your project:

dotnet add package GoldenEye

Where can I get it?

Install packages from the Nuget package manager:

Packages:

  • GoldenEye - full DDD flow for CQRS, DDD development. Basing on MediatR library gives the Command, Queries, Events handling. Repositories, Services, CRUD, helpers, extensions that will boost your development
  • GoldenEye.Marten - extension to GoldenEye that gives possibility to use Postgres as Document Database and Event Store - thanks to Marten library
  • GoldenEye.WebApi - base classes for API development like CRUD controllers, registration helpers, and many more
  • GoldenEye.EntityFramework - extensions to GoldenEye for EntityFramework development (EF repositories, etc.)
  • GoldenEye.Dapper - extensions to GoldenEye for Dapper development (Dapper repositories, etc.)
  • GoldenEye.ElasticSearch - extensions to GoldenEye for ElasticSearch development (ElasticSearch repositories, etc.)
  • GoldenEye.Kafka - extensions to GoldenEye for Kafka development (Kafka producer, concumer, etc.)

I found an issue or I have a change request

Feel free to create an issue on GitHub. Contributions, pull requests are more than welcome!

Support

💖 If this repository helped you - I'd be more than happy if you join the group of my official supporters at:

👉 Github Sponsors

GoldenEye is Copyright © 2015-2021 Oskar Dudycz and other contributors under the MIT license.