Etiqueta: ASP.NET

ASP.NET with Couchbase: Getting Started
ASP.NET is the development platform that most Microsoft developers use. At the Couchbase Connect Silicon Valley 2017 conference, I spoke to some .NET developers in a workshop. I asked them what type of content they’d like to see me create...

Distributed session management with ASP.NET Core and Couchbase
Distributed session is a way for you to store your session state outside of your ASP.NET Core application. Using Couchbase to store session state can help you when you need to scale your web site, especially if you don’t want...

Dependency Injection with ASP.NET Core and Couchbase
Dependency Injection is a design pattern that makes coding easier. It saves you the hassle of instantiating objects with complex dependencies, and it makes it easier for you to write tests. With the Couchbase.Extensions.DependencyInjection library (GitHub), you can use Couchbase...

Armazenamento em cache distribuído com ASP.NET Core e Couchbase
Distributed caching can help to improve performance of an ASP.NET Core application. This is especially true for an ASP.NET application that’s deployed to a server farm or scalable cloud environment. Using Couchbase Server for caching is one of the many...

ASP.NET with NoSQL Workshop
I delivered an ASP.NET with NoSQL workshop at the recent Indy.Code() conference in Indianapolis. I had a lot of fun at this conference, and I recommend you go next year. If you were unable to attend, don’t worry, because I’ve...

Recursos do SDK - Novos para o Couchbase 4.6
Junto com a versão 4.6 do Couchbase Server desta semana, temos uma versão super recheada com vários novos recursos do SDK para ajudá-lo a simplificar o desenvolvimento. Desde estruturas de dados gerenciadas com eficiência até o suporte mais recente para .NET Core, é hora de atualizar para...

Mudança do SQL Server para o Couchbase Parte 1: Modelagem de dados
Nesta série de postagens do blog, apresentarei as considerações sobre a mudança para um banco de dados de documentos quando você tem um histórico relacional. Especificamente, o Microsoft SQL Server em comparação com o Couchbase Server. Em três partes, vou...

Getting Started with GeoJSON, Couchbase, .NET, and Google Maps
This is a guest post by Calvin Allen. Calvin is a .NET developer in Columbus, OH that enjoys designing software that not only solves business problems, but it easy to use, on budget, and on time. If he isn’t designing...

Houston User Group Visits – October 2016 (Videos)
I spent nearly a week in Texas, visiting four user groups and talking about Couchbase as much as possible. The second two days of the week I spent in Houston. Here are the videos: Houston.js Group – I Have a...

.NET and Couchbase – October 2016, New York Code Camp (video)
I was a speaker at the Code Camp NYC conference on October 8, 2016. My topic was Full Stack Development with .NET and NoSQL. The organizers and venue allowed me to record the session, and so I’ve posted it on...

.NET and Couchbase – July 2016, Findlay Ohio (video)
I was a guest speaker at the FANUG (Findlay Area .NET User Group) on July 26, 2016. My topic was Full Stack Development with .NET and NoSQL. The group and venue kindly allowed me to record the session, and so...

Couchbase on ASP.NET MVC (Video)
This video will walk you through the basics of using Couchbase in your ASP.NET MVC application. You will need to have Couchbase Server already installed to follow along. I’ve already created a video to show you how to install Couchbase...