Inside Info on Dynamic Data

可紊 提交于 2019-12-03 20:41:06

Dynamic data on code plex: Good resource, have lots of samples on doing things beyond the basics. http://aspnet.codeplex.com/Wiki/View.aspx?title=Dynamic%20Data

Some samples include creating your own view using your own select statement.

Matt berseth - http://mattberseth.com/blog/dynamic_data/

Has some nice tutorials on again doing beyond the basics like creating a custom meta provider that allows you to change the default way your columns are named.

Stephen Naughton - http://csharpbits.notaclue.net/

Several great examples of going more in depth with DD such as globally shutting off foreign key from showing at all.

Craig Shoemaker also has some great examples and a book for about $10. The book isn't heavily into the underpinnings though.

http://weblogs.asp.net/craigshoemaker/archive/tags/Dynamic+Data/default.aspx

http://blogs.msdn.com/rickandy/archive/2009/01/08/dynamic-data-faq.aspx - Great links to resources

http://www.asp.net/learn/3.5-SP1/ - video's on DD... http://forums.asp.net/1145.aspx - forums for dynamic data....

You may also want to get into resources on linq to sql or linq to EF if you aren't very familiar with these topics. Knowing more about these topics and extending them will also add to your arsenal for DD.

Hope this helps!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!