随笔分类 - DotNet / ASP.NET
ASP.NET
摘要:ASP.NET Boilerplate https://github.com/aspnetboilerplate ASP.NET Boilerplate - Web Application Frameworkhttps://aspnetboilerplate.com/
阅读全文
摘要:在ASP.NET MVC下: return view("List") 和 return RedirectToAction("List") 百度知道的最佳答案: 区别很明显的,第一个是直接待着那个ACTION的数据,然后渲染LIST那个页面,不会执行LIST的那个ACTION。第二个就是会执行。一般用
阅读全文
摘要:using System.Xml;using System.Xml.Serialization;using System.Web.Services.Protocols;using System.Configuration;using Service.Common.Constant;namespace
阅读全文
摘要:log4net的使用大致可以总结为以下几步: l 添加类库引用 把log4net的类库,加入程序引用即可。 l 指定配置名称 ² 指定文件名的方式 [assembly: log4net.Config.XmlConfigurator(ConfigFile = ".log4net.config", Watch = true)] ² 指定扩展名的方式 [assembly: log4net....
阅读全文
摘要:Visual Studio 2010 Publish
阅读全文
摘要:[SoapDocumentMethod( RequestNamespace = "http://www.contoso.com/Request", RequestElementName = "RequestMessage", ResponseNamespace = "http://www.contoso.com/Response", ResponseElementName = "ResponseMessage")] [WebMethod(MessageName = "RequestMessage"
阅读全文
摘要:http://blogs.msdn.com/b/tonyschr/archive/2007/01/19/ie-automation-amp-tabs.aspx
阅读全文
摘要:http://stackoverflow.com/questions/508034/how-to-stop-asp-net-from-loading-all-assemblies-from-bin-on-first-load
阅读全文
摘要: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页
阅读全文
摘要:以前就在关注过Mono项目,觉得他的意义很重大。后来公司买的DELL,附带的是SUSE Linux Enterprise的操作系统很喜欢,就装了个,平时玩玩。今天再看Mono的主页http://www.mono-project.com/Main_Page,发现SUSE Linux Enterprise Mono Extension,这个版块,其描述是:Run .NET applications, ...
阅读全文

浙公网安备 33010602011771号