https://dotblogs.com.tw/huanlin/2008/04/23/3226
加密組態檔
aspnet_regiis -pef appSettings D:\Work\Demo\EncryptWebConfig
2019年2月19日 星期二
2019年2月18日 星期一
(string) helper.ViewContext.RouteData.Values["controller"];
ASP.NET MVC 如何判斷現在是哪一頁
https://demo.tc/post/517
var currentControllerName =
(string) helper.ViewContext.RouteData.Values["controller"];
var currentActionName =
(string) helper.ViewContext.RouteData.Values["action"];
https://demo.tc/post/517
var currentControllerName =
(string) helper.ViewContext.RouteData.Values["controller"];
var currentActionName =
(string) helper.ViewContext.RouteData.Values["action"];
2019年2月17日 星期日
2019年2月16日 星期六
2019年2月15日 星期五
NanoFabric
https://github.com/geffzhang/NanoFabric
基于Consul + .NET Core + Polly + Ocelot + Exceptionless + IdentityServer等开源项目的微服务开发框架
基于Consul + .NET Core + Polly + Ocelot + Exceptionless + IdentityServer等开源项目的微服务开发框架
2019年2月13日 星期三
RFC2898
ASP.NET Identity和ASP.NET Core Identity都是用RFC2898,相同密碼雜湊後的值也不一樣
https://docs.microsoft.com/zh-tw/aspnet/core/security/data-protection/consumer-apis/password-hashing?view=aspnetcore-2.2
https://github.com/aspnet/Identity/blob/master/src/Core/PasswordHasher.cs
https://docs.microsoft.com/zh-tw/aspnet/core/security/data-protection/consumer-apis/password-hashing?view=aspnetcore-2.2
https://github.com/aspnet/Identity/blob/master/src/Core/PasswordHasher.cs
蔣金楠:200行代码7个对象《ASP.NET Core框架揭密》
https://mp.weixin.qq.com/s/v43PSzuZQ69sK1910wBmMw
https://artech.cnblogs.com/p/inside-asp-net-core-framework.html
https://github.com/microsoftcommunity/communitysharing/tree/master/20190119-%E8%8B%8F%E5%B7%9E%E4%BF%B1%E4%B9%90%E9%83%A8%E6%88%90%E7%AB%8B%E6%9A%A8%E9%A6%96%E6%AC%A1%E6%8A%80%E6%9C%AF%E4%BA%A4%E6%B5%81
[文章汇总]ASP.NET Core框架揭秘
http://www.cnblogs.com/artech/p/inside-asp-net-core.html
https://artech.cnblogs.com/p/inside-asp-net-core-framework.html
https://github.com/microsoftcommunity/communitysharing/tree/master/20190119-%E8%8B%8F%E5%B7%9E%E4%BF%B1%E4%B9%90%E9%83%A8%E6%88%90%E7%AB%8B%E6%9A%A8%E9%A6%96%E6%AC%A1%E6%8A%80%E6%9C%AF%E4%BA%A4%E6%B5%81
[文章汇总]ASP.NET Core框架揭秘
http://www.cnblogs.com/artech/p/inside-asp-net-core.html
訂閱:
文章 (Atom)