1
vote
0answers
13 views
Streaming a webcam from Silverlight 4 (Beta)
The new webcam stuff in Silverlight 4 is darned cool. By exposing it as a brush, it allows scenarios that are way beyond anything that Flash has.
At the same time, accessing the …
0
votes
3answers
28 views
From Winforms to WPF time?
We are a team of .net winform and asp.net developers building custom enterprise applications for organisations mainly in the public sector. Is it time to retrain/retool the team in …
0
votes
2answers
26 views
Silverlight and ASP.NET MVC living together in the same team?
Let's say you have an intranet development team where it is in your best interest for each developer to be happy with their work - one person leaving will negatively impact the oth …
1
vote
5answers
30 views
Silverlight 4 and XBAP
I am just curoius to know whether silverlight 4 is going to replace XBAP completly!. Like Full trust XBAP, Can we do everything with current Silverlight 4?. Any comments?.
0
votes
4answers
54 views
Iterating through a list of lists?
I have Items from a certain source (populated from somewhere else):
public class ItemsFromSource{
public ItemsFromSource(string name){
this.SourceName = name;
Items …
0
votes
2answers
15 views
How Can I Test the Silverlight Install Process
I would like to customize the user install process for my Silverlight application. I would need to repeatedly go through the installation process on my development workstation Shor …
1
vote
0answers
16 views
What IoC Containers Support Silverlight?
I'm looking for a list of IoC Containers that support Silverlight. I know that Unity and Ninject work with Silverlight, but I haven't found any information that suggests that other …
1
vote
1answer
20 views
ASP.NET, SilverLight, WCF & Forms Authentication - How to configure endpoints?
I have this existing environment:
1) ASP.NET 3.5 web application
2) forms authentication with the SqlMembershipProvider
I need to add the following:
1) a Silverligh …
2
votes
3answers
27 views
silverlight - communicate between 2 view models in MVVM using commands
hi all ,
i am working on MVVM and using commanding in silverlight(DelegateEvent and ICommand)
I want something like this ,(say) i have 2 usercontrols , parent and child .
Parent …
1
vote
1answer
11 views
Good WPF or silverlight windows gadget examples
Does anyone have a good example of a WPF or silverlight windows gadget?
0
votes
2answers
24 views
Corporate reporting Website (aka lots of Gridviews) - ASP.NET/Ajax or Silverlight?
Hi,
My shop may win a new project for a corporate intranet web app.
The kind of app where the typical page gives you a bunch of criteria (textbox/dropdown) to select, then retrie …
0
votes
1answer
18 views
Property inheritance in WPF/Silverlight?
In WPF and Silverilght, what are the rules for deciding if you inherit properties from the visual, declarative, or logical parent?
1
vote
1answer
14 views
How to fetch attributes of image in silverlight?
Hello, I am loading an image to my silverlight application. This image will fit in a 3d model as a texture map. I need to fetch image attributes. For that I am using ImageOpened ev …
0
votes
2answers
37 views
Prism vs out-of-browser silverlight
I recently started reading up on the out-of-browser ability of Silverlight 3. I also noticed that quite a few people here speak of Prism. I only had a brief time to read up on the …
1
vote
1answer
23 views
Someone know example of silverlight implementation with repositories?
I'm trying to implement a Silverlight infrastructure with Prism, Ado.Net Dataservices and Repository Patterns but having some problems, what I want to know is, if there's out there …
