Giter VIP home page Giter VIP logo

jhipster-net-sample-app-template's Introduction

JHipsterNetSampleApplication

Build Status

This is a WIP project, please don't use it as is.

This application used as template to build the jhipster-dotnetcore generator. The objective is port JHipster to the .Net core platform thus be able to generate a .Net Core monolith application.

Structure

JHipsterNet

This project acts as a library. It contains transverse concerns such as Pagination, Config management, etc. In the future, this project will be moved to a dedicate repository and packaged as "classic" nuget dependency.

The development rules are:

  1. Avoid to write code, you should rely on the .Net Core ecosystem as much as possible.
  2. Do not try to reimplement Spring in .Net. Spring is a huge and complete platform if there is missing parts on the .Net world, use Spring as an inspiration, isolate the missing missing and be pragmatic.

JHipsterNetSampleApplication

The app is the C#/.Net Core translation of the JHipster Sample App.

The development rules are:

  1. Stay aligned with JHipster policies (use default configuration, use explicit versions, etc.)
  2. Follow C#/.Net Core conventions (casing, namespaces names, DI, etc.)
  3. Be explicit and do not use dark magic (weird reflection, assembly scanning etc).

JHipsterNetSampleApplication.Test

The test project is the C#/.Net Core translation of the JHipster Sample App backend end to end test.

The development rules are:

  1. The priority is to cover 100% of the Java tests (usually mapping 1:1).
  2. You can remove some tests if implies a standard usage of the C# language.
  3. You can add test if you re-code a feature normally covered by Spring.

Test

To run the solution tests, simply run: dotnet test

jhipster-net-sample-app-template's People

Contributors

authfix avatar bananeguimauve avatar danielpetisme avatar giannisparaskevopoulos avatar kbeaugrand avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.