0
votes
1answer
100 views
RIA Services - IQueryable Function With Multiple Parameters as Conditions
Hi,
I am developing an application with RIA Services, and in my DomainService class, I have all that standard functions generated by the RIA for general CRUD operations. The probl …
0
votes
2answers
23 views
RIA .NET service installation error
I am trying to install Microsoft .NET RIA services Preview (RiaServices.msi) on a machine running Windows 7 RC + Visual Studio 2008 SP1, and get the following error: "2908. Error w …
0
votes
1answer
32 views
Silverlight client - simple RIA select where clause
Hi
The following code for RIA works in my silverlight client. But I dont want all the data from table "tbLeagues" - so how would i filter it?
JasonsDomainContext con …
3
votes
5answers
812 views
What advantages can ScriptSharp bring to my tool kit?
Currently we use jQuery to add RIA goodness to our apps, but recently we have been implementing the Coveo Search engine into our Sharepoint portal and found that ScriptSharp was us …
0
votes
2answers
135 views
JavaFX or Adobe Flex? Which shines in which case? [closed]
I am new to both the technologies.Which scenarios is better for using Adobe Flex , and which is the best place to use Java Fx?
0
votes
1answer
16 views
Is there a way to build a portable RIA without using LiveCycle?
I saw your article on portable RIAs. Excellent article!
http://www.adobe.com/devnet/flex/articles/portable%5Fria.html
We don't have LiveCycle, but want to allow our users to view …
0
votes
1answer
32 views
What is the best practice for committing changes using a LINQ2SQL datacontext in a Silverlight application using RIA?
I've got a Silverlight app using RIA services and LINQ2SQL and have objects in my Silverlight app.
I query all the records in a table (via a LINQ query, using a datacontext) in …
1
vote
1answer
51 views
Implementing .Net RIA Services with Silverlight3 using only existing code/classes?
As my latest questions have stated, i am in a process of researching on Silverlight 3 and its application as a suitable RIA solution to a pre-built project a client of ours wishes …
1
vote
1answer
54 views
Silverlight and RIA Services - Using the ActivityControl with Custom DataContext
I am using Silverlight 3 and .NET RIA Services. I would like to use the ActivityControl from David Poll: http://www.davidpoll.com/?p=4.
Is this possible outside of a DomainDataSo …
0
votes
6answers
166 views
Best way of building an application having a UI like OUTLOOK?
We are trying to build an application which has a UI like OUTLOOK?
Something which has a left navigation pane and then right side there is a details pane.
It would be a heavy on d …
2
votes
3answers
105 views
Can’t get a collection in a entity class
Suppose I have following tables with the right relationships built:
Employee(empID, ...)
Address(AddresID, ...)
EmployeeAddress(EmpID, AddressID, ...)
Then modified the generate …
2
votes
6answers
2k views
Version detection with Silverlight
How can I efficiently and effectively detect the version and, for that matter, any available information about the instance of Silverlight currently running on the browser?
0
votes
4answers
136 views
JQuery VS Flex - Choosing a Platform for SAAS
Our team is about to start a SAAS web application geared toward small businesses. This is a completely new experience for us; we are a system/linux/php development organization and …
0
votes
1answer
42 views
Get IP in RIA services
Does anybody know how can I get IP address of client with RIA services. In WCF we have OperationContext for that. But it doesn't work with RIA services.
2
votes
3answers
119 views
Sending contained object over RIA Services
I have class like this:
public class object {
[Key]
int number;
String mystring;
OtherObject anotherobject;
}
WHen i sent this over RIA my silverlight application …
