Home  >  Article  >  Backend Development  >  Share some open source codes that you usually collect and apply

Share some open source codes that you usually collect and apply

零下一度
零下一度Original
2017-06-23 16:25:371597browse

Organize some open source codes that are collected and applied daily to facilitate your own learning and reference

1. Application

nopcommerce, open source e-commerce Website, development environment asp.net mvc (.net core is not supported), using technologies (autofac, ef, page plug-ins, etc.)


OrchardCMS, content management website

(.net version)

(.net core version)

ABP (aspnetboilerplate ), provides a series of tools for web application creation, supports ASP.NET Core, ASP.NET MVC & Web API, and also provides web application templates

(.net core version, tag branch There is support for .net version)

IdentityServer, user authorization website (supports openid and OAuth 2.0), which can be used for single sign-on and third-party authorization, etc.

(.net version)

(.net core version)

eShopOnContainers Microservice examples provided by Microsoft


PetShop A classic example of a three-tier architecture for beginners to learn, but aspx is a bit outdated


BlogEngine.NET Blog website, also aspx


2 .Component

Lucene.Net Full text search development component


ServiceStack Semi-open source, used to create web services


MassTransit Can be used to create message-based services and applications, relying on RabbitMQ


stateless Simple workflow development component, does not support online customized workflow


Hangfire Task scheduling development tool


Jwt. Net Used to generate JWT (JSON Web Token) and JWT verification


npoi Supports reading of office files Write


StackExchange.Redis Redis .net client


CacheManager Used for cache management, supports Redis.Memcached, couchbase, etc.


Autofac Ioc component for dependency injection


LightGBM for machine Learning


3. Framework

asp.net mvc


Nancy Similar to asp.net mvc, web development framework


4. Others

dotnet core homepage provides an index and examples of dotnet core related knowledge to facilitate quick entry


.net source code


The above is the detailed content of Share some open source codes that you usually collect and apply. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn