Welcome to collectivesolver - Programming & Software Q&A with code examples. A website with trusted programming answers. All programs are tested and work.

Contact: aviboots(AT)netvision.net.il

Buy a domain name - Register cheap domain names from $0.99 - Namecheap

Scalable Hosting That Grows With You

Secure & Reliable Web Hosting, Free Domain, Free SSL, 1-Click WordPress Install, Expert 24/7 Support

Semrush - keyword research tool

Boost your online presence with premium web hosting and servers

Disclosure: My content contains affiliate links.

39,940 questions

51,877 answers

573 users

Where can I find a free IDE for C# and VB.NET for Windows

1 Answer

0 votes

SharpDevelop (#develop) is a free IDE for C#, VB.NET, and Boo projects on Microsoft's .NET platform. It is open-source, and you can download both source code and executables.

Try SharpDevelop

 

Mono (mono-project) is a software platform designed to allow developers to easily create cross-platform applications. Mono is an open-source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime.

Try Mono

 

Visual Studio Express 2017 for Windows Desktop. Lets you take full advantage of Windows with XAML designers, a productive IDE, and a variety of programming languages including C#, Visual Basic, and C++. Choose between Windows Presentation Foundation (WPF), Windows Forms, and Win32, to target the Windows desktop with the right technology for your application and your skills.

Try Visual Studio Express 2017 for Windows

 

Visual Studio Community is a fully-featured, extensible, free IDE for creating modern applications for Android, iOS, and Windows, as well as web applications and cloud services. Write code in C#, Visual Basic, F#, C++, HTML, JavaScript, TypeScript, Python, and more.

Try Visual Studio Community

 

QuickSharp A minimalist IDE for Microsoft .NET QuickSharp is a streamlined integrated development environment for Microsoft's .NET platform. It provides a simple, uncluttered development approach that lets you get programming in an instant. QuickSharp may be downloaded free of charge from SourceForge.

Try QuickSharp

 

live long and coding...

 



answered Mar 22, 2015 by avibootz
edited Dec 24, 2024 by avibootz

Related questions

...