bcanonica

Stories kicked by friends of bcanonica

Silverlight.FX project page(projects.nikhilk.net)

submitted by NikhilKothariNikhilKothari(1190) 3 years, 3 months ago

Silverlight.FX is a light-weight application framework for building Rich Internet Applications with Silverlight 2. read more...

add a comment |category: |Views: 55

tags: another

DomainDataSource Server Control: LINQ + Code Generation(nikhilk.net)

submitted by mosessaurmosessaur(5424) 3 years, 4 months ago

A prototype data source server control that provides the combined goodness of ObjectDataSource and LINQ... source code included. What do you think of this model? And for server-control developers, a behind-the-scenes look at dynamic code-generation. read more...

add a comment |category: |Views: 20

tags: another

Composing animations with Silverlight.FX(dimebrain.com)

submitted by dcrennadcrenna(1355) 3 years, 5 months ago

Shows how to use Nikhil Kothari's Silverlight.FX with a fluent interface to build composable animations like jQuery. read more...

add a comment |category: |Views: 34

tags: another

More Fun with C# 4.0 - Dynamic REST Service Calls(nikhilk.net)

submitted by NikhilKothariNikhilKothari(1190) 3 years, 6 months ago

Turning dynamic method calls into HTTP requests... the dynamic programming angle itself should make for a fun debate... read more...

add a comment |category: |Views: 63

tags: another

C# 4.0, Dynamic Programming and JSON(nikhilk.net)

submitted by NikhilKothariNikhilKothari(1190) 3 years, 6 months ago

C# 4.0 will introduce dynamic programming and late-bound code in the midst of otherwise statically compiled code... in an extensible way. Heres one scenario enhanced with dynamic capabilities - working with JSON data. read more...

add a comment |category: |Views: 39

tags: another

Silverlight Controls with Effects and Transitions(nikhilk.net)

submitted by NikhilKothariNikhilKothari(1190) 3 years, 7 months ago

An update to Silverlight.FX and a writeup on using and creating controls that support effects and transitions out of the box... read more...

add a comment |category: |Views: 47

tags: another

Effects and Transitions for Silverlight(nikhilk.net)

submitted by NikhilKothariNikhilKothari(1190) 3 years, 9 months ago

Pre-packaged, declarative effects and transitions for Silverlight apps read more...

add a comment |category: |Views: 226

tags: another

Themes for Silverlight Applications(nikhilk.net)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 10 months ago

A theming system for Silverlight 2 apps... this post steps you through creating a set of theme assets, adding customizability of themes (colors and fonts in the sample), and using them in an application, including selecting a theme dynamically... complete with source code. read more...

add a comment |category: |Views: 223

tags: another

ViewModel Pattern in Silverlight using Behaviors(nikhilk.net)

submitted by NikhilKothariNikhilKothari(1190) 3 years, 11 months ago

This post describes the ViewModel aka M-V-VM pattern, and presents a prototype Silverlight 2 framework for implementing this pattern using Action Behaviors (which provide the equivalent of commands). read more...

add a comment |category: |Views: 24

tags: another

AutoComplete for Silverlight TextBoxes(nikhilk.net)

submitted by NikhilKothariNikhilKothari(1190) 4 years ago

An implementation of AutoComplete functionality that you can add to your TextBoxes in XAML... ala Google Suggest and the ASP.NET AutoComplete control extender (built on top of the behavior framework). read more...

add a comment |category: |Views: 492

tags: another

Silverlight Behaviors(nikhilk.net)

submitted by NikhilKothariNikhilKothari(1190) 4 years ago

A framework for creating reusable and attachable behaviors in Silverlight, and a sample behavior that demonstrates using and building them... along with all the code. read more...

add a comment |category: |Views: 20

tags: another

Ajax Templates(nikhilk.net)

submitted by NikhilKothariNikhilKothari(1190) 4 years, 1 month ago

A prototype for an Ajax templating solution, combined with an Ajax-friendly server-side solution based on asp.net server controls. read more...

add a comment |category: |Views: 38

tags: another

Ajax vs. Silverlight and .NET(nikhilk.net)

submitted by NikhilKothariNikhilKothari(1190) 4 years, 1 month ago

Thoughts on questions along the lines of Ajax vs. Silverlight read more...

add a comment |category: |Views: 73

tags: another

Compile C# to Javascript!(projects.nikhilk.net)

submitted by mkennedy66996693mkennedy66996693(480) 4 years, 2 months ago

Script# enables more productive Ajax application development by allowing you to compile your C# source code into JavaScript. It allows you to use standard .NET tools like msbuild projects, Visual Studio and IDE intellisense, reflector, refactoring tools, amongst various others. read more...

2 comments |category: |Views: 117

tags: another

ExtJs for ASP.NET(2daymagazine.blogspot.com)

submitted by hazemtorabhazemtorab(115) 4 years, 3 months ago

Working with ASP.NET does not mean that you are not going to use an amazing javascript library like ExtJs read more...

add a comment |category: |Views: 3093

tags: another

HTML 5, the Dialog Tag, and Microformats(nikhilk.net)

submitted by NikhilKothariNikhilKothari(1190) 4 years, 4 months ago

More HTML 5 thoughts, and how microformats might apply here in expressing semantics without new tags. read more...

add a comment |category: |Views: 3

tags: another