Visual tools for documenting MVC projects? [closed] - model-view-controller

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I have recently started using Coldbox and Kohana frameworks in my projects, but cannot make my mind about a visual tool to document the project. I am using Visual Paradigm (UML) and yEd (free-form), but will be happy to try something else if it makes capturing MVC-like relationships among elements easier.
Any suggestion on visual tools (and best practices) for documenting MVC projects are much appreciated.

I like Violet for UML modeling. It's simple and lightweight, but gives me everything I need. (I'm actually working on a big class diagram right now.)

Related

What is the best reporting tool for ASP.NET MVC3? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I have been using ASP.NET MVC 3 for a while to implement a testing application. Now I am at a point where I need a reporting tool to see and compare percentages of performances of different people over a period of time using a line graph. Can anyone please suggest an efficient reporting tool which works great with MVC3 ... Thank you for the help.
SQL Server reporting service views and rdl file types are available right within an MVC3 project. They don't require a SSRS server and can be designed right within Visual Studio. Quickest and easiest solution.. and free.

Book Request: Windows Apps from Scratch [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am completely new to creating Windows applications so I bought Professional Visual Studio 2010 to get started, but it's basically an overview of working with Visual Studio 2010 and not the "build an app from scratch for dummies" book I thought it was going to be.
Anyway, I was wondering if anyone could recommend a good book that offers a beginner level walk-through of creating a Windows application in C# from scratch so I can see the whole process from start to finish. Doing this by myself, it's much easier for me to learn by doing than to learn by theory.
Any suggestions would be greatly appreciated.
Take a look at Sams Teach Yourself Visual C# 2010 in 24 Hours.
Disclaimer: I am the author of the referenced book, so this is obviously a slightly biased answer.

Tool to visualize YAML files and model classes [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I'm working with Symfony and Doctrine ORM, and I'm wondering if there's tool/plugin for Netbeans that will allow me to visualize my schema.yml and model classes, sort of along the lines of Visual Studio's entity framework.
If you don't mind it is not plug-in for Netbeans try ORM Designer.
It is a stand-alone application, but it has the functionality you need. With it you can import and visualize your Yaml schema and you can even edit it the same way as in Visual Studio.
I don't know why does netbeans not let you see the schema.yml file, but you can open it with many regular applications like notepad or gedit if you want.

Looking for specific Visual Studio 2010 add-in for refactoring [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm looking for an add-in, preferably free, that would reorganize my messy order of fields, properties, methods and place them into contextual region tags such as: Private Fields, Properties, Static Methods, Internal Methods, Events, etc.
I've seen this somewhere once, but I can't find it anywhere now.
Please help.
Are you really looking for a refactoring tool? It sounds rather like you need a tidy-up tool.
Check Regionerate: http://www.rauchy.net/regionerate/.
Yes, I think you can do that. Unfortunately, I can't remember any refactoring plugin for free. I like Resharper ( http://www.jetbrains.com/resharper/ ) which is the most popular one. And also heard about Code Rush ( http://www.devexpress.com/Products/Visual_Studio_Add-in/Coding_Assistance/ )

Visual studio IDE Books [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I wants to know in detail about how to debug efficiently in visual studio IDE. For this I wants to know the name of any good book on Visual studio IDE in relevant to C++ not C#.
I do need suggestion on this.
Thanks!
It's not a book, but a good link from ScottGu on this subject: Debugging Tips with Visual Studio 2010
John Robbin's book was pretty good for all-purpose debugging.
I don't know about this book being used for a simple UI tutorial, but he gives a lot of information about how to get a debugger anywhere you need it, and what sorts of things are useful to look at.
http://www.microsoft.com/mspress/books/5822.aspx

Resources