At my workplace, we just stumbled upon the problem where we need to create a sort of inventory application which stores different types of properties for each object and with the capability to dynamically handle properties/columns, i.e. we don't want to have to modify the application every time a new property for an existing object (say, now we need to take into account bluetooth hardware!) or when a new object altogether comes up (now we need to take into account gamepads!). These objects would of course have to be readable as well as editable.
Although we are traditional-SQL-centric (Oracle, MySQL, MSSQL), I am not against the possibility of doing it any other way (say, NoSQL), for which we have never dealt with and are kind of oblivious to. We would however need to develop using ASP.NET MVC.
Any guidance will be much appreciated. :)