Problem : I’m experiencing an error when using the windows installer to install an event source in a product I […]
Tag: visual-studio
MS Visual Studio: How to exclude certain Project Folders from publishing?
Problem : I have certain folders which I want to keep in the project but not to include it in […]
Is there any way to convert .dll file to .cs files [duplicate]
Problem : This question already has answers here: How to decompile a .dll file created in VS.net (6 answers) Closed […]
How can I make some items in a ListBox bold?
Problem : In Visual c# Express Edition, is it possible to make some (but not all) items in a ListBox […]
Is there a Breakpoint Plugin for Visual Studio?
Problem : Background In some sufficiently large applications, you can spend more time figuring out how to drill down to […]
Await async TaskEx
Problem : What is TaskEx? In http://www.i-programmer.info/programming/c/1514-async-await-and-the-ui-problem.html?start=1 or await TaskEx.Delay or Await async clarification. I use Task DoWork() { return […]
Installing Visual Studio 2012 Ultimate on Windows 8
Problem : While trying to install the visual studio 2012 ultimate trial on Windows 8 Release Preview I got the […]
Visual Studio UML Class Diagram Generator
Problem : I was wondering if there was a software that would generate UML class diagrams from my project files […]
Get types used inside a C# method body
Problem : Is there a way to get all types used inside C# method? For example, public int foo(string str) […]
Where do you put your 3rd party libraries?
Problem : I’ve got a bunch of .dll assemblies, such as HtmlAgilityPack and MoreLinq. Where am I supposed to put […]