How sad it si to see how this tool has been discountinued by Microsft.
I have a project running live on the web regardeless of the lack of support from Microsoft but this forum
It works great and I just need to have a little more deeper knowledge of the internals (how DD really works from tip to toe) so I could build a more proffessional application
Oleg Sych's book is really helpful. Nevertheless, still there are so many things (too many versions too) in CSharp Bits by Stephen Naughton
PROBLEM IS THAT MICROSOFT DIDN'T SEE OR IS NOT CAPABLE OF SEEING HOW GOOD THIS PRODUCT IS !!!!
Should I have more knowledge on this I could have made a fortune with my Dynamic Data applications .... but I still need to have something Micrrsoft always denied me .... REAL McCOY KNOWLEDGE ON DYNAMIC DATA PROFFESSIONAL CUSTOMIZATION
How sad it si to see how this tool has been discountinued by Microsft.
Sorry Carlos, but it's not been discontnued it's still there and with .net 4.5 we have the new model binding feature.
klca
I have a project running live on the web regardeless of the lack of support from Microsoft but this forum
This is a community supported forum run by the community :)
klca
Should I have more knowledge on this I could have made a fortune with my Dynamic Data applications ....
I am making my daily living writing DD applications so it is possible, Ii have not had any special training, I don't even have Oleg's book (sorry Oleg I hope to get it soon)
The only issue with DD is the community has not taken it very seriously, where as the community has gone mad over MVC and it's like :(
See my blog C# Bits | Twitter @sjnaughton Always seeking an elegant solution.
Don't take me wrong. I am "Alabando tu Trabajo" (means tht I admire so much your job) instead of complaining. I mention your CSharp Bits not because it something bad but rather extense and complex and that had been adjusted dinamically as the framework version
vary with each release of Visual studio
YOU ARE GREAT MY FRIEND .... !!!!
There is something in which I agree with you: Microsoft or whoever else hasn't taken this tool seriously and believe IT IS MUCH BETTER IN FEATURES LIKE SCAFFOLDING THAN MVC .... (I don't know MVC but in forums about it they admit what I have just said)
As Stephen has said we have continued to invest in this technology since it was first released with .NET 3.5 SP1. With .NET 4 we got this technology about where we wanted to with .NET 4.5 we our new Model Binding technology enables DynamicField and DynamicControl
by default and that is our recommended pattern.
We are in the process of bringing scaffoldling to Web Forms just like we have in MVC. The scaffolding we are bringing to Web Forms will be based on DynamicControl for List Pages and DynamicEntity for Details, Create, Update, Delete pages. The version based
on Dynamic Data is better then the MVC scaffolding because our Details, Create, Update, Delete pages will not need to be modified when your model changes since they are based on Dynamic Data.
Our hope is that with Model Binding and Scaffolding we will open more people's eye's to what you can do with Dynamic Data.
Would you mind giving me a little help with something I haven't been able to achieve?
I have a table in which I store questions (questions entity) [[for the example let's just assume that its structure is pretty straightforward]]
I have a second table in which I use some of the questions I already have in the first table (surveys entity) [[for the example let's just assume that its structure is pretty straightforward too]]
FIRST: I'd like to find a way of showing all of the questions while I am in the "survey's form" so I can pick as many as needed at once, with a single click
SECOND: I'll need to allow the user to enter the answers to those questions (for each specific type of survey) and save all of the answers at once in a third entity (answers entity) with a single click also.
How can this be done in ASP.Net Dynamic Data
Like this
cod_question
question
4
model
55
lenght
45
bar code
34
country
676
serial
887788
address
4544
phone
43434
name
434545
size
6
fabric type
435
post code
76756
color
567346
weight
45645
height
657
deep
cod_survey
survey
5677
dimensions
35
dwelling
3454
dress
Add Questions to your
Dimension's Survey
model
lenght
✔
bar code
country
serial
address
phone
name
size
✔
fabric type
post code
color
weight
✔
height
✔
deep
✔
Add Questions to your
Dwellin's Survey
model
lenght
bar code
country
✔
serial
address
✔
phone
✔
name
size
fabric type
post code
✔
color
weight
height
deep
Add Questions to your
Dresses's Survey
model
✔
lenght
bar code
✔
country
serial
✔
address
phone
name
✔
size
✔
fabric type
✔
post code
color
✔
weight
height
deep
ANSWERS
Answers
Dimension's Survey
lenght
1.25
size
3
weight
225.36
height
12.589
deep
23.5
Answers
Dwellin's Survey
country
USA
address
POBox 123
phone
555-2512522
post code
99999
Answers
Dresses's Survey
model
SE-34RHGVV88
bar code
1211-4545-54
serial
43523425345
name
Wedding Gala
size
16
fabric type
Silk
color
White
Carlos N. Porras
(El Salvador)
[[[ P.S.: Obviolsy I'll need to make some filtering to allow only show an specific set of valid surveys depending on user's login profile ... but that is outside the scope of this question ]]]
klca
Member
507 Points
413 Posts
Dynamic Data Project Up and Running
Jan 23, 2013 11:39 AM|LINK
How sad it si to see how this tool has been discountinued by Microsft.
I have a project running live on the web regardeless of the lack of support from Microsoft but this forum
It works great and I just need to have a little more deeper knowledge of the internals (how DD really works from tip to toe) so I could build a more proffessional application
Oleg Sych's book is really helpful. Nevertheless, still there are so many things (too many versions too) in CSharp Bits by Stephen Naughton
PROBLEM IS THAT MICROSOFT DIDN'T SEE OR IS NOT CAPABLE OF SEEING HOW GOOD THIS PRODUCT IS !!!!
Should I have more knowledge on this I could have made a fortune with my Dynamic Data applications .... but I still need to have something Micrrsoft always denied me .... REAL McCOY KNOWLEDGE ON DYNAMIC DATA PROFFESSIONAL CUSTOMIZATION
... A GREAT DEEPER LEVEL ... not kid games
Carlos N. Porras
(El Slavador)
sjnaughton
All-Star
27318 Points
5458 Posts
MVP
Re: Dynamic Data Project Up and Running
Jan 23, 2013 01:30 PM|LINK
This is a community supported forum run by the community :)
I am making my daily living writing DD applications so it is possible, Ii have not had any special training, I don't even have Oleg's book (sorry Oleg I hope to get it soon)
The only issue with DD is the community has not taken it very seriously, where as the community has gone mad over MVC and it's like :(
Always seeking an elegant solution.
klca
Member
507 Points
413 Posts
Re: Dynamic Data Project Up and Running
Jan 23, 2013 02:17 PM|LINK
Steve,
Don't take me wrong. I am "Alabando tu Trabajo" (means tht I admire so much your job) instead of complaining. I mention your CSharp Bits not because it something bad but rather extense and complex and that had been adjusted dinamically as the framework version vary with each release of Visual studio
YOU ARE GREAT MY FRIEND .... !!!!
There is something in which I agree with you: Microsoft or whoever else hasn't taken this tool seriously and believe IT IS MUCH BETTER IN FEATURES LIKE SCAFFOLDING THAN MVC .... (I don't know MVC but in forums about it they admit what I have just said)
Carlos N. Porras
(El Salvador)
scothu
Participant
1436 Points
291 Posts
Microsoft
Moderator
Re: Dynamic Data Project Up and Running
Jan 24, 2013 04:35 AM|LINK
As Stephen has said we have continued to invest in this technology since it was first released with .NET 3.5 SP1. With .NET 4 we got this technology about where we wanted to with .NET 4.5 we our new Model Binding technology enables DynamicField and DynamicControl by default and that is our recommended pattern.
We are in the process of bringing scaffoldling to Web Forms just like we have in MVC. The scaffolding we are bringing to Web Forms will be based on DynamicControl for List Pages and DynamicEntity for Details, Create, Update, Delete pages. The version based on Dynamic Data is better then the MVC scaffolding because our Details, Create, Update, Delete pages will not need to be modified when your model changes since they are based on Dynamic Data.
Our hope is that with Model Binding and Scaffolding we will open more people's eye's to what you can do with Dynamic Data.
...Scott
PM, ASP.NET Team, Microsoft
klca
Member
507 Points
413 Posts
Re: Dynamic Data Project Up and Running
Feb 03, 2013 04:07 AM|LINK
Scott,
Would you mind giving me a little help with something I haven't been able to achieve?
I have a table in which I store questions (questions entity)
[[for the example let's just assume that its structure is pretty straightforward]]
I have a second table in which I use some of the questions I already have in the first table (surveys entity)
[[for the example let's just assume that its structure is pretty straightforward too]]
FIRST: I'd like to find a way of showing all of the questions while I am in the "survey's form" so I can pick as many as needed at once, with a single click
SECOND: I'll need to allow the user to enter the answers to those questions (for each specific type of survey) and save all of the answers at once in a third entity (answers entity) with a single click also.
How can this be done in ASP.Net Dynamic Data
Like this
ANSWERS
Carlos N. Porras
(El Salvador)
[[[ P.S.: Obviolsy I'll need to make some filtering to allow only show an specific set of valid surveys depending on user's login profile ... but that is outside the scope of this question ]]]
klca
Member
507 Points
413 Posts
Re: Dynamic Data Project Up and Running
Feb 14, 2013 03:09 AM|LINK
Hola señor cazador (... that's Hi mr. Hunter in spanish),
Can you please give me alittle hand here?
Carlos N. Porras
(El Salvador)