Compile bugzproxy with Microsoft .Net framework
bugzproxy, a C# based assembly that provides access to a Bugzilla server, is coded under linux and is designed to work with Mono.
It seems Mono is less strict than specifications or Microsoft implementation.
So here some modifications to compile it.
Read moreC# Methods Web Generator
Take some properties, like private int teaCupCount;
This web generator will generate the following code:
public int TeaCupCount { get { return teaCupCount; } set { teaCupCount = value; } }Read more
Sajax ported in TCL
I’ve just ported Sajax 0.12 in TCL.
Sajax (Simple Ajax Toolkit), is an open source tool designed to help websites using the Ajax framework (also known as XMLHTTPRequest).
Read more