05 2016 档案
摘要:1 使用visual studio 2015 新建 blank android APP , 2 安卓手机调整到开发者模式 3 通过USB链接到PC 4 自动检测 设备(这一步貌似没有立即检测到真机设备,打开两分钟真机设备才出来), 5 选择你的设备 调试正式开始,之后VS会自动部署你的hello w
阅读全文
摘要:由于之前本机已安装过Android SDK,在安装Visual Studio 2015时跳过了,并没有为Xamarin指定对应路径导致。Visual Studio顶部菜单:Tools > Options > Xamarin > Android Settings指定一下Android SDK目录即可。
阅读全文
摘要:Google has updated their SDK tools ("Android SDK Tools" Rev. 23) in a way that also requires installing the latest "Android SDK Build-tools" package,
阅读全文
摘要:Nuget :http://www.nuget.org/packages/Microsoft.AspNet.SignalR/ What is SignalR? ASP.NET SignalR is a library for ASP.NET developers that simplifies th
阅读全文
摘要:git: https://github.com/MiniProfiler 以前开发Webform的时候可以开启trace来跟踪页面事件,这对于诊断程序的性能是有很大的帮助的,起到事半功倍的作用,今天我就来谈用mvc开发项目的调试和性能监控。EF框架自动给我生成sql语句,当我们的程序遇到性能问题的时
阅读全文
摘要:git :https://github.com/JeremySkinner/FluentValidation Example
阅读全文
摘要:原文地址 https://blogs.msdn.microsoft.com/henrikn/2012/08/07/httpclient-httpclienthandler-and-webrequesthandler-explained/ In two previous blogs I describ
阅读全文
摘要:C#利用HttpWebRequest进行post请求的示例(HTTPS)
阅读全文
摘要:Types of CQRS By Vladimir Khorikov CQRS is a pretty defined concept. Often, people say that you either follow CQRS or not, meaning that it is some kin
阅读全文
摘要:在使用EF的时候,我把EF的EDMX放在单独的一个project中,UI中引用这个project的dll, 运行的时候就是提示No Entity Framework provider found for the ADO.NET provider with invariant 错误, 最后发现在UI项
阅读全文