Write ExtJS code in C#


I really love Ext but coding in javascript just gives me the chills. So I went out and found a way to use my favorite js library (Ext) and my favorite programming language (C#) at the same time. By using a project called Script# I am able to write C# code and have it converted into javascript, similar to GWT. Building on that, Script# also allows you to code against external APIs, but you need to create the types, methods, properties, etc. for everything in the javascript library. So what I did was write a little console app that parses all of the ExtJS source files extracting out the script comments and writing C# files for each class. The end result is a programmable C# API to access all of the Ext objects and I threw in a couple new things to make life a little easier.

Read Full Story at http://code.google.com

comments Discuss   recommend Tell a friend   addto Bookmarks 

Avatar ReubenWhitehouse submitted 327 days ago
Related sources
1 votes ExtJS Password meter
4 votes UploadForm - Ext JS Extension
1 votes Simplify ExtJS for JEE

Comments


Log in to comment or register here.