Fast Failover with Couchbase Server 5.0
Fast failover is a new feature of Couchbase Server 5.0. This blog post demonstrates with a .NET Core console application and a Docker cluster.
Powershell with the Couchbase REST API
Use PowerShell to interact with the Couchbase Server REST API. You can use Invoke-WebRequest like curl to make HTTP requests.
Distributed caching with ASP.NET Core and Couchbase
Distributed caching can provide performance and scalability benefits to your ASP.NET Core application. It's easy with Couchbase Server.
Aggregate grouping with N1QL / MapReduce
Aggregate grouping (similar to GROUP_CONCAT) can be done in Couchbase Server with N1QL's ARRAY_AGG or with a MapReduce View.
Azure: Getting Started is Easy and Free
Learn how to get started with Azure. It's easy and free. You'll be provisioning Virtual Machines, and running Couchbase Server in no time.
Azure Functions with Couchbase Server
Azure Functions are Microsoft's answer to "serverless". With this post, you'll develop, deploy, and interact with Couchbase with Azure Functions.
SQL Server and Couchbase side-by-side (video)
SQL Server and Couchbase Server compared and contrasted within an ASP.NET MVC web application. Entity Framework and Linq2Couchbase are also used.
Converting XML to JSON In C# Using Json.NET
Follow the necessary steps to convert XML to JSON in C# using Json.NET with this guide from Couchbase. We are here to make data work best for you.
Documentation Contribution and Improvements
Documentation is being improved. The build process, backporting, review improvements are making it easier to contribute to documentation in the process.
Tooling Improvements in Couchbase 5.0 Beta
Tooling improvements have come to Couchbase 5.0. This post covers visual query plans, query monitoring, improved UX/UI, and import/export tools.
Logging with Log4Net and Common Logging
How to use Common.Logging with a logging tool like log4net to log and help debug Couchbase .NET SDK activity.
Authentication and Authorization with RBAC in .NET
Examples of using the Couchbase .NET SDK with the new authentication and authorization features of Couchbase Server 5.0
Top Posts
- Data Modeling Explained: Conceptual, Physical, Logical
- Data Analysis Methods: Qualitative vs. Quantitative Techniques
- What are Embedding Models? An Overview
- Application Development Life Cycle (Phases and Management Models)
- What Is Data Analysis? Types, Methods, and Tools for Research
- App Development Costs (A Breakdown)
- Data Normalization vs. Denormalization Comparison
- What are Vector Embeddings?
- High Availability Architecture: Requirements & Best Practice...