Skip to main content
Home Forums Silverlight Programming Programming with .NET - General best performance in datasource
3 replies. Latest Post by Jonathan Shen – MSFT on April 23, 2009.
(0)
rama2009
Member
0 points
2 Posts
04-16-2009 2:45 AM |
Hi,
I am new to SliverLight. Can any one please tell me which is the best amonth the linq, DataSet ( Dynamic generated columns and rows), and separate classes.
Data will be retrieved from different tables and connecting through the diff tables. i am use dynamic sql statement and retrieving the data.
Could please help any one in this
Thanks
Ramakrishna
HarshBar...
Star
9908 points
1,719 Posts
04-16-2009 3:01 AM |
You can use entity model with Ado.net dataservices and it has lot of advantage.
You can google and can get more information on this.
04-16-2009 4:39 AM |
thanks for you reply.
i need somthing like previous version of dataset.
OpenConnection: connection string will be passed by dynamically.
Reading :
reading data will different types
reading fileds, and captions from a table and passing the values to the storedprocedure
here fieldinfo is in one table and data is in another table
ex:
QueryStr="[Fieldname] as [FieldCaption]"
tblName = "Table1"
spResults QueryStr,tblName
Jonathan...
All-Star
24958 points
2,430 Posts
04-23-2009 1:52 AM |
Hi Rama2009,
You are asking the performance issue. I think dynamic sql and storedprocedure are ok. The key point is the our table structure and cache mechanism. Also, it is a huge topic. We suggest that you'd better buy a book and take a look.
Best regards,
Jonathan