I know many of you learned about IIS extensibility and came across MWA. There are not so many articles on IIS.net about it (as well as MWM), like this and this. Explore them and you can see how co...
LordGate Notes: Multithreading Performance
A few performance testing scenarios have been executed recently and the results are quite surprising. Before locating the culprits, this post only shows what the testing reveals. Sample Code [Te...
TritonMate Words: #SNMP 9.0 Plan
#SNMP Library 8.5 has been published for a while (Feb 22, 2015). If you did not yet try it out, it can be easily acquired from NuGet. The focus was primarily set on repackaging, so most of the API...
Jexus Manager: Initial Persist-to-Disk Support in 2.0 Alpha 5
Visual Studio does provide some basic IIS Express integration, such as opening sites from IIS Express, and exposes a limited set of settings for you to configure, Anonymous Authentication SSL...
#SNMP Library, Encryption, and Encryption Registration
One user wrote to me recently to ask if I can provide ECCN number of #SNMP Library. I was surprised initially, but later discovered that as a project hosted on both CodePlex and GitHub (US based), ...
Mono 生态系统未来可能的进化方向
Mono 项目从一个开源 C# 编译器起家在十多年中发展成为了一个良好的开发平台[1]。它的很多部件,都在特定时间因为某些原因开发和加入(例如项目的紧迫性,母公司的要求,和纯粹的实验性质研究),但宗旨都是让 Mono 开发者更好的和非 Windows 操作系统底层的 API 互动。 上图列举了当前 Mono 项目的一些重要部件。 基础部件 作为支持 Mono 程序运行的基础,CLR ...
A Guess on Mono Ecosystem Evolution
Mono has been there for years and grown from its first component (Mono C# Compiler)[1] to a large platform (with multiple components). Each components were written at a certain phase due to the dem...
Web Application Differences in Visual Studio and IIS
Beginners of web development often find it strange to see their ASP.NET applications run differently in VS and on IIS. It is reasonable to expect the same code base yields the same results everywhe...