.net-micro-framework Questions

1

Solved

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 ...
Contrastive asked 24/7, 2010 at 21:41

1

Solved

I'm building a .net-microframework app that uses Zeroconf. The existing zeroconf solutions all seem to either rely on dns-sd.dll or some other interop function of .net which is not supported in .ne...
Naashom asked 6/5, 2010 at 16:6

4

Solved

Consider the following code: // module level declaration Socket _client; void ProcessSocket() { _client = GetSocketFromSomewhere(); using (_client) { DoStuff(); // receive and send data Clos...
Infatuate asked 25/3, 2010 at 4:20

6

Solved

Can the ArrayList below be initialized directly without the need for aFileExt string array? private static string[] aFileExt = {"css", "gif", "htm", "html", "txt", "xml" }; private System.Collec...
Salzburg asked 12/11, 2009 at 15:36

2

Solved

A company I consult for is looking, at my urging, to switch to devices powered by the .NET Micro Framework, so that we can bring devices to the market faster. The idea, in theory at least, is that ...
Ossa asked 25/8, 2009 at 16:2

© 2022 - 2024 — McMap. All rights reserved.