Blueprint41 Extension for Visual Studio 2019 or Visual Studio 2022
The Blueprint41 Extension contains a project template that helps to organized your projects and items in your solution.
Features
The project template will create "{ProjectName}.Generated", "{ProjectName}.Model" and "{ProjectName}" projects.
"{ProjectName}.Model" project will contain your datastore model definition (Datastore.cs).
"{ProjectName}.Generated" project will contain all the generated type-safe models based on the datastore model definition in the "{ProjectName}.Model" project.
"{ProjectName}" project is a console application that uses Neo4j or Memgraph driver.