About C#
-
Hi I had a small discussion with my collegue about c# . Is c# is there before .net.IF so, where it can use . Now where can we use c# with out dot net WIth regards Vamsi.I
-
Hi I had a small discussion with my collegue about c# . Is c# is there before .net.IF so, where it can use . Now where can we use c# with out dot net WIth regards Vamsi.I
-
No not at this moment. But since the language is standardized I assume it would be possible.
"When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
-Atlas Shrugged, Ayn Rand -
Maximilien wrote:
You cannot use C# without the .net framework.
Except within Microsoft Research. See the Singularity OS.
Kevin
-
No not at this moment. But since the language is standardized I assume it would be possible.
"When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
-Atlas Shrugged, Ayn RandThe language spec defines a minimum class library for use with C#. And features like the garbage collection, C#'s way of exception handling and some other issues will always need a fairly complex runtime. But you can use it without .NET, you just need another runtime like Mono...
-
Hi I had a small discussion with my collegue about c# . Is c# is there before .net.IF so, where it can use . Now where can we use c# with out dot net WIth regards Vamsi.I
-
vamsi_inguva wrote:
Is c# is there before .net.
Yes, C# is before .NET. You hear people say C# .NET, but never .NET C# :-D