quantum00

Stories submitted by quantum00

Silverlight SOS Commands(netfxharmonics.com)

submitted by quantum00quantum00(65) 3 years, 4 months ago

Here's the list of documented and undocumented SOS commands that SOS for Silverlight provides including links to explanations of new commands. read more...

add a comment |category: |Views: 22

tags: another

Reusing .NET Assemblies in Silverlight(netfxharmonics.com)

submitted by quantum00quantum00(65) 3 years, 4 months ago

Visual Studio 2008 doesn't allow Silverlight to reference ".NET assemblies". This document explains that there's absolutely no technical reason for this since .NET assemblies ARE Silverlight assemblies, then it shows you how to make the reference work. read more...

3 comments |category: |Views: 160

tags: another

JavaScript Repeater Data Binding(netfxharmonics.com)

submitted by quantum00quantum00(65) 3 years, 6 months ago

This article demonstrates how to do data-binding in JavaScript without a framework. read more...

add a comment |category: |Views: 109

tags: another

Cross-Browser JavaScript Tracing(netfxharmonics.com)

submitted by quantum00quantum00(65) 3 years, 6 months ago

This is the announcement of the Themelia.Trace cross-browser tracing tool for JavaScript. This allows you to do JavaScript/AJAX tracing in your applications and have the output automatically sent to whatever browser console you are using or even Firebug. read more...

add a comment |category: |Views: 21

tags: another

Creating JavaScript Components and ASP.NET Controls(netfxharmonics.com)

submitted by quantum00quantum00(65) 3 years, 6 months ago

Most people think you need Prototype, jQuery, or ASP.NET AJAX framework in order to create reusable JavaScript components. This isn't true. You already have everything you need to create extensible JavaScript components in ASP.NET controls without any framework dependency. read more...

add a comment |category: |Views: 16

tags: another

Understanding WCF Services in Silverlight 2(netfxharmonics.com)

submitted by quantum00quantum00(65) 3 years, 6 months ago

This article covers in detail how to interact with WCF services in Silverlight 2 without reverting to magic as well as how to utilize the async pattern, setup external-website service access, utilize WCF configuration, create strongly-typed WCF clients, access JSON services, use thread wait to ease the need for async chains, and also how NetFXHarmonics DevServer can aide your WCF and general web development. read more...

add a comment |category: |Views: 72

tags: another