Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

In-Memory DataTable / Data Storage in Hololens App

Hi everyone,

I am building a data-visualisation app for the hololens and need a way to store data in a flat table within the app. Preferably, I would need group-by capabilities on said table. I was planning on using a .net Datatable (from the System.Data namespace) however this seems to not be supported on the Hololens, as it is restricted by the .net core framework which does not include the DataTable type.

Resulting from this complication I have two questions:
1. Does anyone have experience with in-memory datatables on the Hololens? Are there any alternatives to DataTable or other data structures you recommend?
2. Does anyone have experience using third party .net libraries in the c#/unity development environment? If yes, what is the most straight forward way to add a library to the project? I was looking at deedle which might be able to get the job done for me

Tagged:
Sign In or Register to comment.