Wrox Programmer Forums
|
BOOK: ASP.NET 3.5 Enterprise Application Development with Visual Studio 2008: Problem Design Solutio
This is the forum to discuss the Wrox book ASP.NET 3.5 Enterprise Application Development with Visual Studio 2008: Problem Design Solution by Vincent Varallo; ISBN: 9780470396865
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET 3.5 Enterprise Application Development with Visual Studio 2008: Problem Design Solutio 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 May 5th, 2009, 05:46 PM
Authorized User
 
Join Date: Mar 2009
Posts: 17
Thanks: 1
Thanked 0 Times in 0 Posts
Default Pattern extension?

Vince,

I enjoyed your book. The framework and implemenation pattern provide a clean, simple and concise approach. I followed most of the code; although, the Workflow coding will require more study. I'm now more informed on how certain functionality can be implemented. A future implementation project will definitely include some of what I've learned from this book, perhaps, even retrofitted into a current project.

Can the pattern be easily adapted to provide selection fields, such as date range or status, before returning the result set and finally going to the single record for updating? Would you put the query fields and the resultset on the same page? There is placement of the Add button and the requery to consider, as well. This seems like a natural extension to the pattern.

Thanks for any thoughts you may have.
Tom
 
Old May 13th, 2009, 10:20 PM
Wrox Author
 
Join Date: Jan 2009
Posts: 73
Thanks: 0
Thanked 7 Times in 7 Posts
Default

Hi Tom,
Yes, the query builder can easily be placed on a page with the grid view to display the results of the query. That was one reason why it was implemented as a control so that it can return a resultset and you can display it on a report, html table, or even export it to a text file. Another nice enhancement is the ability to save the query. You can easily persist the filters in the query builder to some tables in the database and then simply run the queries either on demand or on a schedule.
Another enhancement if you schedule the queries would be to add the ability to use date variables instead of hard coded dates. For example, you could say "Inserted Date > Now - 7" to get all records inserted in the last week.
Hope this helps,
Vince





Similar Threads
Thread Thread Starter Forum Replies Last Post
Javascript Pattern How To muklee Javascript How-To 3 September 15th, 2006 09:11 AM
last directory pattern pc2006 BOOK: Beginning Regular Expressions 1 September 8th, 2006 12:45 AM
design pattern kishore.dyn Struts 1 February 14th, 2006 02:36 PM
Desing Pattern tilakkalyan J2EE 3 February 14th, 2006 07:04 AM
DirectoryInfo.GetFiles(pattern): search pattern fo arif_1947 VS.NET 2002/2003 1 October 19th, 2004 11:59 PM





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