上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 157 下一页

2017年1月11日

[转]在离线环境中发布.NET Core至Windows Server 2008

摘要: 本文转自:http://www.cnblogs.com/durow/p/5765145.html 0x00 写在开始 之前一篇博客中写了在离线环境中使用.NET Core,之后一边学习一边写了一些页面作为测试,现在打算发布一下试试。看了下官方给出的发布教程感觉挺详细的了(https://docs.a 阅读全文

posted @ 2017-01-11 10:41 freeliver54 阅读(370) 评论(0) 推荐(0)

[转]ASP.NET Core 1 Deploy to IIS

摘要: 本文转自: http://webmodelling.com/webbits/aspnet/aspnet-deploy-iis.aspx 15 Sep 2016. This tutorial will show step by step how to deploy an ASP.NET Core 1 阅读全文

posted @ 2017-01-11 10:05 freeliver54 阅读(358) 评论(1) 推荐(0)

2017年1月10日

[转]Publishing and Running ASP.NET Core Applications with IIS

摘要: 本文转自:https://weblog.west-wind.com/posts/2016/Jun/06/Publishing-and-Running-ASPNET-Core-Applications-with-IIS#DoyouneedIIS? When you build ASP.NET Core 阅读全文

posted @ 2017-01-10 17:47 freeliver54 阅读(548) 评论(2) 推荐(0)

2017年1月9日

[转].NET Core配置文件加载与DI注入配置数据

摘要: 本文转自:http://www.cnblogs.com/skig/p/6079187.html .NET Core配置文件 在以前.NET中配置文件都是以App.config / Web.config等XML格式的配置文件,而.NET Core中建议使用以JSON为格式的配置文件,因为使用起来更加方 阅读全文

posted @ 2017-01-09 16:02 freeliver54 阅读(433) 评论(0) 推荐(0)

[转]解读ASP.NET 5 & MVC6系列(7):依赖注入

摘要: 本文转自:http://www.cnblogs.com/TomXu/p/4496440.html 在前面的章节(Middleware章节)中,我们提到了依赖注入功能(Dependency Injection),ASP.NET 5正式将依赖注入进行了全功能的实现,以便开发人员能够开发更具弹性的组件程序 阅读全文

posted @ 2017-01-09 15:42 freeliver54 阅读(602) 评论(0) 推荐(0)

[转] EF Configuring a DbContext

摘要: 本文转自:https://docs.microsoft.com/en-us/ef/core/miscellaneous/configuring-dbcontext Note This documentation is for EF Core. For EF6.x, see Entity Framew 阅读全文

posted @ 2017-01-09 15:20 freeliver54 阅读(597) 评论(0) 推荐(0)

2017年1月7日

[转]ASP.NET Core--根据方案来限制身份

摘要: 本文转自:http://www.cnblogs.com/duyao/p/5980105.html 翻译如下: 在某些情况下,比如单页的应用程序,可以与多种认证来方式结合。例如,您的应用程序可能使用基于Cookie的身份验证来登录和JavaScript的请求承载认证。在某些情况下,可能一个授权验证的中 阅读全文

posted @ 2017-01-07 15:30 freeliver54 阅读(335) 评论(0) 推荐(0)

[转]Writing Custom Middleware in ASP.NET Core 1.0

摘要: 本文转自:https://www.exceptionnotfound.net/writing-custom-middleware-in-asp-net-core-1-0/ One of the new features from ASP.NET Core 1.0 is the idea of Mid 阅读全文

posted @ 2017-01-07 15:18 freeliver54 阅读(307) 评论(0) 推荐(0)

[转]ASP.NET Core 中的那些认证中间件及一些重要知识点

摘要: 本文转自:http://www.qingruanit.net/c_all/article_6645.html 在读这篇文章之间,建议先看一下我的 ASP.NET Core 之 Identity 入门系列(一,二,三)奠定一下基础。 有关于 Authentication 的知识太广,所以本篇介绍几个在 阅读全文

posted @ 2017-01-07 14:26 freeliver54 阅读(1384) 评论(0) 推荐(0)

[转]Asp.Net Core 简单的使用加密的Cookie保存用户状态

摘要: 本文转自:http://www.cnblogs.com/Joes/p/6023820.html 在以前的Asp.Net中可以用 FormsAuthentication 类的一系列方法来使用加密的Cookie存储用户身份,使用简单,可控性强。在Asp.Net Core中是否也可以的?答案是当然的。 使 阅读全文

