受欢迎的博客标签
RSS

博客

全站部署https实战系列(7)- 在线检测网站证书
https://www.ssllabs.com/ssltest/
A Complete Guide to the MVC 6 Tag Helpers
http://blogs.msdn.com/b/cdndevs/archive/2015/08/06/a-complete-guide-to-the-mvc-6-tag-helpers.aspx  .
asp.net core 集成kindeditor并实现图片上传功能
asp.net core 如何集成kindeditor并实现图片上传功能    准备工作  1.visual studio 2015 update3开发环境  2.net core 1.0.1
How to create a branch in Visual Studio
https://saraford.net/2017/03/29/how-to-create-a-branch-in-visual-studio-088/ It seems that I have to write these tips i
HTTP headers
https://www.geeksforgeeks.org/http-headers-accept-language/
Creating custom password validators for ASP.NET Core 2.0 Identity
https://andrewlock.net/creating-custom-password-validators-for-asp-net-core-identity-2/ ASP.NET Core Identity is a memb
用C#从数据库动态生成AdminLTE菜单的一种方法
优化关键点: 1、导航的生成,从来都不应该在后端拼接好html传给前端展示,建议博主还是好好去看看那些稍微好一点的框架是怎么实现的吧。 2、后端只生成树结构,结构中可以标记当前页等,可以根据权限配置这个树。html有关的都在razor视
The State of Security in ASP.NET 5 and MVC 6: Authorization
http://leastprivilege.com/2015/10/12/the-state-of-security-in-asp-net-5-and-mvc-6-authorization/.
Tag Helpers in ASP.NET MVC 6 - An Overvie
http://www.exceptionnotfound.net/tag-helpers-in-asp-net-5-an-overview/ What's a Tag Helper? The Completed Form Anchor
ASP.NET Core API 版本控制
http://www.cnblogs.com/tdfblog/p/asp-net-core-api-versioning.html ASP.NET Core API 版本控制 可以另外建一个控制器。比如这样的代码结构:Controlle