I am currently playing around with Script# (version 0.6.3) which complains about the following code: Check that your C# source compiles and that you are not using an unsupported feature
we use the ASP.NET Ajax (ie. <asp:ScriptManager />) on our pages and we wish to use Script# for generating js files with a client side functionality. The problem is when we include mscorlib.js i
I currently have a Web Application project in VS2010.Each control (in *.ascx files) is contained in it\'s own separate folder along with the web services used by that control (in *.asmx files) and the
I\'m developing in Visual Studio 2010 and I\'ve just downloaded and installed Script# 0.6.2 for VS 2010.I\'m trying to follow the clock example in the Read Me pdf but can\'t get it to compile.
I\'m writing code that calls an external JavaScript library Foo but only if Foo is defined.The equivalent JavaScript code should looks something like this:
I\'ve just come across a pretty strange problem with VS2010 and Script#, which most of the time I am able to re-create.
I already spent some time developing small projects with the GWT and I recently discovered Script#. Now I am curious about how mature this toolkit is.
I am using Script# 0.6 and its newly added jQuery support, so far I am very impressed. In the C# I attach a click handler to a button like so
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m trying to do something l开发者_开发技巧ike the following in Script# jQuery.GetJson(\"./GetData/\", delegate(object json)