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

2017年2月4日

[转]Implementing User Authentication in ASP.NET MVC 6

摘要: 本文转自:http://www.dotnetcurry.com/aspnet-mvc/1229/user-authentication-aspnet-mvc-6-identity In this article we will be implementing User Authentication 阅读全文

posted @ 2017-02-04 13:57 freeliver54 阅读(298) 评论(1) 推荐(0)

[转]ASP.NET Core基本原理(11)-管理应用程序状态

摘要: 本文转自:http://zhuchenglin.me/fundamentals-11-app-state?utm_source=tuicool&utm_medium=referral ASP.NET Core基本原理(11)-管理应用程序状态[译] 在ASP.NET Core中,应用程序的状态可以有 阅读全文

posted @ 2017-02-04 11:30 freeliver54 阅读(588) 评论(2) 推荐(1)

[转] .net core Session , Working with a distributed cache

摘要: 本文转自:https://docs.microsoft.com/en-us/aspnet/core/performance/caching/distributed By Steve Smith+ Distributed caches can improve the performance and s 阅读全文

posted @ 2017-02-04 11:24 freeliver54 阅读(578) 评论(0) 推荐(0)

[转]Session and application state in ASP.NET Core

摘要: 本文转自:https://docs.microsoft.com/en-us/aspnet/core/fundamentals/app-state By Rick Anderson and Steve Smith+ HTTP is a stateless protocol; the Web serve 阅读全文

posted @ 2017-02-04 11:21 freeliver54 阅读(1405) 评论(1) 推荐(0)

[转]Asp.net Core中使用Session

摘要: 本文转自:http://www.cnblogs.com/sword-successful/p/6243841.html 前言 2017年就这么悄无声息的开始了,2017年对我来说又是特别重要的一年。 元旦放假在家写了个Asp.net Core验证码登录, 做demo的过程中遇到两个小问题,第一是在A 阅读全文

posted @ 2017-02-04 11:16 freeliver54 阅读(485) 评论(0) 推荐(0)

[转]Cookie/Session机制详解

摘要: 本文转自:http://blog.csdn.net/fangaoxin/article/details/6952954/ 会话(Session)跟踪是Web程序中常用的技术,用来跟踪用户的整个会话。常用的会话跟踪技术是Cookie与Session。Cookie通过在客户端记录信息确定用户身份,Ses 阅读全文

posted @ 2017-02-04 11:03 freeliver54 阅读(199) 评论(0) 推荐(0)

2017年1月13日

[转] asp.net core Introducing View Components

摘要: 本文转自:http://www.c-sharpcorner.com/uploadfile/8c19e8/asp-net-5-getting-started-with-asp-net-mvc-6/ Introducing View Components Another cool feature in 阅读全文

posted @ 2017-01-13 12:20 freeliver54 阅读(303) 评论(0) 推荐(0)

[转]ASP.NET Core 十种方式扩展你的 Views

摘要: 本文转自:http://www.cnblogs.com/savorboard/p/aspnetcore-views.html 原文地址:http://asp.net-hacker.rocks/2016/02/18/extending-razor-views.html 作者:Jürgen Gutsch 阅读全文

posted @ 2017-01-13 11:35 freeliver54 阅读(533) 评论(0) 推荐(0)

[转]asp.net core视图组件(ViewComponent)简单使用

摘要: 本文转自:http://www.cnblogs.com/dralee/p/6170496.html 一、组成: 一个视图组件包括两个部分,派生自ViewComponent的类及其返回结果。类似控制器。 定义一个视图组件,如控制器一样,必须是公开,非嵌套,非抽象的类。一般,视图组件名称为类名去掉”Vi 阅读全文

posted @ 2017-01-13 11:32 freeliver54 阅读(660) 评论(0) 推荐(0)

[转]ASP.NET Core集成微信登录

摘要: 本文转自:http://www.cnblogs.com/early-moon/p/5819760.html 工具: Visual Studio 2015 update 3 Asp.Net Core 1.0 1 准备工作 申请微信公众平台接口测试帐号,申请网址:(http://mp.weixin.qq 阅读全文

posted @ 2017-01-13 09:11 freeliver54 阅读(2027) 评论(0) 推荐(0)

2017年1月12日

[转].Net Core上用于代替System.Drawing的类库

摘要: 本文转自:http://www.tuicool.com/wx/iuaINjy 目前.Net Core上没有System.Drawing这个类库,想要在.Net Core上处理图片得另辟蹊径。 微软给出了将来取代System.Drawing的方案,偏向于使用一个单独的服务端进行各种图片处理 https 阅读全文

posted @ 2017-01-12 16:53 freeliver54 阅读(1512) 评论(0) 推荐(0)

[转]【无私分享:ASP.NET CORE 项目实战(第十四章)】图形验证码的实现

摘要: 本文转自:http://www.cnblogs.com/yuangang/p/6000460.html 目录索引 【无私分享:ASP.NET CORE 项目实战】目录索引 简介 很长时间没有来更新博客了,一是,最近有些忙,二是,Core也是一直在摸索中,其实已经完成了一个框架了,并且正在准备在生产环 阅读全文

posted @ 2017-01-12 16:29 freeliver54 阅读(674) 评论(0) 推荐(0)

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 阅读(368) 评论(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 阅读(353) 评论(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 阅读(546) 评论(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 阅读(430) 评论(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 阅读(599) 评论(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 阅读(594) 评论(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 阅读(333) 评论(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 阅读(305) 评论(0) 推荐(0)

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

导航