Duncan Mackenzie has too much time on his hands
Browse by Tags
All Tags »
CSharp Featured... »
Visual C# (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...
|
-
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...
|
-
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...
|
-
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...
|
-
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 been reading his blog , then just let me point out that this post is completely consistent with all of his others... I'll let you decide if this is a good or bad thing :) ... .... I suspect that a whole hoard of you banded together to try Read More...
|