I am trying to add XmlnsDefinitionAttributes to my assembly.I use TeamCity to manage my projects.There is a NuGet Package Pack step in my build configuration.
I\'ve got an app where I created an empty Domain Service from the template.The domain service has a single method on it where I return a presentation model class that I project into with some LINQ stu
I have a Datagrid bound to a ObserveableCollection(MyClass) source1; MyClass has 2 Properties: string Name, int AGE
Is it possible to force browser to reload a Silverlight application - basically .aspx and .xap files - even if the server goes down? I.e. not accessible to the browser. Like setting caching forever. I
I define this simple class public class SimpleClass { public string Val1 {get;set;}; public string Val2 {get;set;}
I a开发者_开发问答m converting an existing multi-target Silverlight/.NET project to a Portable Class Library project in order to reduce the number of projects that are required to support multiple Mic
i installed the august 2011 windows phone silverlight toolkit from http://silverlight.codeplex.com/ .
Hi at present I am using a grid with Image and two Buttons for showing a custom message box in my WP7 application 开发者_JS百科whose visibility is collapsed at first. All is working fine but I have to
I\'m playing a little with the new Mango APIs. I\'m trying to update the application tile using a Background Agent.
I have a problem posting the data from silverlight to the 开发者_如何学编程aspx page which is in same domain.