cruster

Stories submitted by friends of cruster

Audio recorder Silverlight 4 sample(blog.ondrejsv.com)

submitted by marty44marty44(45) 2 years, 5 months ago

Audio Recorder sample written in Silverlight 4 which demonstrates recording audio using the AudioCaptureDevice and CaptureSource classes, and saving it using an AudioSink object, access to local folders on the computer, simple commanding model using the new Command properties and ICommand interface, and changing appearance of a standard control (button) using its visual states. read more...

add a comment |category: |Views: 344

tags: another

How to specify UIHint template only for specific mode in ASP.NET Dynam(blog.ondrejsv.com)

submitted by marty44marty44(45) 2 years, 7 months ago

Describes a custom FieldTemplateFactory which lets you specify UiHints only for editing or inserting while using default read-only templates in your ASP.NET Dynamic Data project. read more...

add a comment |category: |Views: 25

tags: another

Data binding and formatting multiple values in Silverlight(blog.ondrejsv.com)

submitted by marty44marty44(45) 2 years, 8 months ago

This article introduces a way to produce formatted strings with standard .NET formatting patterns (as used by the String.Format method) in data-binding on the Silverlight platform. read more...

add a comment |category: |Views: 25

tags: another

Binding object graphs to the ASP.NET GridView control(blog.ondrejsv.com)

submitted by marty44marty44(45) 2 years, 8 months ago

Explains how you can data-bind an object graph to GridView using custom bound columns with syntax like "Product.Subcategory.Name". read more...

add a comment |category: |Views: 50

tags: another