<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Introduction to the ASP.NET Web API</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API/rss"></atom:link>
	<image>
		<url>http://media.ch9.ms/ch9/479a/f5565dea-2421-4fc9-8fb9-b0077fee479a/IntroductionToAspNetWebAPI_220.jpg</url>
		<title>Channel 9 - Introduction to the ASP.NET Web API</title>
		<link></link>
	</image>
	<description>What is REST? and a RESTful API? How does the ASP.NET Web API fit in? How does the ASP.NET Web API work? How can it be consumed by clients such as ASP.NET MVC, Win8/Metro,&amp;nbsp;etc.? In this session, John discusses how to get up and running with the ASP.NET&amp;nbsp; Web API thorugh practical examples. The ASP.NET Web API is a robust solution that&amp;nbsp;represents the easiest way to extend the reach of your application&#39;s and enterprise&#39;s&amp;nbsp;data. </description>
	<link></link>
	<language>en</language>
	<pubDate>Sun, 19 May 2013 14:47:20 GMT</pubDate>
	<lastBuildDate>Sun, 19 May 2013 14:47:20 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Introduction to the ASP.NET Web API</title>
		<description>
			<![CDATA[<p>So is the recommended approach for MVC/WebAPI hybrid apps to go back over the wire to your REST API server&nbsp;<em>from</em><em>&nbsp;</em>your MVC front end? &nbsp;To me this seems like a situation where a shared domain model compiled separately into two apps makes more sense. &nbsp;Then you serve HTML to browsers via MVC and JSON to mobile apps or other clients. &nbsp;Otherwise I'm going from browser, over the network to the MVC server, over the network again (perhaps configured so it doesn't leave the datacenter) to my REST API endpoint, then to the DB, then back over each hop again. &nbsp;</p><p>Of course I know that SPAs &amp; MVC js frameworks like backbone work nicely with REST APIs. &nbsp;So ideally you'd skip the MVC part. &nbsp;I guess I'm just used to the heavier back end tier, not simply shipping objects to a smart js front end. &nbsp;</p><p>Are there any other ways to integrate MVC &amp; WebAPI?</p><p>posted by Dzejms</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634787693049709928</link>
		<pubDate>Tue, 24 Jul 2012 23:28:24 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634787693049709928</guid>
		<dc:creator>Dzejms</dc:creator>
	</item>
	<item>
		<title>Re: Introduction to the ASP.NET Web API</title>
		<description>
			<![CDATA[<p>@<a href="/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634787693049709928">Dzejms</a>:Ditto, I'm wondering the same thing(s).&nbsp; So, I guess that's the goal of One ASP is to figure out how to tie all of this together properly.&nbsp; Hopefully someone will confirm...?</p><p>posted by dizzyguy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634789289921091697</link>
		<pubDate>Thu, 26 Jul 2012 19:49:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634789289921091697</guid>
		<dc:creator>dizzyguy</dc:creator>
	</item>
	<item>
		<title>Re: Introduction to the ASP.NET Web API</title>
		<description>
			<![CDATA[Ditto again.  I&#39;ve been banging my head trying to figure out the &#34;best&#34; way to architect a system &#40;and the VS solution and projects&#41; that has an ASP.NET MVC 4 front-end for serving HTML&#47;CSS to desktop browsers, while also having an ASP.NET Web API to serve JSON to a mobile-only website, with both projects using the same business and data layers on the back-end.  In fact, I even asked a question during this aspConf session, but it got deleted &#40;and, thus, never answered&#41;. &#58;&#40;<br><br><p>posted by g6temp</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634789355792902835</link>
		<pubDate>Thu, 26 Jul 2012 21:39:39 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634789355792902835</guid>
		<dc:creator>g6temp</dc:creator>
	</item>
	<item>
		<title>Re: Introduction to the ASP.NET Web API</title>
		<description>
			<![CDATA[Thank you John<p>posted by Zako</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634789393189648200</link>
		<pubDate>Thu, 26 Jul 2012 22:41:58 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634789393189648200</guid>
		<dc:creator>Zako</dc:creator>
	</item>
	<item>
		<title>Re: Introduction to the ASP.NET Web API</title>
		<description>
			<![CDATA[<p>@<a href="/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634789355792902835">g6temp</a>:&nbsp;@<a href="/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634787693049709928">Dzejms</a>: It's a good question. We now have many ways (which is a good thing) to serve data and pages. I'll give you my 2 cents on this, for what it's worth. If you are already serving pages through MVC (or planning it) you could use that methodology to load the pages and their initial data. Then use the Web API to for gathering data from the client. This gives you a bit of hybrid scenario but it may yield a better user experience.</p><p>For example, your View is loaded from a server side model and presented to the user. Then you could use the Web API to gathering data as the user interacts with the view.&nbsp;</p><p>Or you could gather the data on the server and convert it to JSON in the View. Then use Knockout to bind it. After that, all data requests could use the Web API so you don't re-post.</p><p>Or if you could just load an HTML page for the Views (with or without MVC) and use a client side Views, using Knockout (or some other library).</p><p>There are many variations ... it really depends on your team's skills, experience, and what you want to achieve.&nbsp;</p><p>posted by jopapa</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634791662876246570</link>
		<pubDate>Sun, 29 Jul 2012 13:44:47 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634791662876246570</guid>
		<dc:creator>jopapa</dc:creator>
	</item>
	<item>
		<title>Re: Introduction to the ASP.NET Web API</title>
		<description>
			<![CDATA[<p>Thanks Jhon,</p><p>&nbsp;</p><p>I hope someone writes a quick pros and cons of going each way.</p><p>&nbsp;</p><p>@rohitharsh</p><p>posted by Rohit H</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634791695163504394</link>
		<pubDate>Sun, 29 Jul 2012 14:38:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634791695163504394</guid>
		<dc:creator>Rohit H</dc:creator>
	</item>
	<item>
		<title>Re: Introduction to the ASP.NET Web API</title>
		<description>
			<![CDATA[Grt <br><br>http&#58;&#47;&#47;www.aspxtutorial.com<p>posted by Aamir</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634794139240231052</link>
		<pubDate>Wed, 01 Aug 2012 10:32:04 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634794139240231052</guid>
		<dc:creator>Aamir</dc:creator>
	</item>
	<item>
		<title>Re: Introduction to the ASP.NET Web API</title>
		<description>
			<![CDATA[You do realize that only you can hear other people&#39;s microphones&#63;  Very distracting and frustrating that you keep requesting people turn them off.  Surely the solution should lie your end.  And as for your cat, I mean come on.<p>posted by Some Guy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634819070188011358</link>
		<pubDate>Thu, 30 Aug 2012 07:03:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634819070188011358</guid>
		<dc:creator>Some Guy</dc:creator>
	</item>
	<item>
		<title>Re: Introduction to the ASP.NET Web API</title>
		<description>
			<![CDATA[<p>Where can we download the source code? I checked on github it gives an error 404.</p><p>posted by rani1984</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634838422257012062</link>
		<pubDate>Fri, 21 Sep 2012 16:37:05 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634838422257012062</guid>
		<dc:creator>rani1984</dc:creator>
	</item>
	<item>
		<title>Re: Introduction to the ASP.NET Web API</title>
		<description>
			<![CDATA[<p>Source downloadable at</p><p><a href="https://github.com/johnvpetersen/ASPWebAPIExample">https://github.com/johnvpetersen/ASPWebAPIExample</a></p><p>posted by Raju Golla</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634957575750019816</link>
		<pubDate>Wed, 06 Feb 2013 14:26:15 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634957575750019816</guid>
		<dc:creator>Raju Golla</dc:creator>
	</item>
	<item>
		<title>Re: Introduction to the ASP.NET Web API</title>
		<description>
			<![CDATA[Hello Sir&#58;&#58;<br><br>           As i am studied BE &#40;Computer science engg&#41;in sri venkateswara college of engg at Sriperumbudur Chennai, I need help to learn ASP.NET and VB.NET and ADO.NET for my job recqutement ,so Ineed raleted videos and Notes for good Knowlege in framework.... <p>posted by VENKATESAN A</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634964177622741512</link>
		<pubDate>Thu, 14 Feb 2013 05:49:22 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634964177622741512</guid>
		<dc:creator>VENKATESAN A</dc:creator>
	</item>
	<item>
		<title>Re: Introduction to the ASP.NET Web API</title>
		<description>
			<![CDATA[Interesting Introduction to WebAPI, just like the fun I had with Ruby on Rails. Great advice on use of Fiddler to Test RESTful calls.  I like the ASP.MVC&#47;API as a simple way to have both HTML and API exposed services. &#40;Not so convinced on the use of MVC clients though, I think that has created some confusion here&#41; - I am still Keen to use Rich Silverlight Clients into these WebAPI.<br><br>I guess since the WebAPI, is really exposing the raw ORM CRUD level methods will result in the &#39;business logic&#39; layer moving into the Client layer.  If we want the Servers, and Servers in the Cloud to do more centralised Business logic, I would tend to implement and expose WCF services exposed instead. &#40;Also overcomes versioning and data hiding&#41;<p>posted by Jules</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634988135701240599</link>
		<pubDate>Wed, 13 Mar 2013 23:19:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API#c634988135701240599</guid>
		<dc:creator>Jules</dc:creator>
	</item>
</channel>
</rss>