cruster

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

Test Driven Development, Approval Testing, and a Song - Oh Boy!(michaelckennedy.net)

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

So my buddies Dan Gilkerson and Llewellyn Falco have been doing some brilliant, ground breaking work on advancing the state of unit testing and TDD with a concept they call Approval Testing. read more...

add a comment |category: |Views: 13

tags: another

How To Impress At Your Next Interview(andrewtokeley.net)

submitted by tokestokes(1085) 4 years, 1 month ago

Over the years, I have had the opportunity to interview a lot of prospective developers. In that time I have come to understand more clearly what it is that impresses me most. And it might not be what you expect. read more...

4 comments |category: |Views: 18

tags: another

Understanding SET STATISTICS IO and SET STATISTICS TIME(sqlprof.com)

submitted by ericvaillancourtericvaillancourt(90) 4 years, 1 month ago

Today, I want to talk about two commands that are often overlooked. SET STATISTICS IO and SET STATISTICS TIME these two commands are very useful when comes time to tune a query. Tuning a query seems simple enough. In essence, we want our searches to run faster. When I teach my class on “Optimizing SQL Server” I realize that many people find it difficult to accomplish this task. While there are many reasons why query tuning is difficult, this article will concentrate on one aspect. And that is that query tuning takes place in an environment that is often changing from second to second, making it hard to really know what exactly is going on... read more...

add a comment |category: |Views: 72

tags: another

MVC Membership Starter Kit(squaredroot.com)

submitted by TroyMGTroyMG(2670) 4 years, 1 month ago

The MVC Membership Starter Kit is a CodePlex project designed to get your membership-based MVC applications off the ground as quickly as possible. Login, registration, user administration and more is handled right out of the box. read more...

add a comment |category: |Views: 103

tags: another

Minimal requirements for 'Good' Software(lostechies.com)

submitted by chadmyerschadmyers(840) 4 years, 1 month ago

Good software isn't just the code, it's the care and feeding of the code. It's important that the code can be found, built, and deployed repeatably by someone other than the original developer. read more...

1 comment |category: |Views: 5

tags: another

Regular Expression Generator(txt2re.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 1 month ago

Generate regular expressions from sample text input read more...

add a comment |category: |Views: 9497

tags: another

ASP.NET MVC Framework (Part 4): Handling Form Edit and Post Scenarios(weblogs.asp.net)

submitted by simonechsimonech(10.1k) 4 years, 5 months ago

ScottGu never sleeps, and write the 4th part of his guide to MVC.NET: this time he addresses handling form postbacks read more...

1 comment |category: |Views: 32

tags: another

ASP.Net MVC Framework Part 1(weblogs.asp.net)

submitted by isuttleisuttle(1140) 4 years, 6 months ago

Scott Guthrie provides some great insight into the upcoming ASP.Net MVC framework. read more...

4 comments |category: |Views: 32

tags: another

Microsoft Releases .Net Framework Source ... and Receives Criticism(blogs.ittoolbox.com)

submitted by alexexmachinaalexexmachina(1020) 4 years, 7 months ago

So if you're up on Microsoft or .Net, you've probably heard by now that Microsoft is going to release the source to the .Net Framework. I see this as a positive step and think it can only help .Net developers not just support, but understand what they're working with. Anyone curious enough about .Net has been decompiling .Net source via Reflector for quite a while now (I know I have). read more...

add a comment |category: |Views: 6

tags: another

Build Your Own Ruby on Rails Web Applications - SitePoint Books(sitepoint.com)

submitted by donwhite1943donwhite1943(20) 4 years, 7 months ago

Free download of SitePoint book 'Ruby on Rails' by Patrick Lenz. Available until Nov 30, 2007. read more...

2 comments |category: |Views: 3

tags: another

.NET Framework 3.5 Is Shared Source(weblogs.asp.net)

submitted by benrickbenrick(1020) 4 years, 7 months ago

Microsoft's .NET Framework 3.5 is going to be released open source. read more...

26 comments |category: |Views: 152

tags: another