<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/rss.xslt"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Comment Feed for ADO.NET Data Services (Astoria) in Visual Studio 2008 SP1 (funkyonex on Channel 9)</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/posts/funkyonex/adonet-data-services-astoria-in-visual-studio-2008-sp1/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Comment Feed for ADO.NET Data Services (Astoria) in Visual Studio 2008 SP1 (funkyonex on Channel 9)</title><link>http://channel9.msdn.com/posts/funkyonex/ADONET-Data-Services-Astoria-in-Visual-Studio-2008-SP1/</link></image><description>ADO.NET Data Services (Astoria) in Visual Studio 2008 SP1</description><link>http://channel9.msdn.com/posts/funkyonex/ADONET-Data-Services-Astoria-in-Visual-Studio-2008-SP1/</link><language>en-us</language><pubDate>Tue, 18 Nov 2008 22:29:50 GMT</pubDate><lastBuildDate>Tue, 18 Nov 2008 22:29:50 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>Re: ADO.NET Data Services (Astoria) in Visual Studio 2008 SP1</title><description>This was more of an intro to show that you don't need to do much coding to create a web service to access relational data.&lt;br&gt;&lt;br&gt;I have just started using this technology mostly because I want to move toward web services.&amp;nbsp; I played with web services in the past trying to serialize data for client side Javascript (JSON), which was difficult at best (it was easier to code it by hand).&amp;nbsp; This seems useful in that you can create a diagram (edmx ADO.NET Entity Data Model) to represent your tables and relations, point this web service to it (svc ADO.NET Data Service), and bingo, instant serialized access to all the data.&lt;br&gt;&lt;br&gt;Then, you can use Atlas (Microsoft Ajax) to do CRUD (create retrieve update and delete) operations within Javascript at the client browser without knowing a lot of what you are doing.&amp;nbsp; Of course, if you get to this point, you probably know how to do these things anyway.&amp;nbsp; This means you can create a Javascript variable, point it to the database "context" (or in this video, the "service:"), and have array access to records and object access to fields.&lt;br&gt;&lt;br&gt;It's pretty cool stuff when you don't want all the details of coding, but isn't that the point of abstracting these technologies anyway?&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/funkyonex/ADONET-Data-Services-Astoria-in-Visual-Studio-2008-SP1/?CommentID=443881</link><pubDate>Tue, 18 Nov 2008 22:29:50 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/funkyonex/ADONET-Data-Services-Astoria-in-Visual-Studio-2008-SP1/?CommentID=443881</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/443881/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>This was more of an intro to show that you don't need to do much coding to create a web service to access relational data.I have just started using this technology mostly because I want to move toward web services.&amp;nbsp; I played with web services in the past trying to serialize data for client side&amp;#8230;</evnet:previewtext><dc:creator>Zack</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/443881/Trackback.aspx</trackback:ping></item><item><title>Re: Re: ADO.NET Data Services (Astoria) in Visual Studio 2008 SP1</title><description>1. Not sure, where in this DEMO you mentioned about Entity Framework, I have no-idea what you were trying to Demo&lt;BR&gt;&lt;BR&gt;2. When you do a Demo like this, it would be great if you cna do a White Board with a small diagram about what you are going to Demo (Bth, this is something your team can suggest to all presenters). Picture speaks 1000 words :)&lt;BR&gt;&lt;BR&gt;3.&amp;nbsp;Saaid Kahn - I personally believe you could have slowed down a little with your Demo Speech, I could barely catch some of the words what you said (sorry, no offense &amp;nbsp;we all are learning ;))&lt;BR&gt;&lt;BR&gt;4. My 2 cents - Write down in a small piece of paper (or 3x4 Index cards) in what exactly you are going to Demo &amp;amp; go step-by-step, that will make things easy to understand.&lt;BR&gt;&lt;BR&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/funkyonex/ADONET-Data-Services-Astoria-in-Visual-Studio-2008-SP1/?CommentID=435556</link><pubDate>Mon, 27 Oct 2008 00:32:40 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/funkyonex/ADONET-Data-Services-Astoria-in-Visual-Studio-2008-SP1/?CommentID=435556</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/435556/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>1. Not sure, where in this DEMO you mentioned about Entity Framework, I have no-idea what you were trying to Demo2. When you do a Demo like this, it would be great if you cna do a White Board with a small diagram about what you are going to Demo (Bth, this is something your team can suggest to all&amp;#8230;</evnet:previewtext><dc:creator>prasannap</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/435556/Trackback.aspx</trackback:ping></item><item><title>Re: ADO.NET Data Services (Astoria) in Visual Studio 2008 SP1</title><description>I have watched all your videos on data, and this one seems the most "unfinished" IMHO. I still don't see EF as anywhere near finished, and being something one could decide to use on a million dollar project, especially if you know WCF.&lt;br&gt;&lt;br&gt;This just seems to me an abstraction layer on top of WCF for people that don't or cannot learn WCF, that want all the "magic" to happen in the designer.&lt;br&gt;&lt;br&gt;I will have a look again at EF in Visual Studio 10.&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/funkyonex/ADONET-Data-Services-Astoria-in-Visual-Studio-2008-SP1/?CommentID=435151</link><pubDate>Fri, 24 Oct 2008 08:11:19 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/funkyonex/ADONET-Data-Services-Astoria-in-Visual-Studio-2008-SP1/?CommentID=435151</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/435151/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I have watched all your videos on data, and this one seems the most "unfinished" IMHO. I still don't see EF as anywhere near finished, and being something one could decide to use on a million dollar project, especially if you know WCF.This just seems to me an abstraction layer on top of WCF for&amp;#8230;</evnet:previewtext><dc:creator>vesuvius</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/435151/Trackback.aspx</trackback:ping></item></channel></rss>