WPF/.NET data access models - resource recommendations

Posted by jasonk on Stack Overflow See other posts from Stack Overflow or by jasonk
Published on 2010-03-31T15:58:59Z Indexed on 2010/03/31 20:33 UTC
Read the original article Hit count: 283

Filed under:
|
|
|
|

We're in the early design/prep phases of transferring/updating a rather large "legacy" 3 tier client-server app to a new version. We’re looking at doing WPF over Winforms as it appears to be the direction Microsoft is pushing development of the future and we’d like the maximize the life cycle/span of the apps. That said during the rewrite we’d like to make as many changes to our data access/presentation model to improve performance as much as possible up front as many.

I’ve been doing some research along that vein but the vast majority of the resources I've found that discuss WPF focus only simple data tracking apps or focus on the very basics UI design/controls. The few items that even discuss data presentation are fairly elementary in depth.

  • Are there any books/articles/recommended reading/other resources recommended for development related to large enterprise level business apps?
  • Any “gotchas” that should/could be avoided?
  • General advice to minimize the time underwater

© Stack Overflow or respective owner

Related posts about wpf

Related posts about c#