Another great video. However, I'm a skeptic with this video. If I understand it right, the data is being rendered through javascript after the page loads using a web service. I'm not sure I see the advantage of using this approach as opposed to a server
side approach considering that google won't be able to index any data that is retrieved using the client side method. Am I missing something?
Also, the example shown in the video is one where the presentation layer and the data layer are tighly coupled. I'm not very familiar with the EF or web services, but is it possible to have the interface bind to a custom business layer instead of the data
layer?
10-4 Episode 14: Sentient DSLs
Apr 01, 2009 at 6:44 AM10-4 Episode 8: Pure Client-Side Development with ASP.NET AJAX 4.0
Feb 25, 2009 at 7:49 AMAlso, the example shown in the video is one where the presentation layer and the data layer are tighly coupled. I'm not very familiar with the EF or web services, but is it possible to have the interface bind to a custom business layer instead of the data layer?
Keep up the great work with the videos.