Giter Club home page Giter Club logo

larxyoung.blog's Introduction

Larxyoung.Blog —— 个人博客 服务端接口 .NET API

sdk

Larxyoung.Blog.Application:业务应用层(业务代码主要编写层)
Larxyoung.Blog.Core:核心层(实体,仓储,其他核心代码)
Larxyoung.Blog.Web.Core:Web 核心层(存放 Web 公共代码,如 过滤器、中间件、Web Helpers 等)
Larxyoung.Blog.Web.Entry:Web 入口层/启动层

框架模块:

  • 采用Furion后台基础框架;
  • 采用仓储+服务+接口的形式封装框架;
  • 异步async/await开发;
  • 接入国产数据库ORM组件 ——SqlSugar,封装数据库操作,支持级联操作;
  • 实现项目启动,自动生成种子数据CodeFirst ✨;

组件模块:

  • 使用Swagger做api文档;
  • 使用MiniProfiler做接口性能分析 ✨;
  • 使用Mapster处理对象映射;
  • 支持CORS跨域;
  • 封装JWT自定义策略授权;
  • 提供MemoryCache做缓存处理;
  • 提供Redis做缓存处理;
  • 添加IpRateLimiting做API限流处理;
  • 添加雪花算法ID工具类;
  • 添加验证码生成器工具类;

微服务模块:

  • 可配合Docker实现容器化;

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.