Click here to Skip to main content
15,915,019 members
Home / Discussions / C#
   

C#

 
GeneralRe: Custom date/time formating and string conversion Pin
Dan Neely9-Jan-06 10:18
Dan Neely9-Jan-06 10:18 
QuestionPlz tell me how to write to COM port Pin
Petrus_Alex9-Jan-06 3:26
Petrus_Alex9-Jan-06 3:26 
AnswerRe: Plz tell me how to write to COM port Pin
Colin Angus Mackay9-Jan-06 3:55
Colin Angus Mackay9-Jan-06 3:55 
AnswerRe: Plz tell me how to write to COM port Pin
Tom Wright9-Jan-06 9:31
Tom Wright9-Jan-06 9:31 
GeneralRe: Plz tell me how to write to COM port Pin
Petrus_Alex10-Jan-06 22:33
Petrus_Alex10-Jan-06 22:33 
QuestionToolStripStatusLabel problem Pin
rnvrnv9-Jan-06 3:04
rnvrnv9-Jan-06 3:04 
QuestionHow to call managed function from remote device? Pin
jayshml9-Jan-06 2:18
jayshml9-Jan-06 2:18 
AnswerRe: How to call managed function from remote device? Pin
spif20019-Jan-06 2:44
spif20019-Jan-06 2:44 
Features not supported in .Net Compact Framework

Being a subset of .Net Framework, not all features are supported by .Net Compact Framework. Following are some key features that are missing in compact framework.
[Reference 2]

1. ASP .Net: Primarily being a rich client platform, it doesn’t provide any ASP .Net support.
2. Assemblies and GAC: There is no support for multimodule assemblies.
3. COM Interoperability: Even though interoperability with COM objects is not supported, there are other ways of accessing a COM object. Platform Invoke method can be used to call native DLLs which in turn can access COM DLLs.
4. Asynchronous Delegates: Not supported.
5. Reflection: No support for System.Reflection.Emit namespace.
6. XML Web Services: Developers cannot host web services under .Net Compact Framework.
7. Remoting: Cannot develop Remoting applications.
8. Printing: No support for printing functionalities.
9. GDI+: Advance GDI support is missing in Compact Framework.
10. XML: XML Schema validations and XPath are not supported.

Taken from:
http://www.c-sharpcorner.com/Code/2004/June/DevelopCFApps.asp [^]

I'm in the high-fidelity first class traveling set.
And I think I need a Lear jet.


-- modified at 9:49 Monday 9th January, 2006
QuestionRetrieve hidden column Pin
PaulaM9-Jan-06 1:50
PaulaM9-Jan-06 1:50 
AnswerRe: Retrieve hidden column Pin
Robert Rohde9-Jan-06 3:04
Robert Rohde9-Jan-06 3:04 
QuestionWeb User Control Pin
karthik_dotnet19-Jan-06 1:46
karthik_dotnet19-Jan-06 1:46 
AnswerRe: Web User Control Pin
PrakashBhaskar12-Jan-06 18:49
PrakashBhaskar12-Jan-06 18:49 
QuestionWSE 2.0 Exception Pin
jdkulkarni9-Jan-06 1:23
jdkulkarni9-Jan-06 1:23 
QuestionTransparent image box Pin
ugurbil9-Jan-06 0:14
ugurbil9-Jan-06 0:14 
QuestionC# Performance Pin
MrEyes9-Jan-06 0:04
MrEyes9-Jan-06 0:04 
AnswerRe: C# Performance Pin
J4amieC9-Jan-06 0:09
J4amieC9-Jan-06 0:09 
AnswerRe: C# Performance Pin
krieg389-Jan-06 0:22
krieg389-Jan-06 0:22 
GeneralRe: C# Performance Pin
mav.northwind9-Jan-06 0:28
mav.northwind9-Jan-06 0:28 
AnswerRe: C# Performance Pin
Guffa9-Jan-06 4:13
Guffa9-Jan-06 4:13 
AnswerRe: C# Performance Pin
leppie9-Jan-06 0:54
leppie9-Jan-06 0:54 
GeneralRe: C# Performance Pin
MrEyes9-Jan-06 1:01
MrEyes9-Jan-06 1:01 
GeneralRe: C# Performance Pin
Colin Angus Mackay9-Jan-06 1:19
Colin Angus Mackay9-Jan-06 1:19 
GeneralRe: C# Performance Pin
MrEyes9-Jan-06 1:31
MrEyes9-Jan-06 1:31 
GeneralRe: C# Performance Pin
Mike Dimmick9-Jan-06 3:57
Mike Dimmick9-Jan-06 3:57 
GeneralRe: C# Performance Pin
MrEyes9-Jan-06 4:12
MrEyes9-Jan-06 4:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.