S

Santanu Sen's Under The Hood

I use this blog to keep notes as I delve deeper into the
technologies that interest me. I code the examples in these
posts to keep in touch with code.

  • Rated3.2/ 5
  • Updated 9 Years Ago

Recent blog posts from Under The Hood


A C# library for CouchDB
I was recently working on a .NET project that uses CouchDB v 1.6.1 as its database. As part of this project, I created this library to abstr......
9 Years Ago
BlogAdda
Error using cURL to POST or PUT data formatted in JSON in Windows
If you use cURL in a cmd.exe shell on Windows, an attempt to POST or PUT data formatted in JSON results in an error. An example: This is t......
9 Years Ago
BlogAdda
RESTful web service - versioning the API
This is the fourth post in this series of posts on RESTful web service. Part 1 , Part 2 , Part 3 In this post we discuss the need for v......
9 Years Ago
BlogAdda
RESTful web service - media types and resource representation
This is the third in this series of posts on RESTful web service. Part 1 , Part 2 , Part 4 In this post we will examine the role of int......
10 Years Ago
BlogAdda
RESTful web service - how do I design one?
This is the second post of the series on RESTful Web Service. Part 1 , Part 3 , Part 4 In this post we discuss how to design and build a......
10 Years Ago
BlogAdda
RESTful web service - what is this?
Many of us have, at some point or the other, created and consumed web services. Many of us have created and consumed RESTful (or REST) web s......
10 Years Ago
BlogAdda