<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:gd="http://schemas.google.com/g/2005"><id>tag:blogger.com,1999:blog-4500363753981919783.post6170490409816672118..comments</id><updated>2023-10-03T22:06:50.708+08:00</updated><title type='text'>Comments on Huan-Lin 學習筆記: ASP.NET Web API 參數繫結</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.huanlintalk.com/feeds/comments/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/6170490409816672118/comments/default'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2013/01/aspnet-web-api-parameter-binding.html'/><link rel="hub" href="http://pubsubhubbub.appspot.com/"/><author><name>Michael Tsai</name><uri>http://www.blogger.com/profile/00364693770445538641</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-9003917621452919963</id><published>2014-04-08T15:21:12.005+08:00</published><updated>2014-04-08T15:21:12.005+08:00</updated><title type='text'>原來如此,多謝老師精闢的解釋^^ </title><content type='html'>原來如此,多謝老師精闢的解釋^^ </content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/6170490409816672118/comments/default/9003917621452919963'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/6170490409816672118/comments/default/9003917621452919963'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2013/01/aspnet-web-api-parameter-binding.html?showComment=1396941672005#c9003917621452919963' title=''/><link rel='related' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/6170490409816672118/comments/default/6196838567289306663'/><author><name>Chia-Chi</name><uri>https://www.blogger.com/profile/17429218177165414002</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2013/01/aspnet-web-api-parameter-binding.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-6170490409816672118' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/6170490409816672118' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1871132248"/><gd:extendedProperty name="blogger.displayTime" value="2014/4/8 下午3:21"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-2096051436730014270</id><published>2014-04-03T23:56:53.258+08:00</published><updated>2014-04-03T23:56:53.258+08:00</updated><title type='text'>Hello! &#xa;OData 是一種應用程式層次的協定,其主要用途是設計 CRUD 類型的 REST ...</title><content type='html'>Hello! &lt;br /&gt;OData 是一種應用程式層次的協定,其主要用途是設計 CRUD 類型的 REST 服務。換句話說,如果你的用戶端應用程式是 HTTP-based,且大多是針對一般資料進行 CRUD 操作,便可以考慮採用 OData。&lt;br /&gt;&lt;br /&gt;相較於 OData 特別著重資料操作,ASP.NET Web API 則是更通用、更彈性的技術。雖然都是基於 HTTP,兩者並非互斥,而是可以一起搭配使用的。也就是說,我們可以在 Web API 中建立 OData 端點。如果看一下 OData 對於資料操作的定義與呼叫格式,可能更能了解兩種技術之間的差異。這裡有篇文章可以參考:http://www.dotblogs.com.tw/joysdw12/archive/2013/06/07/web-api-odata.aspx&lt;br /&gt;&lt;br /&gt;此外,目前 OData 已經是 OASIS 標準之一。不只 .NET 支援 OData,連 Java、C++ 都有函式庫喔。</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/6170490409816672118/comments/default/2096051436730014270'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/6170490409816672118/comments/default/2096051436730014270'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2013/01/aspnet-web-api-parameter-binding.html?showComment=1396540613258#c2096051436730014270' title=''/><link rel='related' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/6170490409816672118/comments/default/6196838567289306663'/><author><name>Michael Tsai</name><uri>https://www.blogger.com/profile/00364693770445538641</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2013/01/aspnet-web-api-parameter-binding.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-6170490409816672118' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/6170490409816672118' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1825873726"/><gd:extendedProperty name="blogger.displayTime" value="2014/4/3 晚上11:56"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-6196838567289306663</id><published>2014-04-02T16:57:59.062+08:00</published><updated>2014-04-02T16:57:59.062+08:00</updated><title type='text'>多謝老師分享,很有用且好懂的資訊&#xa;只是我很納悶,既然MVC實作RESTful WEBAPI的彈性這麼...</title><content type='html'>多謝老師分享,很有用且好懂的資訊&lt;br /&gt;只是我很納悶,既然MVC實作RESTful WEBAPI的彈性這麼大&lt;br /&gt;微軟又何必發明另一套OData來擴充RESTful的查詢彈性&lt;br /&gt;</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/6170490409816672118/comments/default/6196838567289306663'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/6170490409816672118/comments/default/6196838567289306663'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2013/01/aspnet-web-api-parameter-binding.html?showComment=1396429079062#c6196838567289306663' title=''/><author><name>Chia-Chi</name><uri>https://www.blogger.com/profile/17429218177165414002</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2013/01/aspnet-web-api-parameter-binding.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-6170490409816672118' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/6170490409816672118' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1871132248"/><gd:extendedProperty name="blogger.displayTime" value="2014/4/2 下午4:57"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-8476806854778025900</id><published>2013-01-15T10:52:20.890+08:00</published><updated>2013-01-15T10:52:20.890+08:00</updated><title type='text'>考慮到 REST 特性,Session 看來是不適合了。我看到有人自己做帳密驗證,驗證完後產生一組 ...</title><content type='html'>考慮到 REST 特性,Session 看來是不適合了。我看到有人自己做帳密驗證,驗證完後產生一組 token 或 access ID 給用戶端。以後用戶端每次呼叫都得傳入這個 token。這裡有篇文章我還沒讀,看似有關:http://sixgun.wordpress.com/2012/02/29/asp-net-web-api-basic-authentication/&lt;br /&gt;</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/6170490409816672118/comments/default/8476806854778025900'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/6170490409816672118/comments/default/8476806854778025900'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2013/01/aspnet-web-api-parameter-binding.html?showComment=1358218340890#c8476806854778025900' title=''/><author><name>Michael Tsai</name><uri>https://www.blogger.com/profile/00364693770445538641</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2013/01/aspnet-web-api-parameter-binding.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-6170490409816672118' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/6170490409816672118' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1825873726"/><gd:extendedProperty name="blogger.displayTime" value="2013/1/15 上午10:52"/></entry><entry><id>tag:blogger.com,1999:blog-4500363753981919783.post-1388473273131408634</id><published>2013-01-15T08:27:59.145+08:00</published><updated>2013-01-15T08:27:59.145+08:00</updated><title type='text'>謝謝版主分享,很受用的文章;另外想請教,若是提供服務給別人使用,是否有甚麼建議的身份驗證機制,限制只...</title><content type='html'>謝謝版主分享,很受用的文章;另外想請教,若是提供服務給別人使用,是否有甚麼建議的身份驗證機制,限制只有得到認可人才可以存取?</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/6170490409816672118/comments/default/1388473273131408634'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/4500363753981919783/6170490409816672118/comments/default/1388473273131408634'/><link rel='alternate' type='text/html' href='https://www.huanlintalk.com/2013/01/aspnet-web-api-parameter-binding.html?showComment=1358209679145#c1388473273131408634' title=''/><author><name>開發筆記</name><uri>https://www.blogger.com/profile/14157615136240083903</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.huanlintalk.com/2013/01/aspnet-web-api-parameter-binding.html' ref='tag:blogger.com,1999:blog-4500363753981919783.post-6170490409816672118' source='http://www.blogger.com/feeds/4500363753981919783/posts/default/6170490409816672118' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-224447488"/><gd:extendedProperty name="blogger.displayTime" value="2013/1/15 上午8:27"/></entry></feed>