In last post I talked about how I made a fork to support Xamarin Studio 5.x series (as well as MonoDevelop 5.x). It was clearly a milestone, but not good enough as Xamarin Studio 6.x was at the doo...
xUnit.NET Add-in for Xamarin Studio: Latest Update
Port #SNMP from .NET Core RC1 to RC2
You probably read my first post on how to migrate from .NET Framework to .NET Core RC1. Now it is time to update the code base to RC2. The actual commits were made two weeks ago. So this post will ...
Android Support Repository and Xamarin.Android
I have been playing with Xamarin.Android a little bit recently, and discovered some interesting facts about its compilation. This post focuses on the issues and also digs out the details behind the...
How I Did xUnit.net 2 Addin for MonoDevelop/Xamarin Studio
I started my very first project to extend Borland Delphi/C#Builder. And then I created an AStyle addin for SharpDevelop, and then an OpenCover addin. And a few months ago, I launched an extension f...
图片中的Build 2016
微软主办的Build 2016大会刚刚落幕,让我们通过下面的图片集锦来回顾大会的一些容易被人忽视的细节。 Xamarin加入微软大家庭 微软公司于二月底花大价钱买下了Xamarin这家移动开发平台提供商,终于补全了Mobile First Cloud First战略的短板。 图片一:Xamarin平台对于微软战略的补充 所以在本次大会中,Xamarin相关的话题也是特别热门。附图...

Build 2016,你可能忽视的几个细节
微软公司主办的Build 2016大会尚在进程中,但是两场重量级的主题演讲已经结束。下面列举了我个人非常关注的几个细节,介绍一些背景知识以饲读者。 Bash on Windows背后的历史和未来 微软和IBM二十多年前联合开发NT内核的时候就已经为接驳多种操作系统留下了伏笔,而今时微软把Ubuntu与NT内核结合也是恰逢其时。 图片一:运行在Windows 10上的Bash 不过...
Jexus Manager: Enhanced Self-Signed Certificate Generation
IIS Manager has a shortcut in Server Certificates page to create self-signed certificates, aka “Create Self-Signed Certificate…” menu item under Actions. By clicking this menu item, a wizard pops u...
如何迁移#SNMP到.NET Core平台的一些体会
.NET Core 依然在飞速进化中,所以如果不是非常喜欢折腾的性格,建议各位还是暂时忍耐。 准备阶段 首先,Visual Studio 2015是必要的开发工具。虽然它已经包含了.NET Core的原始测试版,这里还是推荐下载 RC1 安装包. 请下载 ASP.NET 5 RC 那个版本。下面都是假设在 Windows 系统上。 执行安装程序,它会进一步下载更多的部件。等...