上一页 1 ··· 257 258 259 260 261 262 263 264 265 ··· 399 下一页
摘要: IComparable<Student>是Student的父类,所以IComparable<Student>可以接收Student。但是在使用CompareTo方法的时候,必须传入Student,不允许传入父类IComparable<Student>。 public interface ICompa 阅读全文
posted @ 2019-01-31 20:21 ChuckLu 阅读(409) 评论(0) 推荐(0)
摘要: What is Katana? https://github.com/aspnet/AspNetKatana/wiki Katana is a collection of projects for supporting OWIN http://owin.org with various Micros 阅读全文
posted @ 2019-01-31 17:23 ChuckLu 阅读(433) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/en-us/aspnet/web-api/overview/security/individual-accounts-in-web-api Individual accounts provide two ways for a user to lo 阅读全文
posted @ 2019-01-31 13:48 ChuckLu 阅读(285) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/en-us/aspnet/web-forms/overview/older-versions-security/introduction/an-overview-of-forms-authentication-cs Introduction In 阅读全文
posted @ 2019-01-31 13:33 ChuckLu 阅读(148) 评论(0) 推荐(0)
摘要: Basic authentication is defined in RFC 2617, HTTP Authentication: Basic and Digest Access Authentication. Disadvantages User credentials are sent in t 阅读全文
posted @ 2019-01-31 11:18 ChuckLu 阅读(197) 评论(0) 推荐(0)
摘要: https://www.codewars.com/kata/patterncraft-decorator/train/csharp https://www.dofactory.com/net/decorator-design-pattern 阅读全文
posted @ 2019-01-30 19:45 ChuckLu 阅读(169) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/en-us/aspnet/web-api/overview/formats-and-model-binding/json-and-xml-serialization JSON Media-Type Formatter JSON formattin 阅读全文
posted @ 2019-01-30 17:24 ChuckLu 阅读(431) 评论(0) 推荐(0)
摘要: This tutorial shows how to support additional media formats in ASP.NET Web API. Internet Media Types A media type, also called a MIME type, identifies 阅读全文
posted @ 2019-01-30 13:51 ChuckLu 阅读(162) 评论(0) 推荐(0)
摘要: There is an example project showing Web API in conjunction with OWIN self hosting https://github.com/autofac/Examples/tree/master/src/WebApiExample.Ow 阅读全文
posted @ 2019-01-29 15:14 ChuckLu 阅读(353) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/7199097/constructor-injection-into-a-base-class-using-autofac Calling the base class constructor explicitly is the 阅读全文
posted @ 2019-01-29 11:16 ChuckLu 阅读(464) 评论(0) 推荐(0)
上一页 1 ··· 257 258 259 260 261 262 263 264 265 ··· 399 下一页