Hi,
I found this table listing the limitations of the .NET Micro framework in embedded development, it states that generics are not available due to the size of the image this would create. The memory footprint needs to be below 300KB, and the inclusion of generics pushes the size over this limit.
Does this mean that any Micro framework code would need to go back to the ways of the ArrayList and related lack of type safety?
What other impacts would these limitations have on development using the .NET micro framework?
Thanks