Microsoft webmatrix or Visual Studio 2010?

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
4/10/2012 11:31:08 PM
Gravatar
Total Posts 3

Microsoft webmatrix or Visual Studio 2010?

I am a windows forms application developer coding in VB and downloaded and installed mojoportal using the Microsoft Web Matrix and now I am wondering if I made a mistake and should be using  VS 2010. Pros and Cons? Can I trash the Matrix which seems  like bloat ware and go back to something more familier? Using 2008 VS.

4/12/2012 11:11:33 AM
Gravatar
Total Posts 18439

Re: Microsoft webmatrix or Visual Studio 2010?

To do custom development you need Visual Studio 2010. WebMatrix is only good for testing/trying out mojoPortal. When you install mojoPortal from WebMatrix you are getting it from the Web Application Gallery, the packages there are pre-compiled and contain no C# source code. WebMatrix is sort of a development tool but it is optimized for Razor Web Pages which are not really compatible with mojoPortal. It is still useful for local testing, some people install locally in webmatrix, create content and then use webmatrix to push it to hosting, though I'm not a big fan of that approach, I would just deploy it to hosting and make the content there.

See also:

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.