With this package you can create a code first approach in your Umbraco 7 installation.
You basically add our attributes to your classes and a Content Type will be generated.
This will match your poco and can be used easily in your view. So you can have a typed View in Umbraco, how cool is that.
For more details check out the github project: https://github.com/Qite/Umbraco-Inception
You also might wanna install the package through nuget: http://www.nuget.org/packages/Umbraco.Inception/ , it will be easier to get updates.
And I also recommand you download the Demo project on github: https://github.com/Qite/InceptionDemo