By tag: NikhilKothari
0
kicks
Ajax Futures and JavaScript as a Universal Runtime
Joel Spolsky alludes to compiling down to native code where native code is JavaScript + a DOM. Script# gives to this today - C# compiled down to JavaScript + an HTML DOM or a Silverlight DOM.
0
kicks
Silverlight Photo Carousel
This post (part 3 or 3) completes implementing a reusable data-bound templated silverlight 1.0 carousel control that is then used to display Flickr photos in a carousel user interface. The application and control is written to the script APIs from Silverlight 1.0.
0
kicks
Programming Silverlight 1.0 with C# - Photo Carousel (Part 2)
The second part in a series on how to build a Silverlight 1.0 Photo Carousel. Unlike other tutorials you have seen out there this series shows you how to build a Silverlight 1.0 control with C# (instead of directly in JavaScript).
0
kicks
Developing ASP.NET AJAX Controls with Silverlight
This video is from MIX 2007, where Nikhil Kothari demonstrates how to buidl a cool AJAX Server Control, that uses Silverlight for it's presentation
0
kicks
Factoring Configuration
A little known attribute, configSource, enables some level of configuration factoring and splitting for the ever-growing web.config...