By tag: DynamicData
0
kicks
ASP.NET Dynamic Data Routing Admin/User Views
Adding routing to a ASP.NET Dynamic Data site to accommodate User and Admin Views.
0
kicks
ASP.NET MVC, DynamicData, Domain-/RiaServices, Unity and NHibernate
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 (...
0
kicks
New ASP.NET Architecture
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.
0
kicks
LightSpeed 2.2 Released
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.
0
kicks
A DbMetaDataProvider implementation for Dynamic Data
A DbMetaDataProvider implementation for Dynamic Data based on InMemoryMetadata Provider
0
kicks
Scott Hanselman's Computer Zen - Plug-In Hybrids: ASP.NET WebForms and
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 Dyn...
0
kicks
Matt Berseth: Dynamic Data Demos Now Available
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.
0
kicks
6 Steps to N-Tier ASP.NET Dynamic Data
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.