#ET

GetViewUrl

<f:TemplateFieldHeaderText="名称"ColumnID="Name"ExpandUnusedSpace="true"MinWidth="200px"><ItemTemplate><ahref="javascript:;"onclick="<%#CanDoo.F...
代码星球 ·2020-04-04

C#通过WebClient/HttpWebRequest实现http的post/get方法

C#通过WebClient/HttpWebRequest实现http的post/get方法 http://www.cnblogs.com/shadowtale/p/3372735.html ...

Json.NET特殊处理64位长整型数据

http://www.lai18.com/content/3301708.html...

asp.net反向代理

https://www.codeproject.com/Articles/18490/Reverse-Proxy-in-C-NET-v https://www.codeproject.com/Articles/18490/Reverse-Proxy-in-C-NET-v...
代码星球 ·2020-04-04

web.config SetAttributes

<appSettings><addkey="DomainProxy"value="http://e3api.lcsyzx.cn/api/"xdt:Locator="Match(key)"xdt:Transform="SetAttributes"/></appSettings>...
代码星球 ·2020-04-04

IIS 8.0 Asp.net warm up Auto Start & Application Initialization

http://www.codeproject.com/Articles/795265/IIS-Asp-net-warm-up-Auto-Start-Application ...
代码星球 ·2020-04-04

Process.GetCurrentProcess().Id

Process.GetCurrentProcess().Id...
代码星球 ·2020-04-04

Migrating an Existing Website from SQL Membership to ASP.NET Identity

MigratinganExistingWebsitefromSQLMembershiptoASP.NETIdentitypublicclassUser:IdentityUser{publicUser(){CreateDate=DateTime.Now;IsApproved=false;LastLoginDate=Dat...

关于linux asp.net MVC网站中 httpHandlers配置无效的处理方法

近期有Jexus用户反映,在LinuxASP.NETMVC网站的Web.config中添加httpHandlers配置用于处理自定义类型,但是在运行中并没有产生预期的效果,服务器返回了404(找不到网页)错误。经我亲自测试,在WebForm网站中,httpHandlers节点的配置是有效的,而在MVC中的确无效。造成h...

tamtam-nuget-imageserver

https://bitbucket.org/tamtam-nl/tamtam-nuget-imageserver/src/eaddb1ac943fcaa9e7ef210ed5a5ccf630b86994?at=master...
代码星球 ·2020-04-04

.net 应用迁移到Mono 工具 (Moma)

     MonoMigrationAnalyzer(Moma) 是一个用于开发者使用的MS.net下开发的应用程序迁移到Mono平台的不兼容性检测工具。工具通过分析.dll或者.exe程序集的代码是否符合ECMACLI,大家都知道符合ECMACLI标准的.n...

mono的Type.GetType(string)总是为空

publicpartialclassIndex:System.Web.UI.Page{protectedoverridevoidOnLoad(EventArgse){Response.Write(typeof(System.Data.DataTable).AssemblyQualifiedName);Response....

.NET获取服务器信息,如服务器版本、IIS等

.NET获取服务器信息,如服务器版本、IIS等.NET获取服务器信息,如服务器版本、IIS版本、数据库大小、网站系统空间占用大小、网站部署路径等等.NET获取系统环境信息#region返回操作系统信息.net版本数据库大小 程序大小等方法///<summary>///获取服务器系统信息///<...

Mixing ASP.NET and MVC routing

HereisthesolutionIsettledon.IinstalledtheNuGetMicrosoft.AspNet.FriendlyUrlspackage.ThenInamedthe.aspxpagewithapagenamethatwouldlookgoodwithouttheextension.ThenI...

在 docker中 运行 mono /jexus server 并部署asp.net mvc站点

http://linuxdot.net/bbsfile-3988 1.  安装 docker:      // docker 1.7 新版 安装非常容易,理论上说,在主流的任意li...
首页上一页...601602603604605...下一页尾页