Tagged Questions

4
votes
2answers
507 views

Access with Silverlight to a postgres database running under Linux?

I know we cannot access directly to a database with Silverlight. Linq 2 SQL doesn't exist for Silverlight but can I use other things ? I heard too about RIA Services and ADO.net but I don't think they ...
3
votes
1answer
688 views

LINQ to XML, ORM or someting “Completely Different”?

I'm working on a Silverlight Project with all the features and limitations that entails. This is an update to a previous product. The intent, in order to be quick to market, is to maintain as much ...
1
vote
4answers
471 views

How might I set up data plumbing for Silverlight to MySQL in my situation?

In short: What is a good method for setting up read-only data access from Silverlight to a MySQL database? Here are the details of my situation: I'm currently trying to set up a Silverlight ...
0
votes
1answer
46 views

Remaining up to date in an ever-changing world [closed]

How does a programmer remain up to date? I don't mean with just a specific language; I'm talking about new technologies. For example, how would one know to switch over from ADO.Net to ORM? Or that ...
0
votes
4answers
885 views

How to rearchitect Hibernate DAO layer of ASP.NET app to move it to Silverlight?

Last try to get an answer on this. I have a simple ASP.NET app which uses Hibernate for data access. GUI can call methods on Customer object like "CalculateTotalSumOfOrders()". Lazy loading (even ...