[Mono-aspnet-list] Monodevelop decent for asp.net development?

jmalcolm malcolm.justin at gmail.com
Mon Aug 8 02:32:53 EDT 2011


LandoGilbot wrote:
> 
> Being a .net developer i decided to look into tools that will allow me to
> create asp.net web apps on a different OS since i'm not the biggest fan of
> Windows. I have been looking into mono but haven't really seen anything or
> any examples of web apps created with monodevelop. So my question is is
> Monodevelop a decent tool for creating web apps? There is very limited
> documents, examples books on this subject (Mono for .net development).
> 

It depends what you are looking for.

Remember that Mono is just .NET on other platforms. It does not matter if
you use Visual Studio, SharpDevelop, xacc, MonoDevelop, or Emacs to create
your code. It should build and run equally well on Windows, Mac, or Linux.
There is not much need for Mono specific web developer info.

MonoDevelop is patterned pretty closely after Visual Studio. If you are
comfortable with VS, I am sure you would pick-up MonoDevelop very quickly.
That said, although you can certainly click to "add controller" and the like
in your solution/project view, MonoDevelop does not have as many bells and
whistles for web dev as Visual Studio does.

MonoDevelop does not contain an ASP.NET visual forms builder or anything
like that. Also, the "new project" types are pretty bare bones and dated.
For example, the ASP.NET MVC project still assumes ASP.NET MVC 1.0.

That said, MonoDevelop will build your Visual Studio solution files
(including VS 2010) just fine. If you are the kind of person that writes
code rather than configures visual tooling, MonoDevelop should work well for
you.

I have created many ASP.NET and ASP.NET MVC (1, 2, and 3) apps using
MonoDevelop and it has always worked well for me. I tend not to rely too
much the visual and code generation capabilities of VS though so your
mileage may vary.

--
View this message in context: http://mono.1490590.n4.nabble.com/Monodevelop-decent-for-asp-net-development-tp3641657p3726211.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.


More information about the Mono-aspnet-list mailing list