Skip to content

This repo contains demo code to work with RavenDb (V3.5 and V4.2) applying by C#

Notifications You must be signed in to change notification settings

juanonsoftware/RavendbDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About this repo

This repo contains demo code to work with Ravendb applying by C#

There are two console application targeting RavenDb V3.5 and V4.2

Search notes

Query<> will returns the whole list of items of the collection

RavenDb 3.5: search terms like: word1 AND word2 RavenDb 4.2: search terms like: "word1 word2" to search for a phrase

About

This repo contains demo code to work with RavenDb (V3.5 and V4.2) applying by C#

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages