In normal C# it is easy to draw to a bitmap using the Grpahics.DrawString() method.Silverlight seems to have done away with Bitmap objects and Graphics is no longer available either.So...How am I mean
I\'m trying to create a custom layout container, with the same characteristics of StackPanel, with the exception that it lays out the items starting at the right edge of the screen. Needless to say it
I am trying to use automapper to map a list of objects in a class library to a list of objects in a silverlight class library. I am getting a security exception as AutoMapper is trying to reflect over
I have a Silverlight 3 app which connects to a server to perform various act开发者_高级运维ions.My users log in using Forms Authentication but the actions they request are run on the server using the
I\'m trying to get my brain wraped around Silverlight RIA I\'m to a point where I can create an object with a collection of objects which also has a collection of objects.
I have an application which is written in silverlight 3.0. It uses RIA services to communicate between the client and server.
I开发者_如何学编程 am using IsolatedStorage in Silverlight 3 to store some settings when a user navigates away from a page hosting the application.
I created WCF web service, deployed it, and debugged 开发者_如何学运维it. I wrote a console app, referenced the web service, and everything works.
I want to pass dynamic parameter (UserName) from web application into silverlight . I know how I can do that in Silverlight 2.0 with Asp:Silverlight tag, however as in Silverlight 3.0 there is Object
I want to automate the application develoepd in silverlight. Can you let me know whether there are any open source tools are available which can be used for automating 开发者_Python百科SilverLight app