«

»

C# library for Html5
C# library for Html5 (icon)

It’s a fork of the default SharpKit’s Html5 C# library (generated version by Sebastian Loncar). Created by Alchiweb, MIT opensource licence.

Basically, the improvments are:

  • method names will all begin with an uppercase letter.
  • JavaScript constants used like a code will be transform into an enum type.  The advantage is that these codes will be strongly type and no taping error can go through IntelliSense.
  • Events: that’s a lot of work… I’m working on a solution with classic .Net events and also with addEventListener (enum type parameter, strongly type event listener…).

The API Doc is available here.
The source is available in the SharpKit code source repository.

http://xmadevlab.alchiweb.fr/features/html5-csharp-library/