{"id":1650,"date":"2014-12-16T19:34:57","date_gmt":"2014-12-16T19:34:57","guid":{"rendered":"https:\/\/www.couchbase.com\/blog\/?p=1650"},"modified":"2023-08-10T23:41:02","modified_gmt":"2023-08-11T06:41:02","slug":"introducing-couchbase-net-client-library-1-0","status":"publish","type":"post","link":"https:\/\/www.couchbase.com\/blog\/pt\/introducing-couchbase-net-client-library-1-0\/","title":{"rendered":"Apresentando a biblioteca do cliente Couchbase .NET 1.0"},"content":{"rendered":"<h3>O que h\u00e1 em um nome?<\/h3>\n<p>Com o lan\u00e7amento do Couchbase Server 1.8, as bibliotecas do servidor e do cliente est\u00e3o recebendo uma s\u00e9rie de corre\u00e7\u00f5es de bugs.  Mas a mudan\u00e7a que mais significar\u00e1 para os usu\u00e1rios de longa data \u00e9 o novo nome.  O Membase Server agora \u00e9 o Couchbase Server e a Membase .NET Client Library agora \u00e9 a Couchbase .NET Client Library.  Essa refatora\u00e7\u00e3o n\u00e3o \u00e9 como renomear sua classe AccountManager para AccountService, ela vai al\u00e9m disso.<\/p>\n<h3>Obtendo o cliente<\/h3>\n<p>H\u00e1 algumas maneiras de obter a biblioteca de clientes do Couchbase .NET, ou simplesmente \"o cliente\".  A maneira mais f\u00e1cil \u00e9 usar <a href=\"https:\/\/www.nuget.org\">Nuget<\/a>o gerenciador de pacotes .NET para o Visual Studio.    Voc\u00ea pode obter o pacote Nuget do Couchbase abrindo o Console do Gerenciador de Pacotes em <em>Ver<\/em> -&gt; <em>Outras janelas<\/em> e digitando:<\/p>\n<div class=\"geshifilter\">\n<div class=\"csharp geshifilter-csharp\" style=\"font-family: monospace\">Instalar<span style=\"color: #008000\">&#8211;<\/span>Pacote CouchbaseNetClient<\/div>\n<\/div>\n<div>Uma segunda op\u00e7\u00e3o \u00e9 fazer o download de um arquivo <a href=\"https:\/\/packages.couchbase.com\/clients\/net\/1.0\/Couchbase-Net-Client-1.0.zip\">arquivo zip<\/a> com o conjunto e as depend\u00eancias.  Voc\u00ea tamb\u00e9m pode obter o c\u00f3digo-fonte mais recente em <a href=\"https:\/\/github.com\/couchbase\/couchbase-net-client\">Github<\/a>. Consulte as notas readme.mdown para compilar a partir do c\u00f3digo-fonte.<\/div>\n<div><\/div>\n<h3>Ol\u00e1, Couchbase!<\/h3>\n<p>Verificar o <a href=\"https:\/\/www.couchbase.com\/blog\/pt\/developers\/\">p\u00e1gina inicial<\/a> para obter um passo a passo sobre como come\u00e7ar a usar o cliente.  Os <a href=\"https:\/\/developer.couchbase.com\/documentation\/server\/3.x\/admin\/rest-intro.html\">Documenta\u00e7\u00e3o da API<\/a> fornece c\u00f3digo de amostra para os principais m\u00e9todos que voc\u00ea usar\u00e1 ao trabalhar com o cliente.  Os trechos abaixo fornecem os conceitos b\u00e1sicos do cliente.<\/p>\n<div class=\"geshifilter\">\n<div class=\"csharp geshifilter-csharp\" style=\"font-family: monospace\"><span style=\"color: #008080;font-style: italic\">\/\/as configura\u00e7\u00f5es padr\u00e3o do app.config tamb\u00e9m podem ser usadas <\/span><br \/>\nvar config <span style=\"color: #008000\">=<\/span> <a href=\"https:\/\/www.google.com\/search?q=new+msdn.microsoft.com\"><span style=\"color: #008000\">novo<\/span><\/a> CouchbaseClientConfiguration <span style=\"color: #008000\">{<\/span> Balde <span style=\"color: #008000\">=<\/span> <span style=\"color: #666666\">\"default\"<\/span> <span style=\"color: #008000\">}<\/span><span style=\"color: #008000\">;<\/span><br \/>\nconfigura\u00e7\u00e3o<span style=\"color: #008000\">.<\/span><span style=\"color: #0000ff\">Urls<\/span><span style=\"color: #008000\">.<\/span><span style=\"color: #0000ff\">Adicionar<\/span><span style=\"color: #008000\">(<\/span><a href=\"https:\/\/www.google.com\/search?q=new+msdn.microsoft.com\"><span style=\"color: #008000\">novo<\/span><\/a> Uri<span style=\"color: #008000\">(<\/span><span style=\"color: #666666\">\"https:\/\/127.0.0.1:8091\/pools\/default\"<\/span><span style=\"color: #008000\">)<\/span><span style=\"color: #008000\">)<\/span><span style=\"color: #008000\">;<\/span>var cerveja <span style=\"color: #008000\">=<\/span> <a href=\"https:\/\/www.google.com\/search?q=new+msdn.microsoft.com\"><span style=\"color: #008000\">novo<\/span><\/a> Cerveja <span style=\"color: #008000\">{<\/span> Nome <span style=\"color: #008000\">=<\/span> <span style=\"color: #666666\">\"Atlantic Amber\" (\u00c2mbar do Atl\u00e2ntico)<\/span>, Cervejaria <span style=\"color: #008000\">=<\/span> <span style=\"color: #666666\">\"New England Brewing Co.\"<\/span> <span style=\"color: #008000\">}<\/span><br \/>\nvar cliente <span style=\"color: #008000\">=<\/span> <a href=\"https:\/\/www.google.com\/search?q=new+msdn.microsoft.com\"><span style=\"color: #008000\">novo<\/span><\/a> Cliente Couchbase<span style=\"color: #008000\">(<\/span>configura\u00e7\u00e3o<span style=\"color: #008000\">)<\/span><span style=\"color: #008000\">;<\/span><br \/>\ncliente<span style=\"color: #008000\">.<\/span><span style=\"color: #0000ff\">Loja<\/span><span style=\"color: #008000\">(<\/span>StoreMode<span style=\"color: #008000\">.<\/span><span style=\"color: #0000ff\">Adicionar<\/span>, <span style=\"color: #666666\">\"beer_12345\"<\/span>, cerveja<span style=\"color: #008000\">)<\/span><span style=\"color: #008000\">;<\/span><\/p>\n<p>var savedBeer <span style=\"color: #008000\">=<\/span> cliente<span style=\"color: #008000\">.<\/span><span style=\"color: #0000ff\">Obter<\/span><span style=\"color: #008000\">&lt;<\/span>Cerveja<span style=\"color: #008000\">&gt;<\/span><span style=\"color: #008000\">(<\/span><span style=\"color: #666666\">\"beer_12345\"<\/span><span style=\"color: #008000\">)<\/span><span style=\"color: #008000\">;<\/span><\/p>\n<\/div>\n<\/div>\n<h3>Mudan\u00e7as significativas<\/h3>\n<p>Com a mudan\u00e7a do nome do produto, vem um novo nome para o cliente.  Essa atualiza\u00e7\u00e3o significa que seu c\u00f3digo que costumava ser parecido com:<\/p>\n<div class=\"geshifilter\">\n<div class=\"csharp geshifilter-csharp\" style=\"font-family: monospace\">var cliente <span style=\"color: #008000\">=<\/span> <a href=\"https:\/\/www.google.com\/search?q=new+msdn.microsoft.com\"><span style=\"color: #008000\">novo<\/span><\/a> Cliente Membase<span style=\"color: #008000\">(<\/span><span style=\"color: #008000\">)<\/span><span style=\"color: #008000\">;<\/span><\/div>\n<\/div>\n<p>agora se parece com isso:<\/p>\n<div class=\"geshifilter\">\n<div class=\"csharp geshifilter-csharp\" style=\"font-family: monospace\">var cliente <span style=\"color: #008000\">=<\/span> <a href=\"https:\/\/www.google.com\/search?q=new+msdn.microsoft.com\"><span style=\"color: #008000\">novo<\/span><\/a> Cliente Couchbase<span style=\"color: #008000\">(<\/span><span style=\"color: #008000\">)<\/span><span style=\"color: #008000\">;<\/span><\/div>\n<\/div>\n<div>A se\u00e7\u00e3o de configura\u00e7\u00e3o tamb\u00e9m foi alterada.<\/div>\n<div><\/div>\n<h3>Olhando para o futuro<\/h3>\n<p>O Couchbase Server 1.8 e a .NET Client Library 1.0 t\u00eam apenas algumas horas de vida (bem, foram lan\u00e7ados h\u00e1 apenas algumas horas), mas j\u00e1 estamos pensando no Couchbase Server 2.0 e nas novas bibliotecas de clientes.   Portanto, fique de olho neste blog para obter as amostras e informa\u00e7\u00f5es mais recentes.<\/p>","protected":false},"excerpt":{"rendered":"<p>What&#8217;s in a Name? With the release of Couchbase Server 1.8, both the server and client libraries are getting a number of bug fixes.\u00a0 But the change that will mean the most to long time users is the new name.\u00a0 [&hellip;]<\/p>","protected":false},"author":22,"featured_media":13873,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[],"ppma_author":[8980],"class_list":["post-1650","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.1 (Yoast SEO v26.1.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Introducing the Couchbase .NET Client Library 1.0 - The Couchbase Blog<\/title>\n<meta name=\"description\" content=\"Learn more about the Couchbase Server 1.8 and the .NET Client Library 1.0. So keep an eye on this blog for the latest samples and information.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.couchbase.com\/blog\/pt\/introducing-couchbase-net-client-library-1-0\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Introducing the Couchbase .NET Client Library 1.0\" \/>\n<meta property=\"og:description\" content=\"Learn more about the Couchbase Server 1.8 and the .NET Client Library 1.0. So keep an eye on this blog for the latest samples and information.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.couchbase.com\/blog\/pt\/introducing-couchbase-net-client-library-1-0\/\" \/>\n<meta property=\"og:site_name\" content=\"The Couchbase Blog\" \/>\n<meta property=\"article:published_time\" content=\"2014-12-16T19:34:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-11T06:41:02+00:00\" \/>\n<meta name=\"author\" content=\"John Zablocki, NET. SDK Developer, Couchbase\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"John Zablocki, NET. SDK Developer, Couchbase\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/\"},\"author\":{\"name\":\"John Zablocki, NET. SDK Developer, Couchbase\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/ee312fb775c13d20a32f1d455888a282\"},\"headline\":\"Introducing the Couchbase .NET Client Library 1.0\",\"datePublished\":\"2014-12-16T19:34:57+00:00\",\"dateModified\":\"2023-08-11T06:41:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/\"},\"wordCount\":363,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"articleSection\":[\"Uncategorized\"],\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/\",\"url\":\"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/\",\"name\":\"Introducing the Couchbase .NET Client Library 1.0 - The Couchbase Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"datePublished\":\"2014-12-16T19:34:57+00:00\",\"dateModified\":\"2023-08-11T06:41:02+00:00\",\"description\":\"Learn more about the Couchbase Server 1.8 and the .NET Client Library 1.0. So keep an eye on this blog for the latest samples and information.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/#primaryimage\",\"url\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"contentUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"width\":1800,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.couchbase.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Introducing the Couchbase .NET Client Library 1.0\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#website\",\"url\":\"https:\/\/www.couchbase.com\/blog\/\",\"name\":\"The Couchbase Blog\",\"description\":\"Couchbase, the NoSQL Database\",\"publisher\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.couchbase.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\",\"name\":\"The Couchbase Blog\",\"url\":\"https:\/\/www.couchbase.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png\",\"contentUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png\",\"width\":218,\"height\":34,\"caption\":\"The Couchbase Blog\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/ee312fb775c13d20a32f1d455888a282\",\"name\":\"John Zablocki, NET. SDK Developer, Couchbase\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/201925d9efc4992ce80385b76fdea34b\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/8c5a77152c796c424a3f7f6d9fa31a999a7fe115d64c2acc93c4c0c014e6512a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/8c5a77152c796c424a3f7f6d9fa31a999a7fe115d64c2acc93c4c0c014e6512a?s=96&d=mm&r=g\",\"caption\":\"John Zablocki, NET. SDK Developer, Couchbase\"},\"description\":\"John Zablocki is a NET. SDK Developer at Couchbase. John is also the organizer of Beantown ALT.NET and a former adjunct at Fairfield University. You can also check out the book on Amazon named \\\"Couchbase Essentials\\\" which explains how to install and configure Couchbase Server.\",\"url\":\"https:\/\/www.couchbase.com\/blog\/pt\/author\/john-zablocki\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Introducing the Couchbase .NET Client Library 1.0 - The Couchbase Blog","description":"Saiba mais sobre o Couchbase Server 1.8 e a .NET Client Library 1.0. Portanto, fique de olho neste blog para obter as amostras e informa\u00e7\u00f5es mais recentes.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.couchbase.com\/blog\/pt\/introducing-couchbase-net-client-library-1-0\/","og_locale":"pt_BR","og_type":"article","og_title":"Introducing the Couchbase .NET Client Library 1.0","og_description":"Learn more about the Couchbase Server 1.8 and the .NET Client Library 1.0. So keep an eye on this blog for the latest samples and information.","og_url":"https:\/\/www.couchbase.com\/blog\/pt\/introducing-couchbase-net-client-library-1-0\/","og_site_name":"The Couchbase Blog","article_published_time":"2014-12-16T19:34:57+00:00","article_modified_time":"2023-08-11T06:41:02+00:00","author":"John Zablocki, NET. SDK Developer, Couchbase","twitter_card":"summary_large_image","twitter_misc":{"Written by":"John Zablocki, NET. SDK Developer, Couchbase","Est. reading time":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/#article","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/"},"author":{"name":"John Zablocki, NET. SDK Developer, Couchbase","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/ee312fb775c13d20a32f1d455888a282"},"headline":"Introducing the Couchbase .NET Client Library 1.0","datePublished":"2014-12-16T19:34:57+00:00","dateModified":"2023-08-11T06:41:02+00:00","mainEntityOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/"},"wordCount":363,"commentCount":2,"publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","articleSection":["Uncategorized"],"inLanguage":"pt-BR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/","url":"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/","name":"Introducing the Couchbase .NET Client Library 1.0 - The Couchbase Blog","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/#primaryimage"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","datePublished":"2014-12-16T19:34:57+00:00","dateModified":"2023-08-11T06:41:02+00:00","description":"Saiba mais sobre o Couchbase Server 1.8 e a .NET Client Library 1.0. Portanto, fique de olho neste blog para obter as amostras e informa\u00e7\u00f5es mais recentes.","breadcrumb":{"@id":"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/#primaryimage","url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","contentUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","width":1800,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/www.couchbase.com\/blog\/introducing-couchbase-net-client-library-1-0\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.couchbase.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Introducing the Couchbase .NET Client Library 1.0"}]},{"@type":"WebSite","@id":"https:\/\/www.couchbase.com\/blog\/#website","url":"https:\/\/www.couchbase.com\/blog\/","name":"Blog do Couchbase","description":"Couchbase, o banco de dados NoSQL","publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.couchbase.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/www.couchbase.com\/blog\/#organization","name":"Blog do Couchbase","url":"https:\/\/www.couchbase.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png","contentUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png","width":218,"height":34,"caption":"The Couchbase Blog"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/ee312fb775c13d20a32f1d455888a282","name":"John Zablocki, NET. SDK, Couchbase","image":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/201925d9efc4992ce80385b76fdea34b","url":"https:\/\/secure.gravatar.com\/avatar\/8c5a77152c796c424a3f7f6d9fa31a999a7fe115d64c2acc93c4c0c014e6512a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8c5a77152c796c424a3f7f6d9fa31a999a7fe115d64c2acc93c4c0c014e6512a?s=96&d=mm&r=g","caption":"John Zablocki, NET. SDK Developer, Couchbase"},"description":"John Zablocki is a NET. SDK Developer at Couchbase. John is also the organizer of Beantown ALT.NET and a former adjunct at Fairfield University. You can also check out the book on Amazon named \"Couchbase Essentials\" which explains how to install and configure Couchbase Server.","url":"https:\/\/www.couchbase.com\/blog\/pt\/author\/john-zablocki\/"}]}},"authors":[{"term_id":8980,"user_id":22,"is_guest":0,"slug":"john-zablocki","display_name":"John Zablocki, NET. SDK Developer, Couchbase","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/8c5a77152c796c424a3f7f6d9fa31a999a7fe115d64c2acc93c4c0c014e6512a?s=96&d=mm&r=g","author_category":"","last_name":"Zablocki","first_name":"John","job_title":"","user_url":"","description":"John Zablocki \u00e9 um desenvolvedor NET. SDK Developer na Couchbase. John tamb\u00e9m \u00e9 o organizador do Beantown ALT.NET e ex-adjunto da Fairfield University.\r\nVoc\u00ea tamb\u00e9m pode conferir o livro na Amazon chamado \"Couchbase Essentials\", que explica como instalar e configurar o Couchbase Server."}],"_links":{"self":[{"href":"https:\/\/www.couchbase.com\/blog\/pt\/wp-json\/wp\/v2\/posts\/1650","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.couchbase.com\/blog\/pt\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.couchbase.com\/blog\/pt\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/pt\/wp-json\/wp\/v2\/users\/22"}],"replies":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/pt\/wp-json\/wp\/v2\/comments?post=1650"}],"version-history":[{"count":0,"href":"https:\/\/www.couchbase.com\/blog\/pt\/wp-json\/wp\/v2\/posts\/1650\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/pt\/wp-json\/wp\/v2\/media\/13873"}],"wp:attachment":[{"href":"https:\/\/www.couchbase.com\/blog\/pt\/wp-json\/wp\/v2\/media?parent=1650"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/pt\/wp-json\/wp\/v2\/categories?post=1650"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/pt\/wp-json\/wp\/v2\/tags?post=1650"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/pt\/wp-json\/wp\/v2\/ppma_author?post=1650"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}