Tagged Questions
4
votes
3answers
402 views
Sharing JavaScript code between .NET desktop and browser
I have a set of core, complicated JavaScript data structures/classes that I'd like to be able to use both in the browser as JavaScript and run on the desktop with .NET 3.5. Is it possible to compile ...
2
votes
3answers
364 views
Share code between website/web application project and Script#/ScriptSharp
I added a Script# project to my website project and created a small sample library with two classes.
Now I want to use these classes from the website code. In this case, I created a simple object ...
1
vote
1answer
82 views
how to make script# preserve case of json records
I have
[Imported]
public sealed class ServerResult : Record
{
public string Message;
public int Result;
}
And my json server method does
return Json(new { Result = result, Message = ...
1
vote
1answer
201 views
Script Sharp 0.5.5.0 installed for VS2010 and S2008 on the same machine
I have VS2010 and VS2008 on my laptop and I would like to install Script# in both. However if I install in one of them (2010) when I try to install it on 2008 with the other installer it fails and ...
1
vote
1answer
257 views
Firefox support for Script# and Implementation of Generics
I've used Script# for a while and have had problems getting projects to work out of the box with Fireox. I had to change a couple of lines in the sscorlib.js files.
Will Script# be cross-browser ...
0
votes
0answers
81 views
has anybody tried to get script# and asp.net MVC to work together [closed]
I will admit that I have not tried it but I would like to. Just looking for any problems people have hit
EDIT _ I tried it out; works fine
Main thing is - dont try to put script# 'pages' in your MVC ...
0
votes
0answers
146 views
script# vs. il2js [closed]
I'm a .net developer and I'm interesting in writing a cross platform/Mobile application. so I came to the conclusion to write it in javascript,
So I start to look around for something similar to ...
0
votes
1answer
201 views
scriptsharp reference web service / strongly type to results model
With scriptsharp (script#) is it possible to get strong typing when calling a service defined in my web app? The only way I can see is to:
1 - use linked / shared files to shadow copy my results ...
0
votes
1answer
168 views
script sharp gadgets in 0.5.5.0
I just created a new project with Script Sharp 0.5.5.0 VS2010 template for the sidebar and it did not even compile.
It fails saying Application.Current.Run is not valid anymore. (Method Run doesn't ...
0
votes
0answers
203 views
Does someone have experience with Script# [closed]
Possible Duplicate:
Should I use ScriptSharp
Hi
I'm looking for some information and user experience on Script#. I don't know much about JavaScript and I've always avoided it.
Is it reliable ...