SouthWorks Blogs
  • Home
  • About
Mauro Krikorian

Posts tagged with Availability, Big Data, Blob Storage, C#, Data Driven, Data structures, DB, Distributed Databases, Fakes, MapReduce, MongoDB, MVC, Neo4J, NoSql, ORM, Scalability, Table Storage, WebApi, Windows Azure

  • Data Driven Apps – State of the Art Techniques

    Published by mkrikorian on June 4th, 2013 12:04 pm under Availability, DB, Data Driven, Data structures, Distributed databases, Distributed systems, NoSQL, Scalability

    No Comments
    Recently I’ve been working with the Pattern and Practices group in a guide around Data Access focused on high scalability and availability of data driven applications. Through the book we show several DB families while analyzing their advantages and disadvantages when used in real life apps. The book is still in its final phase, but several drops have... read more
  • How to easily unit test MVC routes using Fakes

    Published by mkrikorian on March 15th, 2013 12:07 pm under Fakes, MVC, c#, unit testing

    No Comments
    In this short post I will show you how you can easily test your MVC routes using Fakes as mocking framework. Besides there is a lot of mocking frameworks you can choose to unit test your code, Fakes provides you the ability to mock almost any class within the framework, not just interfaces or virtual... read more
  • More NoSql stuff :: Couchbase from C#

    Published by mkrikorian on February 6th, 2013 6:33 pm under Couchbase, DB, Distributed databases, MapReduce, NoSQL, ORM, c#

    No Comments
    Continuing with my incursion in the NoSql database world, these days I’ve been playing with Couchbase installed on Windows 8 (after tackling several issues). Finally, after downloaded and installed it successfully, I’ve created a simple console application in C# to test its basis (as I did in my previous articles ‘Using MongoDB from C#‘ and ‘A little of... read more
  • A little of RavenDB

    Published by mkrikorian on February 1st, 2013 6:44 pm under DB, Distributed databases, MapReduce, NoSQL, ORM, RavenDB, c#

    No Comments
    Hi, a few days ago I published an article showing how you can easily use MongoDB under C#. In this article I mainly plan to show the same operations or features, but using RavenDB. As this database is built in C# it will be easier to integrate it a native C# client. Besides both databases have very similar... read more
  • Using MongoDB from C#

    Published by mkrikorian on January 29th, 2013 6:44 pm under DB, Distributed databases, MapReduce, MongoDB, NoSQL, ORM, c#

    2 Comments
    Today I’ve been playing a little with MongoDB, and after enjoyed triggering a few commands from Mongo’s console, I decided to download, build and try the C# driver. Build it and use it is pretty straightforward, and in a couple of minutes you can be playing with your local database from a C# console application. So I... read more
  • NHibernate mappings tips using an Alternative Key

    Published by mkrikorian on January 28th, 2013 2:11 pm under DB, NHibernate, ORM, c#

    No Comments
    Recently I’ve been working with NHibernate, and besides configuring trivial mappings, I had to deal with some not so trivial: when I wanted to link to tables using an alternative key between them. In this short post I’ll resume the necessary steps to do this in case you need to do it too (in a... read more
  • User defined fields (UDF) with Windows Azure Table Storage using Azure SDK

    Published by mkrikorian on September 12th, 2012 12:34 am under Data Extensibility, Reflection, Table Storage, UDF, Windows Azure, c#

    No Comments
    Lately, I’ve been working with the P&P group and something came up requiring to do Data Extensibility within Azure Table Storage. As this storage model is different to traditional DB schemas, we’ve found a similar approach relying on reflection and continued using the Microsoft.WindowsAzure.StorageClient assembly provided by Azure’s SDK. The problem to solve is how... read more
  • Using Microsoft Trust Services to protect a shared resource

    Published by mkrikorian on August 8th, 2012 7:08 pm under Data Encryption, Security, Windows Azure, c#

    No Comments
    Microsoft Codename “Trust Services” lets several parties to encrypt/decrypt data over shared resources according to policies determined by an Administrator, where none of the parties have direct knowledge of the encryption key which is managed by a Trust Server. The Administrator, via an X509 certificate uploaded while provisioning a Trust Server, is the only one... read more

Popular Categories

Tags

Algorithms Alternative Key Availability Backbone.js Big Data Blob Storage C# Couchbase Data Driven Data Extensibility Data structures DB Distributed Databases EmberJs Encryption Express.js Fakes Javascript jQuery Mappings MapReduce MongoDB MVC Neo4J NHibernate NodeJs NoSql ORM PKI RavenDB routes Scalability Security Symmetric key Table Storage Troubleshooting UDF Underscore.js unit test WebApi Windows 8 Windows Azure

Archives

  • June 2013
  • March 2013
  • February 2013
  • January 2013
  • September 2012
  • August 2012
  • June 2012
  • May 2011
  • Home
  • About
RSS

Copyright © 2013 Southworks. All Rights Reserved.