Giter Club home page Giter Club logo

bloxcodegenerator's Introduction

BLOXCodeGenerator

To create 3 layers project with .net

About

You can this code generator for generating 3 layers of a 3 layers project ...

the structure of this framework can be such this :

1- SampleNamespace.BO

2- SampleNamespace.Data

3- SampleNamespace.Service

4- SampleNamespace.AnyUI

Description

1- This layer used in all of the layers , it contains entity , object , display object , enums and ...

it shared with all layers

2- This layer contains DBContext , data repository , data layet and ... it share with service layer only

3- This layer contains generic repository , services , busines and ... it share with ui layer only

4- UI layer can be anything , windows application , web application , web api and ...

HowCanIUseIt

1- Just create 3 projects BO , Data , Service

2- Use code generator foe creating code files we need

3- Copy Bo files to .BO

4- Copy Data files to .Data

5- Copy Service files to .Service

6- if you marked generating generics

a- Copy IBaseBO to .BO

b- Copy GenericRepository to .Data

c- Copy GenericService to .Service

d- Copy Context to .Data

7- From nuget , you must add EntityFramework to layers UI and Data ...

  Install-Package EntityFramework -Version 6.2.0	

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.