[Mono-dev] Porting .NET application (Namespaces)

Stifu stifu at free.fr
Wed Jun 30 09:51:57 EDT 2010


You don't have to do either.
Keep your System namespaces. The Mono namespace exists, but it consists of
extra classes, not replacements for the core System ones. Also, apps
compiled with .NET will work with the Mono runtime, and vice versa, so
compiling your app with Mono is not a requirement.


djdeveloper wrote:
> 
> Hi all,
> 
> I'm asking myself how to port a C#.NET app to mono. Do i have to replace
> all the usual namespaces like e.g. "System.Data" with "Mono.Data" and so
> on? Or do I just have to compile using the mono compiler and that's all?
> If yes, what's the use of e.r. "Mono.Data" ?
> 
> Thank you very much in advance for your effort.
> 
> 
> 
> Best Regards!
> 

-- 
View this message in context: http://mono.1490590.n4.nabble.com/Porting-NET-application-Namespaces-tp2272722p2272726.html
Sent from the Mono - Dev mailing list archive at Nabble.com.


More information about the Mono-devel-list mailing list