Stories recently tagged with 'DynamicData'

ASP.NET Dynamic Data Routing Admin/User Views(www.mit560.com)

submitted by MIT560MIT560(86) 5 months, 5 days ago

Adding routing to a ASP.NET Dynamic Data site to accommodate User and Admin Views. read more...

2 comments |category: |Views: 20

tags: another

ASP.NET MVC, DynamicData, Domain-/RiaServices, Unity and NHibernate(chrisvandesteeg.nl)

submitted by alleyalley(2840) 2 years, 6 months ago

For this project the following (extensive) list of libraries is used (all these libraries are included in the download): * MS ASP.NET Mvc 1.0 * Microsoft .NET RIA Services July 2009 Preview * NHibernate 2.1.0CR1 * NHibernate Linq (latest trunk version) * FluentNhibernate (latest trunk version, patched to work with NHibernate 2.1.0CR1) * MS Unity 1.2 * ASP.NET Dynamic Data MVC Preview (since this project is pretty old, I had to modify it quite a bit, the source is included in the download) * I used Rob Conery’s t4 templates as the base to generate entities from the database. read more...

add a comment |category: |Views: 420

tags: another

New ASP.NET Architecture(nayyeri.net)

submitted by sharplifesharplife(4560) 2 years, 11 months ago

Keyvan has written a nice post about the new architecture of ASP.NET web applications by describing how Microsoft is dividing ASP.NET to ASP.NET WebForms, ASP.NET MVC and ASP.NET Dynamic Data. read more...

add a comment |category: |Views: 68

tags: another

New ASP.NET Architecture(nayyeri.net)

submitted by sharplifesharplife(4560) 2 years, 11 months ago

Keyvan has written a nice post about the new architecture of ASP.NET web applications by describing how Microsoft is dividing ASP.NET to ASP.NET WebForms, ASP.NET MVC and ASP.NET Dynamic Data. read more...

add a comment |category: |Views: 68

tags: another

LightSpeed 2.2 Released(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years ago

LightSpeed 2.2 O/R Mapper has been released with support for SimpleDB, ASP.NET Dynamic Data, stored procedures support and much more. This post covers many of the new features, all of which are included in the free edition. read more...

add a comment |category: |Views: 246

tags: another

A DbMetaDataProvider implementation for Dynamic Data(lecanutechnotes.blogspot.com)

submitted by lecanulecanu(15) 3 years ago

A DbMetaDataProvider implementation for Dynamic Data based on InMemoryMetadata Provider read more...

add a comment |category: |Views: 12

tags: another

Scott Hanselman's Computer Zen - Plug-In Hybrids: ASP.NET WebForms and(hanselman.com)

submitted by beckelmwbeckelmw(2755) 3 years, 4 months ago

I wanted to write this post because there seems to be a lot of confusion about how ASP.NET WebForms, MVC and Dynamic Data all fit together. Folks may have WebForms applications and want to start looking at ASP.NET MVC but aren't sure if they need to start from scratch or not. Folks might look at Dynamic Data but mistakenly assume it's just for scaffolding administrative sites. read more...

add a comment |category: |Views: 22

tags: another

Matt Berseth: Dynamic Data Demos Now Available(mattberseth.com)

submitted by beckelmwbeckelmw(2755) 3 years, 4 months ago

Matt now has his dynamic data demos up since discountasp.net is supporting ASP.NET 3.5 SP1. Go take a look. They are pretty cool. read more...

add a comment |category: |Views: 262

tags: another

6 Steps to N-Tier ASP.NET Dynamic Data(weblogs.asp.net)

submitted by craigshoemakercraigshoemaker(835) 3 years, 7 months ago

Learn to move the data context of a Dynamic Data website from the web layer to a lower level. This will allow you to reuse the data context as well as any other logic or wrappers you create around the data model. read more...

add a comment |category: |Views: 63

tags: another