DEV Community

Discussion on: How YOU can build a Serverless C# .Net Core API in no time, with bindings and a Database

Collapse
 
ferdeen profile image
Ferdeen Mughal

Hi Chris,

Really good article!

The first c# class example, Id should be of type string, not int.(As I was getting an Exception binding Parameter 'bookmark'. Newtonsoft.Json: Could not convert string to integer).

I'm attempting this demo in vs2019.

Cheers,

Ferdeen

Collapse
 
softchris profile image
Chris Noring

hi Ferdeen.. Yes I've noticed myself. The code is changed later in the article, I missed that first instance. I'll update.. Sorry you got stuck.