Here are some details on ReUse Net Solution structure.
- Base folder – contains base code, same for all c-like languages (Java, C#, C++)
- Common folder – contains .NET common code, same for all .NET languages (C#, F#, VisualBasic)
- Utilities folder – contains .NET common code
- Common folder – contains .NET common code
There some base common code structures available in all ReUse frameworks :
- _ – common apps and code data and utilities static class
- Cx – common apps/code execution context, containing logging data
- Mx – common code methods execution context, defining code launch type – try/catch, measure performance
- f<…> – common functions delegates with multiple arguments
- v<…> – common void functions delegates with multiple arguments
- c<…> – common class union structures with multiple types
- s<…> – common functions delegates with multiple arguments