Stories recently tagged with 'NoSql'

Use Capped collection on MongoAppender for Log4Net(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 3 days, 7 hours ago

How to create Capped Collection with C# code, to make log4Net appender directly create capped collection if the collection does not already exists read more...

add a comment |category: |Views: 1

tags: another

A recipe for Dev to Production with ASP.NET MVC and RavenDB(devdirective.com)

submitted by RobertTheGreyRobertTheGrey(447) 1 month, 26 days ago

Been meaning to spend time looking into a NOSQL solution, but don't have time to do the research? Now is your chance! We've broken it down for you so you can get at this topic from dev to production. So, don't be tentative and let procrastination hold you back. Learn this stuff! You'll be happy you gave it the time it deserves... read more...

2 comments |category: |Views: 244

tags: another

Renaming a property in RavenDb with HTTP API(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 3 months, 6 days ago

How to rename a property in RavenDb Documents with HTTP API and set-based operation. read more...

add a comment |category: |Views: 2

tags: another

Meet RaptorDB(www.codeproject.com)

submitted by dpetersondpeterson(4397) 4 months, 8 days ago

What is RaptorDB? RaptorDB is an embedded, NoSQL, multi-threaded, leight-weight, persisted key-value store that is FAST. Check out this in-depth article by Mehdi Gholam and learn all about it. read more...

add a comment |category: |Views: 301

tags: another

NoSQL No More: Let’s double down with MoreSQL(tatiyants.com)

submitted by atatiyanatatiyan(127) 4 months, 16 days ago

For far too long now I have sat idly by as the NoSQL movement spread across our industry. One after another, these so-called “databases” with weird names have been attacking the sanctity of my beloved relational databases. The time has come to stand up to the scourge of NoSQL. Today, I am calling on developers everywhere to join a new movement dedicated to bringing back the golden era of relational databases: MoreSQL. read more...

add a comment |category: |Views: 21

tags: another

Thread-safe file-based B+Tree written in C# managed code(csharptest.net)

submitted by csharptestcsharptest(28) 6 months, 9 days ago

Sometimes a database is just overkill. If you're looking for quick and easy key/value store for use in your .NET project check out BPlusTree. It provides an IDictionary<TKey,TValue> implementation based on a disk or memory backed b+tree. Check out the performance and benchmarks there. read more...

2 comments |category: |Views: 71

tags: another

Your first app with CouchDB and relax-net(marcinbudny.blogspot.com)

submitted by busiorbusior(80) 7 months, 20 days ago

This is a tutorial that will show you how to create a simple tagged gallery ASP.NET MVC web app using CouchDB as a data store and relax-net as data access layer. It requires that you understand basic concepts behind CouchDB and have knowledge of ASP.NET MVC. read more...

add a comment |category: |Views: 27

tags: another

NLog.MongoDB - A MongoDB Target for NLog(blog.logrythmik.com)

submitted by JasonWickerJasonWicker(20) 7 months, 24 days ago

A simple NLog target for persisting logs to MongoDB. read more...

1 comment |category: |Views: 23

tags: another

Setting up RavenDB as an IIS application by pictures.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 1 year, 5 months ago

Steps to set up RavenDB as an IIS application. read more...

add a comment |category: |Views: 40

tags: another

Poyomi’s architecture: .NET meets NoSQL and RabbitMQ(blog.whiletrue.com)

submitted by bh213bh213(255) 1 year, 8 months ago

Article on using ASP.NET MVC with NoSql (CouchDb) and RabbitMQ. read more...

add a comment |category: |Views: 363

tags: another

Cassandra Jump Start For The Windows Developer(www.coderjournal.com)

submitted by zigamorphzigamorph(3319) 2 years, 1 month ago

Cassandra is an open source distributed database management system. It is an Apache Software Foundation top-level project, as of February 17, 2010, designed to handle very large amounts of data spread out across many commodity servers while providing a highly available service with no single point of failure. It is a NoSQL solution that was initially developed by Facebook and powers their Inbox Search feature. Jeff Hammerbacher, who led the Facebook Data team at the time, has described Cassandra as a BigTable data model running on an Amazon Dynamo-like infrastructure. read more...

add a comment |category: |Views: 427

tags: another

MongoDB provider for Blogengine.net, saving an entity.(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 2 years, 2 months ago

In the second part of this multi part serie, we finally save something to the database. We refactor our code and we set the foundations for further work on the select and mapping features. read more...

add a comment |category: |Views: 43

tags: another

Dynamic Programmer - Creating a MongoDB provider for Blogengine.Net 1(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 2 years, 2 months ago

In this multipart serie, I will create a MongoDB provider for BlogEngine.Net I will explore the problems and solutions I find during the development process. I will use mostly a test first approach and all the code is public in Codeplex for you to follow along. read more...

add a comment |category: |Views: 37

tags: another

Dynamic Programmer - Creating a MongoDB provider for Blogengine.Net 1(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 2 years, 2 months ago

MongoDb is a document oriented database, identified as part of the NoSql movement. In this series of post I will try to create a provider to use with the open source blogging engine Blogengine.net read more...

add a comment |category: |Views: 19

tags: another