Questions tagged [silverlight]
Silverlight is Microsoft's cross-browser, cross platform plug-in for media experiences and rich interactive applications.
5 questions
1
vote
1
answer
517
views
Accessing UserControl's DataContext from another UserControl
Given these classes:
...
3
votes
2
answers
378
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 ...
3
votes
1
answer
6k
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 ...
10
votes
1
answer
441
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
1
answer
292
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 CRUD....