robashton

Stories submitted by robashton

SLJS - A Silverlight to HTML/JS Converter(codeofrob.com)

submitted by robashtonrobashton(384) 10 months, 27 days ago

Announcing the birth of an open source project designed to bring Silverlight to the web. read more...

add a comment |category: |Views: 4

tags: another

RavenDB - Implementing a Real-time tag search(codeofrob.com)

submitted by robashtonrobashton(384) 1 year, 7 months ago

Continuing on with the RavenDB Image Gallery project, we look at implementing a "search as you type" tag search for the web browser. read more...

add a comment |category: |Views: 27

tags: another

CQRS with a single datastore using RavenDB - Entity Patterns(codeofrob.com)

submitted by robashtonrobashton(384) 1 year, 7 months ago

An anally retentive look at the various options available when exposing logical entities to the domain and keeping commands and queries separate. Do you wrap the documents with entities, or use the documents as entities? The debate rages on. read more...

add a comment |category: |Views: 245

tags: another

RavendB and StructureMap (Image Gallery Project Part III)(codeofrob.com)

submitted by robashtonrobashton(384) 1 year, 7 months ago

Ongoing series about utilising RavenDB in an ASP.NET MVC project, this entry looks at managing RavenDB usage with StructureMap and fitting that into the page lifecycle read more...

add a comment |category: |Views: 66

tags: another

RavenDB Image Gallery (II) - Setting up the project(codeofrob.com)

submitted by robashtonrobashton(384) 1 year, 7 months ago

Part of an ongoing series looking at utilising RavenDB within an MVC2 application, this entry looks at setting up the project, and the choices faced when downloading the RavenDB binaries read more...

add a comment |category: |Views: 18

tags: another

Sqlite-Csharp and NHibernate(codeofrob.com)

submitted by robashtonrobashton(384) 1 year, 11 months ago

Sqlite-csharp is a fully managed port of SQLite and because it's fully managed it can be used in both x64 and x86 assemblies without having to do anything nutty. Getting it working with NHibernate takes a bit of faffing, but it's worth it and these are the steps to do it. read more...

add a comment |category: |Views: 47

tags: another

CouchDb vs RavenDB - Map & Reduce(codeofrob.com)

submitted by robashtonrobashton(384) 1 year, 11 months ago

A comparison of the Map/Reduce systems in CouchDB and RavenDB and an explanation of quite how different they really are. read more...

add a comment |category: |Views: 464

tags: another

RavenDB vs CouchDB - Basic Queries(codeofrob.com)

submitted by robashtonrobashton(384) 1 year, 11 months ago

RavenDB and CouchDB are compared for their basic querying behaviour read more...

2 comments |category: |Views: 729

tags: another

RavenDB - What's the difference?(codeofrob.com)

submitted by robashtonrobashton(384) 1 year, 11 months ago

Intro to a series of posts comparing RavenDB against MongoDB and CouchDB read more...

add a comment |category: |Views: 36

tags: another

RavenDB - Handling stale indexes(codeofrob.com)

submitted by robashtonrobashton(384) 2 years ago

An overview of how to manage stale data in RavenDB read more...

add a comment |category: |Views: 15

tags: another

RavenDB – the HiLo what how and why(codeofrob.com)

submitted by robashtonrobashton(384) 2 years ago

A summary of the HiLo implementation in RavenDB and why it was put in there. read more...

add a comment |category: |Views: 40

tags: another

RavenDB – Basic usage considerations(codeofrob.com)

submitted by robashtonrobashton(384) 2 years ago

A summary of the common considerations to take when developing new applications against RavenDB read more...

add a comment |category: |Views: 28

tags: another

RavenDB - An Introduction(codeofrob.com)

submitted by robashtonrobashton(384) 2 years ago

An overview of the basic use of RavenDB, including storing documents, creating indexes and reporting over documents in the database. read more...

add a comment |category: |Views: 46

tags: another

A gotcha for those fluent<x> interfaces(codeofrob.com)

submitted by robashtonrobashton(384) 2 years, 1 month ago

A blog entry pointing out an important difference between using straight forward reflection and strongly typed lambdas to retrieve member information read more...

add a comment |category: |Views: 15

tags: another

AutoPoco 0.4 released - proper feature addition(codeofrob.com)

submitted by robashtonrobashton(384) 2 years, 1 month ago

AutoPoco 0.4 has been released, and contains features like automatic method invocation, rules-based convention support, object inheritance and a pile of new data sources for setting up those created objects. read more...

add a comment |category: |Views: 6

tags: another

AutoPoco v0.1 Released(codeofrob.com)

submitted by robashtonrobashton(384) 2 years, 1 month ago

AutoPoco is an object-graph factory for the easy creation of test data for unit/integration tests. read more...

add a comment |category: |Views: 24

tags: another