Category Archives: Visual Studio

Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It can be used to develop console and graphical user interface applications along with Windows Forms applications, web sites, web applications, and web services in both native code together with managed code for all platforms supported by Microsoft Windows, Windows Mobile, Windows CE, .NET Framework, .NET Compact Framework and Microsoft Silverlight.

Visual Studio includes a code editor supporting IntelliSense as well as code refactoring. The integrated debugger works both as a source-level debugger and a machine-level debugger. Other built-in tools include a forms designer for building GUI applications, web designer, class designer, and database schema designer. It accepts plug-ins that enhance the functionality at almost every level—including adding support for source-control systems (like Subversion and Visual SourceSafe) and adding new toolsets like editors and visual designers for domain-specific languages or toolsets for other aspects of the software development lifecycle (like the Team Foundation Server client: Team Explorer).

Endless Mural wins FWA site of the day

I’m ecstatic to announce the Endless Mural HTML5 project has won the prestigious FWA Site of the day award.  While this isn’t the first project I’ve worked on that has won the FWA, it is the first NON-Flash, HTML5 and … Continue reading

Posted in .net, art, award, browser, C#, cool, database, development, fun, Internet Explorer, javascript, microsoft, SQL, Visual Studio | Tagged , , , , , , , , , , , , , | 3 Comments

How to add new Role to existing Azure Cloud Service

I know this is an easy one, but I’ll forget it if I don’t write this down. When working with Azure projects in Visual Studio, you can add new Roles to existing Service projects like this. Right click the Roles … Continue reading

Posted in .net, internets, microsoft, Visual Studio | Leave a comment

How to show line numbers in Visual Studio 2010

I’ve been using Visual Studio since forever, yet it always takes me a while to remember how to show line numbers.  It’s especially hard to remember after a fresh install of Visual Studio.  Assuming you have it installed and open, … Continue reading

Posted in .net, C#, development, microsoft, tips and tricks, Visual Studio | Tagged , , , , | 9 Comments

Add Eclipse’s Open Resource to Visual Studio 2010

One of my favorite features of the Eclipse IDE is ‘Open Resource’ ( Ctrl + Shift + R  ). If you’re unfamiliar with this, it’s a File Open dialog that let’s you type the name of the file you’re looking … Continue reading

Posted in .net, cool, microsoft, tips and tricks, Visual Studio | Tagged , , , , , , , , | 4 Comments