Architecture suggestions on a multi-project multi-database ‘intranet’
Here is the situation I have inherited:
How should I structure a C# application that reads & writes binary data?
I have to read and write binary “chunks” of approximately 1Mb each. The data can come in the form of a stream or a in-memory byte[]
.
How should I structure a C# application that reads & writes binary data?
I have to read and write binary “chunks” of approximately 1Mb each. The data can come in the form of a stream or a in-memory byte[]
.
How much business logic should the database implement?
Want to improve this post? Provide detailed answers to this question, including citations and an explanation of why your answer is correct. Answers without enough detail may be edited or deleted. I’ve worked in some projects where most of the business logic was implemented on the database (mostly through stored procedures). On the other side, […]
How much business logic should the database implement?
Want to improve this post? Provide detailed answers to this question, including citations and an explanation of why your answer is correct. Answers without enough detail may be edited or deleted. I’ve worked in some projects where most of the business logic was implemented on the database (mostly through stored procedures). On the other side, […]
Design Structure/Data Structure thoughts needed
I am reading a Binary file, it has several blocks, each block has different names/data. Some of this data is string value, date, datetime, time but most of them are integer value.
Design Structure/Data Structure thoughts needed
I am reading a Binary file, it has several blocks, each block has different names/data. Some of this data is string value, date, datetime, time but most of them are integer value.
Design Structure/Data Structure thoughts needed
I am reading a Binary file, it has several blocks, each block has different names/data. Some of this data is string value, date, datetime, time but most of them are integer value.
Design Structure/Data Structure thoughts needed
I am reading a Binary file, it has several blocks, each block has different names/data. Some of this data is string value, date, datetime, time but most of them are integer value.
Design Structure/Data Structure thoughts needed
I am reading a Binary file, it has several blocks, each block has different names/data. Some of this data is string value, date, datetime, time but most of them are integer value.