摘要: http://stackoverflow.com/questions/14643735/ 阅读全文
posted @ 2017-05-06 19:05 天藐水瓶 阅读(120) 评论(0) 推荐(0)
摘要: using Microsoft.CodeAnalysis.CSharp.Scripting; 阅读全文
posted @ 2017-05-06 19:04 天藐水瓶 阅读(145) 评论(0) 推荐(0)
摘要: WebApiProxy-Generate-CSharp public static string AssemblyDirectory { get { string codeBase = Assembly.GetExecutingAssembly().CodeBase; UriBuilder uri 阅读全文
posted @ 2017-05-06 19:03 天藐水瓶 阅读(208) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/daxnet/archive/2011/05/10/2042095.html 阅读全文
posted @ 2017-05-06 19:02 天藐水瓶 阅读(94) 评论(0) 推荐(0)
摘要: Add-Migration typeUpdate-Database -verbose 阅读全文
posted @ 2017-05-06 19:00 天藐水瓶 阅读(177) 评论(0) 推荐(0)
摘要: //Type type = Type.GetType("Domain.Entitiy." + item.Name);//object handler = Activator.CreateInstance(type);//Func<string, QueryStoresOutput> hook = o 阅读全文
posted @ 2017-05-06 18:59 天藐水瓶 阅读(524) 评论(0) 推荐(0)
摘要: var mapper = config.CreateMapper();// orIMapper mapper = new Mapper(config);var dest = mapper.Map<Source, Dest>(new Source()); Mapper.Initialize(cfg = 阅读全文
posted @ 2017-05-06 18:57 天藐水瓶 阅读(284) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/930753/dynamic-c-net-webservice 阅读全文
posted @ 2017-05-06 18:56 天藐水瓶 阅读(70) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/47239/ 阅读全文
posted @ 2017-05-06 18:56 天藐水瓶 阅读(91) 评论(0) 推荐(0)
摘要: nuget restore YourSolution.sln Update-Package -reinstall -Project Logistics.WebApi https://docs.microsoft.com/en-us/nuget/consume-packages/reinstallin 阅读全文
posted @ 2017-05-06 18:52 天藐水瓶 阅读(471) 评论(0) 推荐(0)