tom-master's repositories
newlibcore
提供:文件操作,枚举扩展,参数验证,环境变量读取,加密解密,redis基本操作,一个将表达式树翻译为sql语句的库
architect-awesome
后端架构师技术图谱
corefx
This repo contains the .NET Core foundational libraries, called CoreFX. It includes classes for collections, file systems, console, XML, async and many others. We welcome contributions.
DependencyInjection
Contains common DI abstractions that ASP.NET Core and Entity Framework Core use.
architecture.of.internet-product
互联网公司技术架构,微信/淘宝/微博/腾讯/阿里/美团点评/百度/Google/Facebook/Amazon/eBay的架构,欢迎PR补充
newcrmcore
NewCrmCore用来测试NewLib库中ORM,以及设计模式的WebOS项目,可以自己制作应用并提交审核,审核通过并发布后即可在应用市场内看到,桌面实现高度定制化,可自由安装卸载应用以及设置背景应用排列方向等
apollo-build-scripts
Apollo Build Scripts
Mvc
ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor.
EntityFramework
Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology
aspnetboilerplate
ASP.NET Boilerplate - Application Framework
gitignore
A collection of useful .gitignore templates
unity
This repository contains the Unity Container core libraries. It includes classes for Unity, Configuration, Interception, and etc. We welcome contributions!
HttpAbstractions
HTTP abstractions such as HttpRequest, HttpResponse, and HttpContext, as well as common web utilities.
Routing
Middleware for routing requests to application logic.
Razor
Parser and code generator for CSHTML files used in view pages for MVC web apps.
Identity
ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data.
SignalR
Incredibly simple real-time web for ASP.NET Core
coreclr
This repo contains the .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. We welcome contributions.
cli
This repo contains the .NET Core command-line (CLI) tools, used for building .NET Core apps and libraries through your development flow (compiling, NuGet package management, running, testing, ...).
EntityFramework6
This is the codebase for Entity Framework 6 (previously maintained at http://entityframework.codeplex.com). Entity Framework Core is maintained at https://github.com/aspnet/EntityFramework.