PDA

View Full Version : C# Datasheet Organizer



Smartzkid
05-19-2012, 12:13 AM
I started writing this application because I needed a way to organize my electronic datasheets without renaming them. It stores file names and a bunch of metadata. Eventually, I would like to turn this into an inventory tracking system, but that's low priority. My main goal right now is to achieve baseline functionality for sorting and searching datasheets. After that, I'll refactor a bit and add the inventory bits.

This is built with VS2011 on .NET 4.5, Entity Framework 5, and Sql Server CE 4. I'm using POCO objects so I don't have to think about the database.

Keep in mind this was started yesterday, so it doesn't do much. Both the GUI & the UX suck.

If you're interested, it's on GitHub: https://github.com/GeorgeHahn/Document-Organizer

Kyle Undefined
05-19-2012, 12:38 AM
Oh that's neat! I'll have to get the VS2011 Beta! :)