< Browse > Home /

| RSS

Visual Studio 2010 Beta 1 First Look

For those who are following me on Twitter know how eager I was to get my hands on Visual Studio 2010 beta1. Today I downloaded it and installed it on my Windows 7 VM. This post is a random collection of my early observations. It is full of screenshots. Enjoy.
The start page had a new [...]

[ More ] May 19th, 2009 | 2 Comments | Posted in Programming |

Writing Visual Studio 2010 Shell In WPF Reflects Confidence

Where are we today?
Since its inception as Avalon I have dedicated countless hours to the technology we now know as WPF. I can probably say that I am one of the few people who have worked on WPF at a commercial level at least in Australia. This is because the number of projects using WPF [...]

[ More ] November 5th, 2008 | No Comments | Posted in Programming |

Download Visual Studio 2010 And .NET Framework 4.0 CTP

CTP of Visual Studio 2010 and .NET Framework is now available for download. Visual Studio 2010 takes the world’s best IDE to the next level by innovating on many fronts. Here is an overview from the download page.
Visual Studio 2010 and the .NET Framework 4.0 mark the next generation of developer tools from Microsoft. [...]

[ More ] October 29th, 2008 | 1 Comment | Posted in Programming |

Visual Studio 2010 And .Net Framework 4.0 Videos

An exciting news in last few days has been announcements of Visual Studio 2010 and .NET Framework 4.0. The actual products may be more than a year away. To get the ball rolling, Microsoft has posted many videos on Channel9 which give you a sneak peak into some features. Can’t wait to get my hands [...]

[ More ] October 7th, 2008 | No Comments | Posted in News |

Visual Studio Book I Am So Looking Forward To

If there is one book I am looking forward to, it is Microsoft Visual Studio Tips by Sara Ford . I am a regular reader of Sara’s blog and I have learned a lot about Visual Studio by reading her blog. Her tips are simple, lightweight but above all very++ useful.
I expect her book to [...]

[ More ] August 17th, 2008 | No Comments | Posted in News |

MSDN Library For Visual Studio And .NET 3.5 SP1

While working, you will always find two things running on my machine. One is without any doubt Visual Studio and second is MSDN Library. Since this morning after installing Visual Studio 2008 SP1 I’ve been trying to get my hands on the latest MSDN Library. Thanks to Iftekhar who pointed me to the latest [...]

[ More ] August 13th, 2008 | No Comments | Posted in Programming |

.NET Framework 3.5 Service Pack 1 And Visual Studio 2008 Service Pack1 Released

Yippeee! SP1 for .Net 3.5 and Visual Studio 2008 has been released. This service pack includes ADO.NET Entity Framework and ADO.NET Data Services. There are WPF designer improvements and WPF performance improvements. You can find more details and download link here.
Finally I can now install SQL Server 2008 without disturbing the apple cart :)

[ More ] August 12th, 2008 | No Comments | Posted in News |

Refactoring In Visual Studio 2008

While there is a lot of talk about refactoring tools such as Resharper and Refactor Pro, not much is said about refactoring features available in Visual Studio 2008 straight out of the box. I think Resharper and Refactor Pro are fantastic tools but they cost money and most of the time our refactoring needs are [...]

[ More ] August 9th, 2008 | 3 Comments | Posted in Programming |

How Do I Display Line Numbers In Visual Studio

Go to Tools –> Options –> Text Editor –> All Languages and check Line numbers checkbox.

Technorati Tags: Visual Studio,Tips

[ More ] August 9th, 2008 | 4 Comments | Posted in Tips |

Write To Vista Event Log Using C#

Event Log is a central place to log application events. These events can be errors, warnings or just information. Each event log entry in Windows Vista has a level of event, date and time the event occurred, source of event, an event Id and a task category. While event logs such as Application, System, Security [...]

[ More ] August 7th, 2008 | 9 Comments | Posted in Programming |

Free Icons And Images With Visual Studio 2008

Visual Studio 2008 comes with an Image Library which contains thousands of icons, animations and images which you can use in your applications. You can find the Image Library at C:\Program Files\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary\1033
Just unzip VS2008ImageLibrary.zip file located at this location and you have most of the graphics used by Microsoft in many [...]

[ More ] August 6th, 2008 | 1 Comment | Posted in Tips |

Visual Studio Extensions

Visual Studio can be extended by using Addins. There already are many useful addins available. Some developed by Microsoft and many by Third Party vendors. Visual Studio Gallery is one place where you can find pretty much every addin and control library available. Some of my favourite are:

GhostDoc
Resharper
AQtime
CodeRush

Technorati Tags: Visual Studio,Addins

[ More ] August 5th, 2008 | No Comments | Posted in Tips |