I am a Silverlight 4 developer getting started with WPF4. In Silverlight 4, there is option available in menu \"Edit in Blend\" when you right click on any xaml file. Why is this option not available
I\'m working on an asp.net application. I have a Domain assembly (containing mostly command and queries code), a Domain.Contract assembly ( containing mostly the domain objets), a Repository (called b
When I have a View Model setup with an ImportingConstructor that takes a single parameter, the constructor is called and the screen is correctly shown. Example:
I have a combo box that is bound to a collection that is essentially a list of Name/Value pairs. The collection can have multiple items with different names, but the values may be the same.
I am trying achieve a turntable like style where i finding it difficult to move the disk with mouse move event.
when i am trying to show the HTML content in silverlight using the HtmlHost control it shows me the warning popup.
I have installed Expression 4 and Visual Studio in my computer. A coworker is in charge of building and deploying. The thing is that he doesn\'t have Expression installed and now we have problems buil
I have a behavior that exposes several command properties. Typically I use MVVM Light and would just use a routed command in my view model and bind to those. However, this proj开发者_StackOverflow中文
Im developing a solution in Silverlight 4 with RIA Services.I am using data annotations on my entity to describe validation.I can see these are reflected on the client side code after building.I have
I am using Silverlight4 with java webervices in jsp page. I want to save an image to the server so trying to do this with java webservice. I am using below lines of code but output is damaged. I dont