Answered by:
Adding the open source .NET classes to the Compact Framework

Question
-
Has anyone tried adding some of the open source .NET classes that Microsoft put on Github to the Compact Framework?
So for example adding missing member functions of String? As long as the dependencies are satisfied I don't see why it wouldn't work but it just feels wrong...
Thanks
- Moved by Herro wongMicrosoft contingent staff Friday, November 13, 2015 2:50 AM
Thursday, November 12, 2015 8:51 PM
Answers
-
Hi EMG_Brady,
>>So for example adding missing member functions of String?
When we look into the source code of String class, http://referencesource.microsoft.com/, there is some action to manipulate the memory while in general .net environment, but not sure if we can do the same for Compact framework, basically it is kind of library that designed to run on resource constrained mobile/embedded device.
I would suggest you read into the .net framework source code to see if you can do the same on the compact framework.
--James
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- Proposed as answer by Jamles Hez Wednesday, November 25, 2015 9:11 AM
- Marked as answer by Jamles Hez Monday, December 7, 2015 5:45 AM
Tuesday, November 24, 2015 6:14 AM
All replies
-
Hi EMG_Brady,
.NET Compact Framework has its own forum, We will move your thread there for dedicated support.
Thank you for your understanding.
Best Regards,
Li WangWe are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.Friday, November 13, 2015 2:47 AM -
Hi EMG_Brady,
>>So for example adding missing member functions of String?
When we look into the source code of String class, http://referencesource.microsoft.com/, there is some action to manipulate the memory while in general .net environment, but not sure if we can do the same for Compact framework, basically it is kind of library that designed to run on resource constrained mobile/embedded device.
I would suggest you read into the .net framework source code to see if you can do the same on the compact framework.
--James
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- Proposed as answer by Jamles Hez Wednesday, November 25, 2015 9:11 AM
- Marked as answer by Jamles Hez Monday, December 7, 2015 5:45 AM
Tuesday, November 24, 2015 6:14 AM