Bitkraft for ASP.NET
November 17th, 2007 Arsen Posted in Patterns - .NET |
Bitkraft Bitkraft is a CLR based (.NET) web framework that allows distributed web content to be created and served in a unique fashion. It is written in C# and compiles for operation under the Microsoft .NET Framework 1.1+ or the .Mono Framework, making it portable to almost any platform.
At it’s core, the Bitkraft framework extends the ASP .NET Architecture to fully support Javascript-based Server callbacks using the XmlHttpRequest object as a transport layer in a fashion referred commonly today as AJAX (Asynchronous Javascript Over XmlHttpRequest).
- Known browsers: IE5+, Firefox1+, NS6
- Server-side support: ASP.NET, Mono XSP, Cassini, Apache (modMono) .NET Framework 1.1+
- Attribute Driven
- Asynchronous and Synchronous methods mapped directly from Javascript proxy objects to the server
- Supports all .NET Types and custom classes mapped to JSON objects on the client
- Uses JSON instead of XML
- Open-source library by Wayne Lee-Archer.
Bitkraft is a CLR based (.NET) web framework
Leave a Reply