.net-micro-framework
Dynamics of the using keyword
Consider the following code: // module level declaration Socket _client; void ProcessSocket() { _client = GetSocketFromSomewhere();[详细]
2022-12-24 19:15 分类:问答Is using an arraylist of chars faster for performing multiple string concatenation?
I\'m using the .Net micro framework so the StringBuilder is not available. I have seen some code from apt professionals to use an Arraylist of chars to concat and build strings, as opposed to the + o[详细]
2022-12-11 12:48 分类:问答Initializing ArrayList with constant literal
Can the ArrayList below be initialized directly wi开发者_运维问答thout the need for aFileExt string array?[详细]
2022-12-11 11:12 分类:问答Serving Silverlight apps from the webserver
I am building my own web server and want to serve from it a Silverlight application.Is there anything else I have to do besides setting the mime type and pushing the application through the wire?[详细]
2022-12-10 14:06 分类:问答You are not so tough without your car. Fastest lookup list
I have a collection of structures.Each structure has 2 keys.If I query using key #1, I should get key #2 in return and vice versa.[详细]
2022-12-08 08:26 分类:问答