Duncan Mackenzie has too much time on his hands
Browse by Tags
All Tags »
CSharp Featured... »
.NET General (RSS)
-
For various reasons, the biggest being my desire to play around with .Text, I've moved my blog to my own server at http://blogs.duncanmackenzie.net/duncanma following the 3 leaf model when they moved, I thought I should post this notice a couple of times.. Read More...
|
-
This article, by John Kennedy , discusses the creation of an image editing application completely built with C# Express Edition. ExpressPaint Summary: Use C# Express to create an image processing application that's ideal for putting the final touch to Read More...
|
-
Steve Steiner, a developer on the VS debugger team, fills us in on some of the differences between the different types of debugging that VS is capable of... Unmanaged Debugging vs. Managed Debugging vs. Mixed Debugging. All versions of VS support debugging Read More...
|
-
Snippets are a pretty cool feature of VS 2005.... aka Intellitasks to some... and Gus has created a tool to make them... (well, he did back in March.... :)) Snippy - A C# code snippet editor I made it my weekend project to hack up an editor for code snippet Read More...
|
-
Two video interviews with Eric Gunnerson appeared on Channel 9 today: What has the biggest change at Microsoft since you've been here? How do you design new features for C#? Read More...
|
-
If you have any opinions on this topic, make sure you click on the link below and comment through Eric's blog... Who are the best C# bloggers? I'd like to create a list of the best C# bloggers, primarily those outside of Microsoft. Please comment with Read More...
|
-
Check out this post from 'The Wayward WebLog' ... it is a good discussion starter for anyone who wants to chat about ORM (object-relational mapping) ... ObjectSpaces: The Devil is in the Demand I’ve coined the phrase ‘object span’ to describe the ability Read More...
|
-
With code samples and screenshots based on the recent Community drop of Whidbey (VS 2005), Scott explains how to create your first debugger visualizer: Debugger Visualizers on VS 2005 Community Tech Preview ... Visualizers allow for advanced, customized Read More...
|
-
If you haven't read much about Refactoring before, I'd suggest you check out Jay's earlier post on the subject , but he is now going into quite a bit more detail. Whidbey Refactorings: Rename Let's start by talking about Rename. I view Rename as being Read More...
|
-
Visit his blog and offer some feedback if you want to influence his presentation... TechEd 2004 (May 23-28) Anson and I are sharing a session at Tech Ed 2004 . We'll be talking about some of the IDE features in Whidbey for C# developers. A number of members Read More...
|
-
I've been thinking a bit about Generics lately, with the growing conclusion that I will mostly use the ones that ship in the 2.0 version of the .NET Framework, but wrapping my head around a few situations where I could see myself defining Generic classes Read More...
|
-
If you follow Eric's blog (and if you are into C#, you should) then you'll have already seen these... but if you haven't then let these three posts be just a taste of what is available over there ; Who does Microsoft talk to when they have questions? Read More...
|
-
Min Kwan Park , who works in QA on the C# team (responsible for debugger features) has compiled an amazing document for troubleshooting debugging issues in Visual Studio 2002 and 2003 ... check it out here Read More...
|
-
Gus Perez has posted the binary and source for a little utlity he has dubbed "ezClip"; Back in the 7.0 days I wrote a little tool called ezClip. It's sole purpose was to allow me to copy/paste files from one command prompt window to another. Our test Read More...
|
-
Matt provides us with some insights into the world of language design, a field that most of us have only dabbled in via a university course, with his discussion of keywords, operators and the problems with extending an existing programming language after Read More...
|