This is a migrated thread and some comments may be shown as answers.

Q - How are you getting Data to Job Board Sample?

4 Answers 105 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ben Hayat
Top achievements
Rank 2
Ben Hayat asked on 07 Nov 2008, 04:25 PM
I need to know ;-) How are you getting data to Job board sample? Are you using Astoria? Is that the new "Grid View" control being used?

I want to see the source getting that data?

It's FAST!

4 Answers, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 07 Nov 2008, 04:43 PM
Hello Ben,

We are using a WCF service to get the data from the database. The code is really straightforward - nothing unusual, just some Linq to SQL... I suppose that the performance is good because of the underlying SQL server, while the downloadable demo uses SqlServerExpress.

Sincerely yours,
Valeri Hristov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Ben Hayat
Top achievements
Rank 2
answered on 07 Nov 2008, 04:59 PM
>>We are using a WCF service to get the data from the database. The code is really straightforward - nothing unusual, just some Linq to SQL...<<

The problem that I noticed with using Linq2SQL and WCF implementation, that there was not a clean and production ready way for managing and tracking changes to the records. There was not an equivalent of the "server side DataContext" on the client side to communicate the changes on the client to the server. It was good for read only apps but not for a full bi-transaction activities.

It would be great to use Astoria and EF for this project. Just a thought!
0
Accepted
Valeri Hristov
Telerik team
answered on 07 Nov 2008, 05:04 PM
Most probably we will rewrite the example with the upcoming RadGridView beta and Astoria, which reminds me to answer the question about RadGridView in your first post - no, the example is not using RadGridView, but the standard data grid.

Greetings,
Valeri Hristov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Ben Hayat
Top achievements
Rank 2
answered on 07 Nov 2008, 05:07 PM
Excellent and thank you for GridView answer!
Tags
General Discussions
Asked by
Ben Hayat
Top achievements
Rank 2
Answers by
Valeri Hristov
Telerik team
Ben Hayat
Top achievements
Rank 2
Share this question
or