摘要: https://docs.microsoft.com/en-us/aspnet/web-forms/overview/getting-started/getting-started-with-aspnet-45-web-forms/aspnet-error-handling Overview ASP 阅读全文
posted @ 2019-05-10 18:20 ChuckLu 阅读(323) 评论(0) 推荐(0) 编辑
摘要: Generic TryParse You should use the TypeDescriptor class: public static T Convert<T>(this string input) { try { var converter = TypeDescriptor.GetConv 阅读全文
posted @ 2019-05-10 17:35 ChuckLu 阅读(4111) 评论(0) 推荐(0) 编辑
摘要: https://www.zhihu.com/question/24723688/answer/160252724 反向代理在计算机世界里,由于单个服务器的处理客户端(用户)请求能力有一个极限,当用户的接入请求蜂拥而入时,会造成服务器忙不过来的局面,可以使用多个服务器来共同分担成千上万的用户请求,这些 阅读全文
posted @ 2019-05-10 14:58 ChuckLu 阅读(346) 评论(0) 推荐(0) 编辑
摘要: Where's the package location in aspnet core For project.json the nuget directory is in the user profile folder (%UserProfile%\.nuget\packages) 阅读全文
posted @ 2019-05-10 14:05 ChuckLu 阅读(1373) 评论(0) 推荐(0) 编辑
摘要: https://aspnetboilerplate.com/Pages/Documents/Data-Transfer-Objects Data Transfer Objects are used to transfer data between the Application Layer and 阅读全文
posted @ 2019-05-10 13:37 ChuckLu 阅读(145) 评论(0) 推荐(0) 编辑
摘要: https://aspnetboilerplate.com/Pages/Documents/NLayer-Architecture Introduction The layering of an application's codebase is a widely accepted techniqu 阅读全文
posted @ 2019-05-10 13:37 ChuckLu 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 新版本 https://abp.io/documents/abp/latest/Index https://github.com/abpframework/abp ABP is an open source application framework focused on ASP.NET Core 阅读全文
posted @ 2019-05-10 13:35 ChuckLu 阅读(1868) 评论(0) 推荐(0) 编辑