posted @ 2017-01-07 14:18 freeliver54 阅读(2992) 评论(1) 推荐(2)

[转]How to override HandleUnauthorizedRequest in ASP.NET Core

摘要: 本文转自:http://quabr.com/40446028/how-to-override-handleunauthorizedrequest-in-asp-net-core I'm migrating my project to asp.net core and I'm stuck in mig 阅读全文

posted @ 2017-01-07 14:08 freeliver54 阅读(883) 评论(0) 推荐(0)

[转].NET Core中的认证管理解析

摘要: 本文转自:http://www.cnblogs.com/durow/p/5783089.html 0x00 问题来源 在新建.NET Core的Web项目时选择“使用个人用户账户”就可以创建一个带有用户和权限管理的项目,已经准备好了用户注册、登录等很多页面,也可以使用AuthorizeAttribu 阅读全文

posted @ 2017-01-07 13:38 freeliver54 阅读(431) 评论(0) 推荐(1)

.net core ClaimsPrincipal Class

摘要: hClaimsPrincipal Class ttps://msdn.microsoft.com/en-us/library/system.identitymodel.services.claimsprincipalpermission(v=vs.110).aspx ClaimsPrincipalP 阅读全文

posted @ 2017-01-07 10:33 freeliver54 阅读(394) 评论(0) 推荐(0)

[转]Asp.Net 用户验证(自定义IPrincipal和IIdentity)

摘要: 本文转自:http://www.cnblogs.com/amylis_chen/archive/2012/08/02/2620129.html 阅读全文

posted @ 2017-01-07 09:11 freeliver54 阅读(311) 评论(4) 推荐(0)

2017年1月6日

[转]用Middleware给ASP.NET Core Web API添加自己的授权验证

摘要: 本文转自:http://www.cnblogs.com/catcher1994/p/6021046.html Web API,是一个能让前后端分离、解放前后端生产力的好东西。不过大部分公司应该都没能做到完全的前后端分离。API的实现方式有很 多,可以用ASP.NET Core、也可以用ASP.NET 阅读全文

posted @ 2017-01-06 16:34 freeliver54 阅读(392) 评论(0) 推荐(0)

[转]教你实践ASP.NET Core Authorization

摘要: 本文转自:http://www.cnblogs.com/rohelm/p/Authorization.html 本文目录 Asp.net Core 对于授权的改动很友好,非常的灵活,本文以MVC为主,当然如果说webapi或者其他的分布式解决方案授权,也容易就可以实现单点登录都非常的简单,可以使用现 阅读全文

posted @ 2017-01-06 15:39 freeliver54 阅读(4435) 评论(0) 推荐(1)

[转]MVC5 - ASP.NET Identity登录原理 - Claims-based认证和OWIN

摘要: 本文转自:http://www.cnblogs.com/jesse2013/p/aspnet-identity-claims-based-authentication-and-owin.html 在Membership系列的最后一篇引入了ASP.NET Identity,看到大家对它还是挺感兴趣的, 阅读全文

posted @ 2017-01-06 15:29 freeliver54 阅读(1152) 评论(0) 推荐(2)

[转]Web APi之认证(Authentication)及授权(Authorization)【一】(十二)

摘要: 本文转自:http://www.cnblogs.com/CreateMyself/p/4856133.html 前言 无论是ASP.NET MVC还是Web API框架,在从请求到响应这一过程中对于请求信息的认证以及认证成功过后对于访问页面的授权是极其重要的,用两节来重点来讲述这二者,这一节首先讲述 阅读全文

posted @ 2017-01-06 11:06 freeliver54 阅读(388) 评论(0) 推荐(0)

2017年1月5日

[转]How to: Create a Custom Principal Identity

摘要: 本文转自:https://msdn.microsoft.com/en-us/library/aa702720(v=vs.110).aspx The PrincipalPermissionAttribute is a declarative means of controlling access to 阅读全文

posted @ 2017-01-05 17:07 freeliver54 阅读(289) 评论(0) 推荐(0)

[转]An introduction to OAuth 2.0 using Facebook in ASP.NET Core

摘要: 本文转自:http://andrewlock.net/an-introduction-to-oauth-2-using-facebook-in-asp-net-core/ This is the next post in a series on authentication and authoris 阅读全文

posted @ 2017-01-05 15:53 freeliver54 阅读(438) 评论(0) 推荐(0)

上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 157 下一页

导航