ASP.NET Dynamic Data

Posts   
 
    
Posts: 254
Joined: 16-Nov-2006
# Posted on: 19-Apr-2008 00:25:22   

Guys

In relation to

http://code.msdn.microsoft.com/dynamicdata

Does anyone have much experience trying to get this working with an LLBLGEN auto generated project? I haven't yet tried this and would be interested in experience from others. The theory sounds great, auto generated CRUD applications with excellent extensibility where required.

I assume I'm right in thinking with the recent LINQ provider written for 2.6, this would be how the framework derives the meta data to build the web site

Cheers

Matt

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 19-Apr-2008 08:11:04   

Hi Matt, I saw the David Ebbo Screencast and seems interesting enough.

Here is a discussion about LLBLGen and DynamicData: http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=12877

David Elizondo | LLBLGen Support Team
Posts: 254
Joined: 16-Nov-2006
# Posted on: 19-Apr-2008 09:07:26   

Thanks Daelmo

On an unrelated note I did actually search the forums for this first ( not that lazy simple_smile , but the keywords "asp net dynamic data" didn't find this, any reason why not?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 19-Apr-2008 10:51:06   

I have llblgen pro working with dynamic data for 100% now. THe only drawback is that we use some classes which are currently private and are made public for us to test. It's now up to microsoft if they will open up these classes in v1 of dynamic data. It's likely they will do that, but it's not 100% sure, so fingers crossed! simple_smile

about the search: the forum uses full text search of sqlserver. So if DynamicData is mentioned in a thread, then specifying the words separately won't match unless you specify wildcards.

Frans Bouma | Lead developer LLBLGen Pro