Questions tagged [sisodb]

Sisodb is a document oriented provider for Sql-Server & SqlCe4

SisoDb is, according to its website, a document-oriented db-provider for Sql-Server written in C#. It lets you store object graphs of POCOs without having to configure any mappings. Each entity is treated as an aggregate root and will get separate tables created on the fly.

3 questions
2
votes
1 answer

does sisoDB use sql server database to store data

I'm looking for a NoSQL database to use with asp.net , and I came to sisoDB . but as I understood it uses Sql server to save data and so it can use sql server features like security and ... . is it correct ? and what are pros and cons of this…
mohsen dorparasti
  • 8,107
  • 7
  • 41
  • 61
1
vote
1 answer

StackOverflow exception with SisoDB while storing a FileInfo entity

This questions refers to the SisoDB - an SQL-Server-based document database written in C#. I am trying to store a FileInfo entity to the database. In order to avoid (potential) circular references I define the interface for the fields I…
Alexander Galkin
  • 12,086
  • 12
  • 63
  • 115
0
votes
1 answer

Type or namespace is not found Error when deploying the website

the website works nice on local system but when I deploy it , an exception throws that : CS0234: The type or namespace name 'ISisoDatabase' does not exist in the namespace 'SisoDb' (are you missing an assembly reference?) ? it's a shared host by…
mohsen dorparasti
  • 8,107
  • 7
  • 41
  • 61