bcanonica

Stories submitted 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

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

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

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

Nikhil Kothari's Weblog : Script and LINQ?(nikhilk.net)

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

LINQ concepts implemented for use in script code read more...

add a comment |category: |Views: 9

tags: another

Linq To SimpleDB - Home(codeplex.com)

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

Sounds super interesting... something to check out! read more...

add a comment |category: |Views: 16

tags: another

More about Amazon SimpleDB APIs(weblogs.asp.net)

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

Includes a .NET implementation of SimpleDB... interesting for mocking the service. read more...

add a comment |category: |Views: 27

tags: another

Intro to Amazon SimpleDB(weblogs.asp.net)

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

Intro to the SimpleDB model... read more...

add a comment |category: |Views: 21

tags: another

ASP.NET MVC Design Philosophy(weblogs.asp.net)

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

A great post from Eilon about the philosophy and approach to MVC in ASP.NET... read more...

2 comments |category: |Views: 10

tags: another