Prashant Sridharan, Microsoft group product manager for Visual Studio, announced Monday, March 26, 2007, that Microsoft plans to release Visual Studio code-named ‘Orcas’ by the end of the year, and it also plans to release Visual Studio code-named ‘Rosario’ (the next version after ‘Orcas’) within an year timeframe after that. A CTP for ‘Rosario’ might…
Month: March 2007
LINQ example: listing directories
LINQ is a valuable feature for database and XML programming, but not only. Basically, you can use LINQ with everything that returns an IEnumerable. Here is an example, when I want to list the directories of a parent directory, in alfabetical order, and grouped by the file attributes (first all that have only the flag…
Guidelines for Installing Visual Studio 2005 under Vista
This is a simple guideline from my own experience for installing Visual Studio 2005 with SP1 and SP update for Vista. Installation of Visual Studio 2005 is pretty straight-forward. It does not take more than one hour. For the rest you should consider these: download Microsoft Visual Studio 2005 Team Suite Service Pack 1 (it…
Interview with Titans
Channel 9 forums has posted in January a video interview with Anders Hejlsberg (chief architect of C#), Herb Sutter (architect of C++), Erik Meijer (architect of VB.NET and C#) and Brian Beckman (physicist and architect of VB.NET). For one hour they talked about new trends in programming, the new issues and dificulties faced, and what…
Installing Orcas March CTP
This week I decided to test the March CTP of Visual Studio code-named ‘Orcas’. So I started with a google search for the the download page, I found two: Microsoft Pre-release Software Visual Studio Code Name “Orcas” – March Community Technology Preview (CTP) (Self-extracting Install): contains 7 archives totalling 4.5GB Microsoft Pre-release Software Visual Studio Code…
Symantec says Microsoft Windows Most Secure OS
Surprize! According to the latest Internet Security Threat Report release on March 19, 2007 by Symantec, Microsoft Windows is the most secure operating system. The survey covered the second half of 2006, in which period Microsoft Windows had 29 vulnerabilities, with 12 of highly priority or severe, and the turnaround for fixing them was 13…
Charles Simonyi on the ISS
Yesterday I posted an article about readability of code, code conventions, Hungarian notation and its inventor, Charles Simonyi. Today I found that he paied between 20-25 million dollars for a 10-days stay on the International Space Station. Moreover, Space Adventure Ldt., the company that organizes the trips said it will bring special meals for him. You…
Make Your Code Readable!
One of the most important qualities of code is, or at least should be, readability. The simple fact that it works is not enough. If it’s not readable, it definitelly ain’t maintainable. Thus, our mission, as programmers, is to right code, that above being correct, is also readable and understandable. When a new programmer joins a team…
Customize Places Bar in Common File Dialog
Recently, CodeGuru has published my article about customizing the Places Bar of the common file dialog. In this article I have explained how to twick the registry to display your own list of shortcuts in the places bar. The folders are specified in registry under HKEY_CURRENT_USER in Software\Microsoft\Windows\CurrentVersion\Policies\ComDlg32\PlacesBar in two ways: either by IDs for…
Cool Pictures From the Summit
I have decided to select and post several more pictures from the summit. In the first you can see Bill Gates delivering his keynote on March 13 to a group of 1700 MVPs from 95 countries. Just after Bill Gates’ speech, the Canadians gathered for a group picture, all wearing jerseys of their national hockey…