Blog Posts on visual studio 2010




Percent:
 
Distinct:
 


C#: Read Emails Using IMAP by Fryan's Digital World on Nov 10, 2011I already covered how to read emails via POP3 protocol from my previous blog. If you prefer using IMAP then this article is for you. I'll be sharing the whole project files after the jump. First you need to download the ImapX Library from here. Altho...



Automatically Find And Remove Unused References In Visual Studio 2010 by Fryan's Digital World on Oct 10, 2011Typically developers include references as needed by their project. Sometimes when the project is done, there will be unused references left in the program code. With Reference Assistant installed, you don't have to manually find each unused referenc...



Visual Web Developer 2010 Express by J.Ingente on Sep 25, 2011Get everything you need to start building standards-friendly web applications with the free version of Visual Studio using the Microsoft Web Platform Installer. Visual Web Developer 2010 Express is a full-featured web development editor for working w...



Clean And Format Your Visual Studio 2010 Codes With BatchFormat by Fryan's Digital World on Aug 31, 2011When we are in rush to code a project, sometimes our least priority is to keep our codes clean. We tend to leave behind unused Using directives and unsorted functions and etc. Considering to take care of this unnecessary code at the later stage of th...



Debug Single Thread While Debugging Multi-threaded Applications In Visual Studio 2010 by Fryan's Digital World on Aug 28, 2011With today's world of multi-core computers, it is important to take into consideration the need to design multi-threading applications to maximize multiple core system. Debugging multithreaded projects is not easy because Visual Studio tends to jump...



Backup And Sync Visual Studio 2010 Settings To The Cloud With Pepper by Fryan's Digital World on Aug 27, 2011Visual Studio 2010 IDE can be configured to adapt to developer's preference. This can be done during first run which Visual Studio ask for your preferred environment. You may change the default setting later on. Although you can customize the IDE, th...



Visual Studio 2010 Extension To Highlight All Occurrences Of Selected Word by Fryan's Digital World on Aug 2, 2011When finding keywords in Visual Studio editor, Find & Replace utility is the native tool for developers. This tool is usually enough for basic search tasks but it fell short for finding multiple occurrence of keyword. For such task, you can insta...



Remove Unnecessary Files In Your Visual Studio Project And Zip It Before Sharing With Clean Project by Fryan's Digital World on Jul 27, 2011Everytime I send source code project to a friend or colleague, I always prompted by my email client with "executable not allowed" message. So what I do is delete the bin folder and any exe files before resending it again. If you don't want...



Add Alternating Line Color in Visual Studio 2010 Code Editor by Fryan's Digital World on Jul 13, 2011Reading through thousands lines of codes in Visual Studio can be tiring and sometimes confusing. The solution of most developers is to change the editor's background to their preference. One effective solution is to apply an alternating line color li...



Add Spelling Checking Support To Visual Studio 2010 With Spell Checker Extension by Fryan's Digital World on Jul 10, 2011You almost encounter spell checking capability in most of Windows applications but unfortunately for coders, Visual Studio doesn't have it. But you don't have to be contented of not having spell checking feature in your Visual Studio because you can...