Skip to main content

Microsoft Silverlight

Answered Question best performance in datasourceRSS Feed

(0)

rama2009
rama2009

Member

Member

0 points

2 Posts

best performance in datasource

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

HarshBardhan
HarshBar...

Star

Star

9908 points

1,719 Posts

Answered Question

Re: best performance in datasource

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.

Mark as answer if this post answered your question.

Harsh Bardhan

rama2009
rama2009

Member

Member

0 points

2 Posts

Re: best performance in datasource

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 Shen – MSFT
Jonathan...

All-Star

All-Star

24958 points

2,430 Posts

Microsoft

Re: best performance in datasource

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

Jonathan Shen
Microsoft Online Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities