Visual studio IDE Books [closed] - visual-studio

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

Related

SFCC (demandware) Debugging [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
How I can debug Controllers or template in SFCC (Demandware) without Eclipse?
I know about atom debugger, but maybe you now something else, something more comfortable.
Please check VSC code editor and prophet debugger plugin. This is an alternative solution for SFCC development against to Eclipse IDE.
Also, you can check this post on xChange
As from now you can also use Jetbrains IDE with this plugin Salesforce B2C Commerce ​(SFCC)​ to debug your code(and even much more).
You can use Visual Studio Code with Package Prophet Debugger it is Free
Or use Jetbrains IDE with the plugin Salesforce B2C Commerce ​(SFCC)​ it is not free you must buy

Visual studio extension for capturing keystrokes [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 6 years ago.
Improve this question
I am interested in writing a visual studio extension that has hooks to allow me to capture keystrokes from the code editor and record them for use later. Visual studio extensions seem like a big topic so I am looking for some help getting started.
Is there a forum for visual studio extensions?
What type of extension should I create?
Are there any sample extensions that access keystrokes?
See for example the Text Macros extension that records characters that you type in the code editor.

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.

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 tools for documenting MVC projects? [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 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.)

Resources