Granville Barnett

Browse by Tags

All Tags » .NET » C++ (RSS)
Shared Source CLI Google group launched
I’ve just created a Google group based on the SSCLI which you can view and join by going here - http://groups.google.com/group/microsoft-shared-source-cli It supersedes now defunct SSCLI newsgroups from the Microsoft and Yahoo servers which have had all...
Posted: Jan 06 2009, 04:53 AM by gbarnett
Filed under: , ,
Shared Source CLI (aka Rotor) on Vista
I thought I would share my experiences with Rotor on Vista (x86 and x64). First off Rotor is an open source version of a big chunk of what's in the full commercial .NET that you use on your machine today BUT certain things in Rotor are no where near the...
Posted: Dec 08 2008, 05:00 AM by gbarnett
Filed under: , ,
Results: Using a dark theme in VS for a week
As I mentioned several days ago I’ve been seeing if a dark theme in VS would help my eyes a little. The short of it is – no, no it didn’t. The major sore point is that if you use a dark theme in VS then you find yourself constantly swapping between dark...
Posted: Sep 26 2008, 06:20 PM by gbarnett
Filed under: , , ,
Experiment: Using a dark theme in VS for a week
I've been highly critical of using dark themes in Visual Studio particularly because the UI of VS is light in its very nature. The combination of the two proving to be an interesting proposition when using VS for large durations of time. I digress. Recently...
Posted: Sep 20 2008, 03:03 PM by gbarnett
Filed under: , , ,
DSA book on 'This Week on C9'
First off thank you to all who have downloaded the first draft of Data Structures and Algorithms: Annotated Reference with Examples . At the time of writing this post there have been more than 3200 downloads within around 3 days of it being put up on...
Data Structures and Algorithms book (free) first preview available!
This is a little project that myself and Luca have been working on in our spare (spare) time in the last month or so. The book is no where near complete but we wanted to get it out there now and progress with it in view of the public eye rather than just...
Copy-in, Copy-out and reference semantics
I see this question pop-up every now and then on various forums and generally within conversations. By default in languages like C# and C++ (and tonnes of others) copy-in semantics are used when dealing with the objects of formal method parameters. Each...
Posted: Nov 14 2007, 12:21 PM by gbarnett | with 2 comment(s)
Filed under: , , ,
STL/CLR - a fairly low key, but awesome new addition in .NET 3.5
I really like what the C++ team have done here, they've essentially created a subset of the stuff found in the C++ STL but included error checking and stuff like that - of course this all requires .NET 3.5. It seems that the STL/CLR stuff has been a victim...
Posted: Oct 27 2007, 07:59 PM by gbarnett | with 8 comment(s)
Filed under: , ,
More Posts