Silverlight is Microsoft's cross-browser, cross platform plug-in for media experiences and rich interactive applications.
10
votes
1answer
366 views
Mixin and template-heavy code for a Silverlight clone
I've made a mock version of Silverlight in D2. It is meant to output HTML, but since I don't know HTML yet, its current output is in. HTML is not the reason I'm here, though. The goal of my project ...
3
votes
1answer
243 views
C in CRUD for Silverlight
The C in CRUD Silverlight:
Create new Silverlight business application "CRUD"
Add ADO.NET Entity Data Model to CRUD.web
Select the db, the tables, build the project
Add Domain Service Class to ...
3
votes
2answers
90 views
Validator part 2
This is a follow up to:
Validating individual properties and whole items
I have a custom class I've written which allows me to validate
individual properties of items, without firing validation ...
2
votes
1answer
589 views
Validating individual properties and whole items
I have a custom class I've written which allows me to validate individual properties of items, without firing validation errors on other properties. This allows me to individually validate what my ...