This is targeted at Technical Leads and Architects, but Anyone can answer this - all thoughts are welcome - have fun with it.
I want to abstract a large database store (relational, OLTP) from the application layer by having the application consider the database as a service. The natural way of doing this is by calling sprocs, but tradit...
I am looking for a standalone application that will allow administrators to easily edit data in a structured format that is easy to parse (INI, YAML, JSON, etc). Although I can find very complex and sophisticated XML editors, I can't find anything simple - all I want is an application that will read a simple file and allow admins to edit...
Hi All,
I have a file that is in structured storage format.
I was wondering if this format be accessed concurrently by threads.
Meaning have multiple threads read the different streams process it at once. The objective is to load the file faster.
When i refer to a file i refer one that represents CAD information.
Thank you.
...
I need data that has a list of developer tools/programming languages, etc. I need it in some kind of format (xml, spreadsheet, db format, text etc) so I can programmatically create an autocomplete.
Any ideas?
Thanks!
...
I am using clearcanvas library to read and work with dicom files. However, as stated here http://www.clearcanvas.ca/dnn/Community/Forums/tabid/69/aff/8/aft/14041/afv/topic/afpg/1/Default.aspx they don't support dicom structured reports yet. Do you know any other free .net library or dll which I can use for that? Do you have any other sug...
So to illustrate:
| Category A | Category B | C |
| A.A | A.B | A.A | A.B | |
| A.A.A | A.A.B | A.B.A | A.B.B | B.A.A | B.A.B | B.B.A | B.B.B | |
I need a header that looks somewhat like this and I was wondering if there's a way to do it other th...