随笔分类 -  DotNet / ASP.NET

ASP.NET
摘要:ASP.NET Boilerplate https://github.com/aspnetboilerplate ASP.NET Boilerplate - Web Application Frameworkhttps://aspnetboilerplate.com/ 阅读全文
posted @ 2019-05-27 19:25 任国强 阅读(307) 评论(0) 推荐(0) 编辑
摘要:在ASP.NET MVC下: return view("List") 和 return RedirectToAction("List") 百度知道的最佳答案: 区别很明显的,第一个是直接待着那个ACTION的数据,然后渲染LIST那个页面,不会执行LIST的那个ACTION。第二个就是会执行。一般用 阅读全文
posted @ 2016-04-21 14:52 任国强 阅读(300) 评论(0) 推荐(0) 编辑
摘要:using System.Xml;using System.Xml.Serialization;using System.Web.Services.Protocols;using System.Configuration;using Service.Common.Constant;namespace 阅读全文
posted @ 2016-02-24 18:06 任国强 阅读(1124) 评论(0) 推荐(0) 编辑
摘要:log4net的使用大致可以总结为以下几步: l 添加类库引用 把log4net的类库,加入程序引用即可。 l 指定配置名称 ² 指定文件名的方式 [assembly: log4net.Config.XmlConfigurator(ConfigFile = ".log4net.config", Watch = true)] ² 指定扩展名的方式 [assembly: log4net.... 阅读全文
posted @ 2011-11-08 15:21 任国强 阅读(1921) 评论(0) 推荐(1) 编辑
摘要:Visual Studio 2010 Publish 阅读全文
posted @ 2011-10-26 16:38 任国强 阅读(1409) 评论(0) 推荐(0) 编辑
摘要:[SoapDocumentMethod( RequestNamespace = "http://www.contoso.com/Request", RequestElementName = "RequestMessage", ResponseNamespace = "http://www.contoso.com/Response", ResponseElementName = "ResponseMessage")] [WebMethod(MessageName = "RequestMessage" 阅读全文
posted @ 2011-06-29 12:03 任国强 阅读(229) 评论(0) 推荐(0) 编辑
摘要:http://blogs.msdn.com/b/tonyschr/archive/2007/01/19/ie-automation-amp-tabs.aspx 阅读全文
posted @ 2011-03-21 16:45 任国强 阅读(202) 评论(0) 推荐(0) 编辑
摘要:http://stackoverflow.com/questions/508034/how-to-stop-asp-net-from-loading-all-assemblies-from-bin-on-first-load 阅读全文
posted @ 2011-03-17 14:19 任国强 阅读(149) 评论(0) 推荐(0) 编辑
摘要:http://forums.asp.net/t/1303052.aspx/1?Tell+IIS+to+load+dll+from+another+directory+not+Bin+web+config+http://www.hanselman.com/blog/PermaLink.aspx?guid=4d0ef4fb-f8ae-4355-a658-3c0432c98dbe<<CLR via C#>>中文第三版 56页 阅读全文
posted @ 2011-03-17 14:15 任国强 阅读(278) 评论(0) 推荐(0) 编辑
摘要:以前就在关注过Mono项目,觉得他的意义很重大。后来公司买的DELL,附带的是SUSE Linux Enterprise的操作系统很喜欢,就装了个,平时玩玩。今天再看Mono的主页http://www.mono-project.com/Main_Page,发现SUSE Linux Enterprise Mono Extension,这个版块,其描述是:Run .NET applications, ... 阅读全文
posted @ 2010-02-23 09:04 任国强 阅读(2303) 评论(5) 推荐(2) 编辑

点击右上角即可分享
微信分享提示