script#

New version of Script# 0.6 and ASP.NET Ajax - where is MicrosoftAjaxExt.js?

落花浮王杯 提交于 2019-12-01 07:13:51
问题 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 into a page. In that moment other js libraries, which rely on ASP.NET Ajax, stop working. Since Script# v0.6 sscorlib.dll and aacorlib.dll libraries were merged into mscorlib.dll. In release notes is said "Merged sscorlib.dll and aacorlib.dll into mscorlib.dll. Changed sscorlib.js to become mscorlib.js

What advantages can ScriptSharp bring to my tool kit?

醉酒当歌 提交于 2019-11-28 16:25:32
Currently we use jQuery to add RIA goodness to our apps, but recently we have been implementing the Coveo Search engine into our Sharepoint portal and found that ScriptSharp was used in their product. What can ScriptSharp bring to the table? I am using ScriptSharp as we speak, having discovered it about 2-3 weeks ago. Honestly, I love it. Native Javascript is a challenge, and the DOM model makes client-side programming even worse. Then I discovered jQuery about six months ago, and I thought it was a godsend. jQuery increased my productivity, but I still get bogged down often with jQuery

Using ScriptSharp with Knockout.Mapping through RequireJS

佐手、 提交于 2019-11-28 10:53:43
问题 I'm struggling with all the Script# Dependency loading. I have a Script# Project referencing the knockout library. Which I got to work after some time with RequireJS. Now I'd like to use KnockoutJS mapping which complies to something like var model = ko.mapping.fromJS(data, {}, new ViewModel()); However ko.mapping is undefined. If I manually (for testing only) change the compiled .js file to include mapping like this: define('MyApp', ['ss', 'jquery', 'knockout', knockout.mapping], function

What advantages can ScriptSharp bring to my tool kit?

僤鯓⒐⒋嵵緔 提交于 2019-11-27 19:55:15
问题 Currently we use jQuery to add RIA goodness to our apps, but recently we have been implementing the Coveo Search engine into our Sharepoint portal and found that ScriptSharp was used in their product. What can ScriptSharp bring to the table? 回答1: I am using ScriptSharp as we speak, having discovered it about 2-3 weeks ago. Honestly, I love it. Native Javascript is a challenge, and the DOM model makes client-side programming even worse. Then I discovered jQuery about six months ago, and I