I made my first "dynamic data" site a few days ago and it worked well for the most part, but some pain points existed and I added some code to work around them (for instance, an annoying one was having to do FilterUIHint on all the string properties since
the IsFilterable logic was hard-coded for the 3 built-in filters of FK/bool/enum). I did a quick search to see if it was open-source like the MVC stack but couldn't find it (although the 'futures' area of the codeplex site has the start of a 'dynamic data
for mvc').
The codeplex project appears to show Dynamic Data as (at least somewhat) abandoned, so I wondered if maybe open-sourcing it was an option, and if not, what the 'path forward' was expected to be? Certainly you can use regular MVC to scaffold up an app, but
for something that somewhat automagically evolves as the EF model does, Dynamic Data is going to be hard to beat (AFAICT).
So what's the deal with Dynamic Data? Still alive and kicking? Active open-source project? Other? :)
No, thanks - I'd like to know if 'dynamic data' is open-source and/or has a contrib area already (see title :)
Since the product team
doesn't seem to be actively working on it (which is fine, they've got bigger fish to fry), I'm hoping that there's something that will allow it to 'live on' in the community - the number of pain points I hit that I see have been hit by others for years
now suggests that there's at least a need for some fixes, even if just targeted ones, and I'd much rather send pull requests to the team than maintaining my own hacks (as it appears many others have already been doing).
System.Web.DynamicData.dll certainly already has the reference source available, but that's not really useful in terms of trying to keep 'dynamic data' alive. :)
I'd like to know if 'dynamic data' is open-source and/or has a contrib area already (see title :)
sorry I don't think DD is open to the public,however maybe you can use something like Just-DeCompiler to decompile the System.Web.DynamicData.dll file to see the original codes……
Hi James, here is my Open Source project
https://ddextensions.codeplex.com/ it's not properly open just yet hopfully soon though, it is taking me quite a bit of time to bring ALL the different pieces together :)
See my blog C# Bits | Twitter @sjnaughton Always seeking an elegant solution.
jamesmanning
0 Points
2 Posts
dynamic data open-source and/or contrib area?
Jun 15, 2012 10:15 PM|LINK
I made my first "dynamic data" site a few days ago and it worked well for the most part, but some pain points existed and I added some code to work around them (for instance, an annoying one was having to do FilterUIHint on all the string properties since the IsFilterable logic was hard-coded for the 3 built-in filters of FK/bool/enum). I did a quick search to see if it was open-source like the MVC stack but couldn't find it (although the 'futures' area of the codeplex site has the start of a 'dynamic data for mvc').
The codeplex project appears to show Dynamic Data as (at least somewhat) abandoned, so I wondered if maybe open-sourcing it was an option, and if not, what the 'path forward' was expected to be? Certainly you can use regular MVC to scaffold up an app, but for something that somewhat automagically evolves as the EF model does, Dynamic Data is going to be hard to beat (AFAICT).
So what's the deal with Dynamic Data? Still alive and kicking? Active open-source project? Other? :)
Thanks!
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: dynamic data open-source and/or contrib area?
Jun 17, 2012 12:25 AM|LINK
Do you wanna an MVC with Dynamic Data Sample?
jamesmanning
0 Points
2 Posts
Re: dynamic data open-source and/or contrib area?
Jun 17, 2012 02:30 AM|LINK
No, thanks - I'd like to know if 'dynamic data' is open-source and/or has a contrib area already (see title :)
Since the product team doesn't seem to be actively working on it (which is fine, they've got bigger fish to fry), I'm hoping that there's something that will allow it to 'live on' in the community - the number of pain points I hit that I see have been hit by others for years now suggests that there's at least a need for some fixes, even if just targeted ones, and I'd much rather send pull requests to the team than maintaining my own hacks (as it appears many others have already been doing).
System.Web.DynamicData.dll certainly already has the reference source available, but that's not really useful in terms of trying to keep 'dynamic data' alive. :)
Thanks!
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: dynamic data open-source and/or contrib area?
Jun 17, 2012 03:34 AM|LINK
sorry I don't think DD is open to the public,however maybe you can use something like Just-DeCompiler to decompile the System.Web.DynamicData.dll file to see the original codes……
sjnaughton
All-Star
27330 Points
5459 Posts
MVP
Re: dynamic data open-source and/or contrib area?
Jun 19, 2012 05:20 PM|LINK
Hi James, I don't think it will become open source for the same reason as WebForm will not as it is part of WebForms and WebForms is an OS dependency.
I do have a lot of stuff the adds on to DD and will have my open source project up and running soon with all the stuff from my blog on there
Always seeking an elegant solution.
sjnaughton
All-Star
27330 Points
5459 Posts
MVP
Re: dynamic data open-source and/or contrib area?
Jun 24, 2012 09:05 AM|LINK
Actually Decker, there are major part of System.Web.DynamicData.dll that do not decompile :(
Always seeking an elegant solution.
sjnaughton
All-Star
27330 Points
5459 Posts
MVP
Re: dynamic data open-source and/or contrib area?
Jun 30, 2012 08:15 AM|LINK
Hi James, here is my Open Source project https://ddextensions.codeplex.com/ it's not properly open just yet hopfully soon though, it is taking me quite a bit of time to bring ALL the different pieces together :)
Always seeking an elegant solution.
biga
Member
72 Points
54 Posts
Re: dynamic data open-source and/or contrib area?
Jun 30, 2012 12:31 PM|LINK
sjnaughton
All-Star
27330 Points
5459 Posts
MVP
Re: dynamic data open-source and/or contrib area?
Jun 30, 2012 03:24 PM|LINK
I will do my best :) I have been trying to get it done since Christmas hopfully soon.
Always seeking an elegant solution.