7
Answers

Database solution needed for client side Silverlight app.

Photo of Brandon Lewis

Brandon Lewis

16y
7.4k
1
Here is my situtation:

I have a Silverlight application that was written in C# which needs to load some data from a database (or XML if possible). We currently use SQL Server to store this data in house, however, when deploying to a client we cannot use SQL Server or demand that the client install and configure SQL Server on their web server just so the Silverlight application can use it. Are there any deployable, small, database solutions available similar to Access's .mdb files that we can deploy with the .msi package so the client will have a small database solution they can use without all of the overhead of installing SQL Server?

I was thinking about using an XML document, storing the data in there on the server and then when the Silverlight application loads, loading the XML as a stream from the server into the application and from the stream into a DataSet object but I am not sure what the size limitations are when attempting to store data in an XML format. Thanks for the help :)

Answers (7)

0
Photo of ummidi kondababu
NA 10 2.6k 10y
i am sending mail from these Usernames

0
Photo of ummidi kondababu
NA 10 2.6k 10y
Please Once Check My code In This below Link
http://www.codeproject.com/Tips/640802/Create-SendEmail-Workflow-Custom-Activity

i am Not Sending Multiple Emails.I am Just sending Email But While Sending Email Am getting Problem.




can you refer me any code for sending email in windows workflow application,visualstudio
0
Photo of Vikram Agrawal
NA 592 5.9k 10y
Hi ummidi
Are you sending mails from these usernames or you sending to these mails
0
Photo of Vithal Wadje
NA 47.6k 23.3m 10y
are you trying to send Multiple email ? ,refer my article list related to email sending