|
-
Dec 15th, 2006, 06:48 AM
#1
Thread Starter
Hyperactive Member
Do you need a c# compiler?
Try sharp develop it is free and excellent
I know this is a strange post but I spent ages looking for a decent C# compiler that was free.
I just thought I would share this information with everyone 
http://www.icsharpcode.net/OpenSource/SD/
-
Dec 15th, 2006, 09:44 AM
#2
Re: Do you need a c# compiler?
SharpDevelop is not a C# compiler. It is basically an open source clone of Visual Studio, which is an IDE. The default C# compiler used by SharpDevelop is provided by the Microsoft .NET Framework (csc.exe).
If you were looking for a free (open source) C# compiler and .NET Framework look at Mono or Portable.NET.
Last edited by tr333; Dec 15th, 2006 at 10:02 AM.
-
Dec 15th, 2006, 10:54 AM
#3
Thread Starter
Hyperactive Member
Re: Do you need a c# compiler?
So microsoft did most of the work but #develop only did the IDE. Did microsoft not also design the .net framework
-
Dec 15th, 2006, 11:19 AM
#4
Re: Do you need a c# compiler?
 Originally Posted by singularis
Try sharp develop it is free and excellent
I know this is a strange post but I spent ages looking for a decent C# compiler that was free.
I just thought I would share this information with everyone
http://www.icsharpcode.net/OpenSource/SD/
spent ages looking for a free C# compiler???
You know Microsoft offers a C# IDE/Compiler 100% free:
http://msdn.microsoft.com/vstudio/express/visualcsharp/
-
Dec 15th, 2006, 11:21 AM
#5
Re: Do you need a c# compiler?
 Originally Posted by singularis
So microsoft did most of the work but #develop only did the IDE. Did microsoft not also design the .net framework 
his point was that the compiler that #develop uses is the one that Microsoft built. The one that is totally free from Microsoft and comes with the .NET framework/.NET SDK
all that #Develop is, is an IDE for writing code. It still uses Microsoft's framework and compiler.
But again, Microsoft started offering C# express for free, and while I am sure #develop is a good IDE, the Microsoft IDE is better.
-
Dec 15th, 2006, 12:11 PM
#6
Re: Do you need a c# compiler?
 Originally Posted by singularis
So microsoft did most of the work but #develop only did the IDE. Did microsoft not also design the .net framework 
Yes, Microsoft designed and wrote the .NET Framework. All of .NET is Microsoft.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Dec 15th, 2006, 03:49 PM
#7
Thread Starter
Hyperactive Member
Re: Do you need a c# compiler?
In order to use microsofts C# IDE you have to first register and then you get a web installer. I personally prefer #develop as it is one installation and I can easily install it to my offline laptop.
-
Dec 16th, 2006, 03:13 PM
#8
Re: Do you need a c# compiler?
 Originally Posted by singularis
In order to use microsofts C# IDE you have to first register and then you get a web installer. I personally prefer #develop as it is one installation and I can easily install it to my offline laptop.
that makes no sense.. you still had to download #develop in the first place, then you could use it offline. They same is true for C# Express. You download the web installer, when you run it, it downloads and installs the actual IDE and components you need, installs them, and off you go. You don't need to be online to use C# Express, so I don't see the difference there..
-
Dec 16th, 2006, 03:17 PM
#9
Re: Do you need a c# compiler?
You can even download the iso image of the CD and install it off line.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|