Duncan Mackenzie has too much time on his hands
Browse by Tags
All Tags »
CSharp Featured Team Posts (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...
|
-
Luke, a PM on the C# IDE team has started a blog... should be a good source of info, especially around the new Express Edition. Intro + C# Express ... The project that I’ve been working on for most of my time at Microsoft is the Visual C# Express Read More...
|
-
As a big fan of components, my applications are often composed of many different assemblies... essentially I break out anything that seems 'ready to reuse'... but perhaps I should reconsider? Grouping classes in an assembly This useful bit of information Read More...
|
-
Debugger Window Menu Items: Where should they be? The VS debugger since 7.0 has put most debugger windows on the Debug menu, under the Windows sub-menu. I say 'most' because the Output window lives on the View menu, under Other Windows sub-menu. Where Read More...
|
-
For most folks working with ASP.NET, this should be taken as essential information ... Don't let the Whidbey reference in the first paragraph fool you, by the way, this post describes how to accomplish debugging as a non-admin in Visual Studio .NET 2003 Read More...
|
-
Cyrus , recent addition to the C# bloggers list and poster of many posts, has been blogging extensively from TechEd... OMGTHXURGR8!!!! That's basically the message we got today concerning the work we're doing in the C# IDE for VS 2005. I ended up not Read More...
|
-
Cyrus (a developer with the C# IDE team) has obviously needed to blog for awhile, and when he finally did, he had a lot of material ready to go. Check out his 28 posts from the last 2 days ! Here's his first post: First blog entry A couple of week ago 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...
|
-
Giving us an early peek at his TechEd 2004 talk, Eric discusses how to handle enums in your code, since they are not constrained to the list of options you define in the enum and also because they can change in ways that could break your code in the future... Read More...
|
-
I've often had email exchanges and thought about posting them as blog entries... and now I've seen someone do it... and I have to say that it is a little hard to read (for the email part, start at the bottom and read up... which is normal for email, but Read More...
|
-
This time, he wants to know what you think about C#'s community: C# Community Review ... If a friend came up to you and said, “I'm thinking of using C#, but I'm concerned that there isn't a good community around it”, what would you say? What are the good 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...
|
-
This new feature, which isn't limited to Windows Forms, allows a single class to extend across multiple files, isn't limited to Windows Forms but the designer-generated code is just screaming out for a solution like this. Jay writes: Winforms designed Read More...
|