/Demos

Some demos for learning

Primary LanguageC#

中文版

Demos

This repository mainly contains some demos that you can find in my blogs.

Both in cnblogs and c-sharpcorner

Introduce

Nancy Demo

  1. NancyDemoForFormsauthentication

    how to use forms authentication in Nancy(1.x)

  2. NancyDemoForModelBinding

    how to use model binding in Nancy(1.x)

  3. NancyDemoWithHostingAspnet

    movies demo hosting by asp.net

  4. NancyDemoWithOwin

    three demos using owin

  5. NancyDemoWithSelfHosting

    one is using TopSelf to host , the other one is using Nancy.Hosting.Self to host.

ASP.NET Core Demo

  1. ASPNETCoreAPIAuthorizedDemo

    asp.net core web api authorized demo

  2. JWTTokenDemo

    how to use JSON Web Token in ASP.NET Core(pre)

  3. JwtTokenDemo2

    handle refresh_token when using JSON Web Token in ASP.NET Core 2.0(pre)

  4. RedisDemo

    A demo using redis in .net core

  5. LocalDataCachingDemo

    A demo using SQLite to store the caching item as the local caching.

Xamarin Demo

  1. Catcher.AndroidDemo

    Android demo using Xamarin

  2. Catcher.MvvmCrossDemo

    Demos using MvvmCross framework

Other

  1. Catcher.Unit.Demo

    A unittest demo