Skip to content

Latest commit

 

History

History
67 lines (50 loc) · 7.64 KB

README-zh.md

File metadata and controls

67 lines (50 loc) · 7.64 KB

English

Demos

这个repository主要包含我博客中的一些案例以及平时写的一些demo.

博客主要是两个地方一个是博客园 ,另一个是 c-sharpcorner

简单介绍

Nancy相关的demo

Name Description Url/Lang
NancyDemoForFormsauthentication 在Nancy(1.x)中如何使用Forms认证 Url/Chinese
NancyDemoForModelBinding 在Nancy(1.x)中如何使用模型绑定 Url/Chinese
NancyDemoWithHostingAspnet 寄宿于ASP.NET的一个demo Url/Chinese
NancyDemoWithOwin 寄宿于Owin的3个demo Url/Chinese
NancyDemoWithSelfHosting 基于TopSelf的自宿主Demo和基于Nancy提供的自宿主Demo Url/Chinese

ASP.NET Core Demo

Name Description Url/Lang
ASPNETCoreAPIAuthorizedDemo asp.net core web api 授权的demo Url/Chinese
JWTTokenDemo 使用ASP.NET Core预览版写的基于jwt的demo Url/Chinese
JwtTokenDemo2 基于JWTTokenDemo的改进,加多了refresh_token的处理,使用的是ASP.NET Core 2.0 预览版 Url/English
RedisDemo 在.NET Core下面使用Redis的案例 Url/Chinese
LocalDataCachingDemo 使用SQLite做本地缓存 Url/Chinese
MenuSolution 菜单处理方案 Url/English
RPDemo Razore Pages 的小案例 Url/English
MonoDemo 基于.NET Framework和Mono的ASP.NET Core 案例 Url/English
CachingAOPDemo 缓存拦截 Url/Chinese
APIGatewayDemo API网关的案例 Url/English
DIDemo 使用微软自带的DI注册一个接口,多种实现 Url/Chinese
RedisBatchRemoveSolution Redis缓存批量删除. Url/Chinese
CachingSerializer 使用分布式缓存(Redis和Memcached)时的序列化问题. Url/Chinese
ResponseCachingDemo 在ASP.NET Core中使用ResponseCaching Url/Chinese
CircuitBreakerDemo 在ASP.NET Core中使用熔断机制. Url/Chinese
OptionsDemo ASP.NET Core 中使用Options Url/Chinese
HttpClientFactoryDemo 用HttpClientFactory实现熔断降级. Url/Chinese
SteeltoeWithHttpClientFactory 结合Steeltoe和HttpClientFactory完成服务发现. Url/Chinese
RefitClientApi Refit在 ASP.NET Core中的实践. Url/Chinese
WebApiClientDemo WebApiClient的简单用法. Url/English
WebApiClientApi WebApiClient结合HttpClientFactory. Url/English

Xamarin Demo

Name Description Url/Lang
Catcher.AndroidDemo 用Xamarin写的安卓案例 Url/Chinese
Catcher.MvvmCrossDemo 用MvvmCross框架写的部分案列 Url/Chinese

Other

Name Description Url/Lang
Catcher.Unit.Demo 单元测试的简单案例 Url/Chinese
RoundRobinDemo 负载均衡-轮询算法 Url/Chinese
WeightedRoundRobinDemo 负载均衡-加权轮询算法 Url/Chinese
RedisLockDemo Redis分布式锁 Url/English
ObjectPoolDemo Microsoft.Extensions.ObjectPool的简单用法. Url/Chinese