Part IV: ANTLR Grammar Tricks for C# Tip 1: Twin Files Approach If you have followed the series, you know already that ANTLR syntax heavily relies on Java. So if you are writing a new grammar an...
How to Use ANTLR on .NET, Part IV
How to Use ANTLR on .NET, Part III
C# Project Settings for ANTLR 3 Now let’s see how to use ANTLR 3 in a C# project by analyzing SharpSnmpLib.AST.csproj in #SNMP, https://github.com/lextudio/sharpsnmplib/blob/de58f7c050a0976654e7...
How to Use ANTLR on .NET, Part II
Environment Setup ANTLR on Java heavily relies on Eclipse (though it also supports other Java IDE). So you can assume using it on .NET relies on Visual Studio. The following things can be helpful...
How to Use ANTLR on .NET, Part I
This will be a series of several articles, as ANTLR 3 is really a complex system. Therefore, please be patience. ANTLR 3 will be the focus of this series, as ANTLR 2 is too old. Start fro...
How to Troubleshoot MonoDevelop Errors on openSUSE
I am using openSUSE 12.1 and MonoDevelop (2.* and 3.*) displays an exception dialog at startup saying /MonoDevelop/Core/PlatformService experienced a problem. In fact, if you launch MonoDevelop fro...
DockPanel Suite: Review on Release 2.6
DockPanel Suite 2.6 is now available in two places, NuGet channel. You can learn about it from http://nuget.org GitHub Downloads section, https://github.com/dockpanelsuite/dockpanelsuite/down...
DockPanel Suite: Release 2.6 is Coming (Release Notes)
Dear readers and C# WinForms developers, If you have been waiting for DockPanel Suite updates for a long time, here is a piece of news that might make you happy. That is, Ryan and I will release D...
Citrix Receiver Installation on openSUSE 12.1 64-bit
I recently switched to openSUSE 12.1 fully as my desktop failed to serve Windows 7 without hang or crash. One difficulty right now is that I could not install Citrix Receiver as wished by downloadi...