All blog posts tagged ".net"

NancyFx: Live editable views with RavenDB

3 min read

When building a website with NancyFX by default views are loaded from the file system - pretty much like with all MVC-based websites. While NancyFX also supports loading views embedded in assemblies as resources , both options require re-deploying of actual files when something in the view needs upd...

RavenDB Consultancy & Training

I've been working as a core developer for RavenDB for quite a while, writing core features, providing support to users and customers, and co-authored and delivered the official 2-day RavenDB Workshop. Starting October (today...) I'm offering on-site and remote RavenDB consultancy services, as an ind...

Geo-spatial searches with RavenDB

6 min read
For quite a while RavenDB had geo-spatial search capabilities, but ever since it was introduced it was limited to finding documents with latitude and longitude within a radius from a given point. In the past few weeks I was working on revamping the Lucene.Net spatial module, and earlier this week th...

The philosophy behind NAppUpdate

8 min read
About 2 years ago I was building a .NET desktop application, and needed an easy way to allow it to auto-update itself. I looked for libraries that do that, and all I could see was either complicated, commercial, or geared towards a very particular (usually common) use case. I didn't want anything of...

WMS: Rethinking our need for CMS

5 min read
Traditionally, Content Management Systems are about Content. Whenever Data that is not simply a content page was going to be persisted in a CMS, you'd somehow fit it in a Content entity, keeping the thought process always at "how would it look to the end user", never treating it as actual data. Sure...

Showing 10 posts out of 47 total, page 3

Previous page Next page