Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions articles/17199.criando-e-consumindo-web-api-parte-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,13 +393,13 @@
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Esse padrão Web API é tão legal por utilizar Json que pode ser consumido por qualquer aplicativo, incluindo o serviço móvel como no smartphone, tv digital ou tablet. Os dados são importantes e são buscados de um mesmo local através do Web
API com Json.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; O próximo artigo eu vou falar como consumir esses dados em Json chamando essa Web API no C#. Qualquer dúvida, pode entrar em contato pelo site
<strong><a href="http://www.mauriciojunior.org/">www.mauriciojunior.org</a></strong>.</p>
<strong><a href="http://www.mauriciojunior.net/">www.mauriciojunior.net</a></strong>.</p>
<span style="color:#2a2a2a;font-family:Calibri,sans-serif;line-height:13px;background-color:#ffffff;">This article was originally written by:<br />
<br />
<strong>Maurício Júnior</strong><br />
MCP, MCAD, MVP Microsoft<br />
<a href="http://social.technet.microsoft.com/wiki/contents/articles/4083.aspx" style="color:#00749e;">www.mauriciojunior.org</a><br />
</span><a href="http://blog.mauriciojunior.org/" target="_blank" style="color:#00749e;font-family:Calibri,sans-serif;line-height:13px;background-color:#ffffff;">blog.mauriciojunior.org&nbsp;<img title="This link is external to TechNet Wiki. It will open in a new window." alt=" " src="http://social.technet.microsoft.com/wiki/cfs-file.ashx/__key/communityserver-components-sitefiles/10_5F00_external.png" style="overflow:hidden;border-width:0px;border-style:solid;" />&nbsp;&nbsp;<img title="This link is external to TechNet Wiki. It will open in a new window." alt=" " src="http://social.technet.microsoft.com/wiki/cfs-file.ashx/__key/communityserver-components-sitefiles/10_5F00_external.png" style="overflow:hidden;border-width:0px;border-style:solid;" />&nbsp;&nbsp;<img title="This link is external to TechNet Wiki. It will open in a new window." alt=" " src="http://social.technet.microsoft.com/wiki/cfs-file.ashx/__key/communityserver-components-sitefiles/10_5F00_external.png" style="overflow:hidden;border-width:0px;border-style:solid;" />&nbsp;&nbsp;<img alt=" " src="http://social.technet.microsoft.com/wiki/cfs-file.ashx/__key/communityserver-components-sitefiles/10_5F00_external.png" title="This link is external to TechNet Wiki. It will open in a new window." style="overflow:hidden;border-width:0px;border-style:solid;" />&nbsp;</a><span style="color:#2a2a2a;font-family:Calibri,sans-serif;line-height:13px;background-color:#ffffff;">&nbsp;</span><span style="color:#2a2a2a;font-family:Calibri,sans-serif;line-height:13px;background-color:#ffffff;">&nbsp;</span>
<a href="http://social.technet.microsoft.com/wiki/contents/articles/4083.aspx" style="color:#00749e;">www.mauriciojunior.net</a><br />
</span><a href="http://www.mauriciojunior.net/" target="_blank" style="color:#00749e;font-family:Calibri,sans-serif;line-height:13px;background-color:#ffffff;">www.mauriciojunior.net&nbsp;<img title="This link is external to TechNet Wiki. It will open in a new window." alt=" " src="http://social.technet.microsoft.com/wiki/cfs-file.ashx/__key/communityserver-components-sitefiles/10_5F00_external.png" style="overflow:hidden;border-width:0px;border-style:solid;" />&nbsp;&nbsp;<img title="This link is external to TechNet Wiki. It will open in a new window." alt=" " src="http://social.technet.microsoft.com/wiki/cfs-file.ashx/__key/communityserver-components-sitefiles/10_5F00_external.png" style="overflow:hidden;border-width:0px;border-style:solid;" />&nbsp;&nbsp;<img title="This link is external to TechNet Wiki. It will open in a new window." alt=" " src="http://social.technet.microsoft.com/wiki/cfs-file.ashx/__key/communityserver-components-sitefiles/10_5F00_external.png" style="overflow:hidden;border-width:0px;border-style:solid;" />&nbsp;&nbsp;<img alt=" " src="http://social.technet.microsoft.com/wiki/cfs-file.ashx/__key/communityserver-components-sitefiles/10_5F00_external.png" title="This link is external to TechNet Wiki. It will open in a new window." style="overflow:hidden;border-width:0px;border-style:solid;" />&nbsp;</a><span style="color:#2a2a2a;font-family:Calibri,sans-serif;line-height:13px;background-color:#ffffff;">&nbsp;</span><span style="color:#2a2a2a;font-family:Calibri,sans-serif;line-height:13px;background-color:#ffffff;">&nbsp;</span>

</div>

Expand Down