Fork me on GitHub

随笔分类 -  Asp.Net

摘要:Install for CentOS 7.1 (64 bit) & Oracle Linux 7.1 (64 bit) 1.VM Install CentOS 7 & Config IP CentOS-7.0-1406-x86_64-DVD.iso 标准安装版,一般下载这个就可以了 CentOS-7 阅读全文
posted @ 2017-05-04 14:15 Nick.Chung 阅读(343) 评论(0) 推荐(0) 编辑
摘要:Microsoft recently released .NET Core and ASP.NET 5 Release Candidate, supported on Windows, OS X and Linux. Microsoft states this release is ready fo 阅读全文
posted @ 2015-12-04 16:48 Nick.Chung 阅读(258) 评论(0) 推荐(0) 编辑
摘要:什么是 OWIN ?OWIN 的全称是 "Open Web Interface for .NET", OWIN 在 .NET Web 服务器和 .NET Web 应用之间定义了一套标准的接口, 其目的是为了实现服务器与应用之间的解耦, 鼓励为 .NET Web 应用开发简单模块。OWIN 是一个开源... 阅读全文
posted @ 2015-10-15 23:53 Nick.Chung 阅读(305) 评论(0) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2012-12-03 11:31 Nick.Chung 阅读(195) 评论(0) 推荐(0) 编辑
摘要:<%@ WebHandler Language="C#" Class="AttachmentHandler" %>using System;using System.Collections.Generic;using System.Web;using System.Data.SqlClient;using System.Configuration;public class AttachmentHandler : IHttpHandler{ public void ProcessRequest(HttpContext context) { st 阅读全文
posted @ 2012-11-12 16:57 Nick.Chung 阅读(194) 评论(0) 推荐(0) 编辑