资 源 简 介
Monadsphere.NET is a C# library, which can be used with ASP.NET to generate browser side GUI components and layouts with only C#.
This library treats browsers with javascript engines as presentation layer only. It does not create and store any class based objects other than DOM based html elements on the browser side.
This library does not pass and save any browser side presentation states on server side either.
This library tries to encapsulate javascript at language level. Execution of server side code written with this library will just generate compact javascript code to browser side to execute. Thus simple javascript code goes to brower and complex class structure stays on server side in the language you choose. For monadsphere.NET, it is C#.
All the generated javascript code involves in only simple javascript variable type such as String, Number, Object, Array, Date, Function, and DOM object based operations. The generated javascript will only c