随笔分类 -  Asp.Net Core

摘要:http://ASP.NET Core 提供了Cookie中间件来序列化用户主题到一个加密的Cookie中并且在后来的请求中校验这个Cookie,再现用户并且分配到HttpContext对象的User属性中。如果你想提供自己的登录方式和用户数据你可以使用Cookie中间件来实现独立的功能。 添加和配 阅读全文
posted @ 2017-12-12 14:06 Javi 阅读(962) 评论(0) 推荐(0)
摘要:Choose File... Submit ... 阅读全文
posted @ 2017-12-06 09:18 Javi 阅读(416) 评论(0) 推荐(0)
摘要:Who is this package for? This package is meant for developers that need to port existing .NET Framework code to .NET Core. But before you start portin 阅读全文
posted @ 2017-11-21 10:28 Javi 阅读(412) 评论(0) 推荐(0)
摘要:Editor’s Note: The following is a guest post from Mustafa Mahmutović, a Microsoft Student Partner who attends the Faculty of Electrical Engineering at 阅读全文
posted @ 2017-11-21 10:07 Javi 阅读(460) 评论(0) 推荐(0)
摘要:Setting up Linux on Windows 10 First thing is to enable Windows Subsystem for Linux. It doesn’t install Linux but gets Windows ready for it. Linux sup 阅读全文
posted @ 2017-11-06 09:36 Javi 阅读(318) 评论(0) 推荐(0)
摘要:Creating a new .NET Standard Project The first step for moving this library is to create a new .NET Standard Class Library: This creates a new SDK sty 阅读全文
posted @ 2017-07-07 09:34 Javi 阅读(608) 评论(0) 推荐(0)
摘要:Download Source - 955.2 KB Content Part 1: Angular2 Setup in Visual Studio 2017, Basic CRUD application, third party modal pop up control Part 2: Filt 阅读全文
posted @ 2017-06-19 10:10 Javi 阅读(655) 评论(0) 推荐(0)
摘要:下载源码 内容 第1部分:Visual Studio 2017中的Angular2设置,基本CRUD应用程序,第三方模态弹出控件 第2部分:使用Angular2管道进行过滤/搜索,全局错误处理,调试客户端 介绍 在 ASP.NET MVC和Web API - 第1部分中,我们学习了ASP.NET M 阅读全文
posted @ 2017-06-09 10:14 Javi 阅读(236) 评论(0) 推荐(0)
摘要:下载源码 - 903.5 KB 内容 第1部分:Visual Studio 2017中的Angular2设置,基本CRUD应用程序,第三方模态弹出控件 第2部分:使用Angular2管道进行过滤/搜索,全局错误处理,调试客户端 介绍 由于Angular2广泛应用于Web和移动开发的客户端框架,在本文 阅读全文
posted @ 2017-06-09 10:12 Javi 阅读(623) 评论(0) 推荐(0)
摘要:With ASP.NET Core 2 we get another way of building web applications. It’s one of those new things that is actually forgotten old thing and it is calle 阅读全文
posted @ 2017-05-26 10:29 Javi 阅读(1847) 评论(4) 推荐(0)
摘要:Introduction Span<T> is a new type we are adding to the platform to represent contiguous regions of arbitrary memory, with performance characteristics 阅读全文
posted @ 2017-05-22 10:11 Javi 阅读(638) 评论(0) 推荐(0)
摘要:NET Core 2.0的发布时间,.NET Core 2.0预览版及.NET Standard 2.0 Preview大概在5月中旬或下旬发布。 .NET Core 2.0正式版本发布时间大约在Q3 2017发布,具体我估计大概在8月份左右。同时一起发布的也就是.NET Standard 2.0。 阅读全文
posted @ 2017-05-22 10:07 Javi 阅读(323) 评论(0) 推荐(0)
摘要:所以你们都听到了#Build 2017的消息,Mac上的Visual Studio已经被完全发布,是一般的。为了庆祝这个版本,我将在我的Mac上写几篇关于构建一些不同的.net应用的帖子。 正如你已经期望的标题,本文将在ASP.NET核心我将使它简短而简单。 我将建立的虚拟应用程序将在电影上。以下是 阅读全文
posted @ 2017-05-16 09:19 Javi 阅读(3676) 评论(0) 推荐(0)
摘要:User authentication is a fundamental part of any meaningful application. Unfortunately, implementing it properly can be a painful exercise that steals 阅读全文
posted @ 2017-05-08 09:29 Javi 阅读(730) 评论(0) 推荐(0)
摘要:MongoDB is a NoSQL document-oriented database that allows you to define JSON based documents which are schema independent. The schema can be mapped wi 阅读全文
posted @ 2017-04-17 11:02 Javi 阅读(652) 评论(0) 推荐(0)
摘要:Solution in glance The following diagram illustrates our solution where IoT device reports readings to web site and users can see readings in real tim 阅读全文
posted @ 2017-03-29 09:56 Javi 阅读(674) 评论(0) 推荐(0)
摘要:Creating “Login form” We use here simple form where user can insert his or her preferred nick name for chat. To keep us focused on WebSocket stuff we 阅读全文
posted @ 2017-03-27 09:52 Javi 阅读(529) 评论(0) 推荐(0)
摘要:Uploading files is a common requirement in web applications. In ASP.NET Core 1.0 uploading files and saving them on the server is quite easy. To that 阅读全文
posted @ 2017-03-21 16:14 Javi 阅读(562) 评论(0) 推荐(0)
摘要:不废话,直接上代码,你懂得。 阅读全文
posted @ 2017-03-07 13:14 Javi 阅读(1198) 评论(0) 推荐(0)
摘要:In one of the ASP.NET Core projects we did in the last year, we created an OutputFormatter to provide a Word documents as printable reports via ASP.NE 阅读全文
posted @ 2017-03-03 14:17 Javi 阅读(2169) 评论(0) 推荐(0)