Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 4 : in C# and VB
This is the forum to discuss the Wrox book Beginning ASP.NET 4: in C# and VB by Imar Spaanjaars; ISBN: 9780470502211
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 4 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 18th, 2012, 03:41 PM
Friend of Wrox
 
Join Date: May 2011
Posts: 411
Thanks: 13
Thanked 7 Times in 7 Posts
Default ListView Gridview question

What are the advantages of using a listview over a gridview and vice a versa? And do not listviews use specialized item and group placeholders that gridviews don't use? Secondly real quick what is the advantage that LINQ and ETF, entity framework have over heavily typed datasets? Are not heavily typed datasets, more apt to require bigger footprints than LINQ and ETF? Are not heavily typed datasets more apt to eat more resources like Network Bandwidth and CPU cycles? Also are heavily typed datasets are the same as .xsd files or am I mistaken about that?

Thanks once again.
 
Old April 18th, 2012, 05:05 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi there,

The ListView supports more scenarios such as multiple columns using ul and i elements. The GridView is better at true tabular data with paging and sorting.

With regards to DataSets (which are called *strongly* typed DataSets): they carry a lot of overhead (try serializing one to xml to see what I mean,) are harder to configure, don't support complex object graphs, don't allow you to define your classes, don't allow fleible sql queries, to name a few disadvantages. In other words, they are not the recommended data access technology anymore.

And no, xsds are not the same as DataSets, although a strongly typed DataSet uses an xsd.

Hope this helps,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!





Similar Threads
Thread Thread Starter Forum Replies Last Post
The gridview question. vbboyd BOOK: Beginning ASP.NET 4 : in C# and VB 4 April 1st, 2012 03:20 AM
Chapter 25 Page 850 ListView ListView Frodo BOOK: Beginning Visual C# 2010 0 December 23rd, 2011 12:55 PM
Basic GridView Question norwell BOOK: Beginning Android Application Development 2 December 18th, 2011 05:38 PM
Databind a gridview question. chobo2 ASP.NET 3.5 Basics 4 March 8th, 2009 04:38 PM
Listview Question omb Pro VB 6 1 September 9th, 2003 02:24 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.