Duncan Mackenzie has too much time on his hands
Browse by Tags
All Tags »
Visual C# »
.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...
|
-
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 The first post over there shows the app that I wrote last night and then used to copy all of my posts and 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...
|
-
Building Tools Using the Visual Studio Automation Model In this episode, Craig Skibo uses the Visual Studio .NET 2003 automation model to build a tool window hosted within Visual Studio that allows you to read blog postings. Read More...
|
-
You can expect to see a MSDN TV version of this session at some point soon... should be pretty good quality, Anders was wearing a microphone... although it did fall off him for a bit :) Read More...
|
-
I wouldn't have known about this site, if the site's owner wasn't sitting behind me on the plane to TechEd, so I thought the rest of you might not know about it either :) TryIIS.com is a new site dedicated to resources for evaluating IIS, and contains Read More...
|
-
Those wild and crazy PAG guys are at it again... Summary: This guide provides end-to-end guidance for managing performance and scalability throughout your application life cycle to reduce risk and lower total cost of ownership. It provides a framework Read More...
|
-
Check out the full post for info on Eric's talk in particular... TechEd and the C# team ... Here's the full set of C# team activities while we're there Mon 5/24 (5:00PM - 6:15PM) - C# Best Practices - What's wrong with this code - Eric (Room 6A) Mon 5/24 Read More...
|
-
I answer quite a few questions on the forums on GotDotNet , and sometimes those answers are interesting enough (in my opinion) to be exposed to a larger audience.... Coding this particular one caused Brian Johnson to say... "cool", so it seems worth posting Read More...
|
-
Amazing stuff... Adam Nathan creates pinvoke.net, to general acclaim, and then follows only a few days later with a great VS.NET Add-In that allows you to search for, insert and even contribute PInvoke signatures to his site. "Introducing" PINVOKE.NET Read More...
|
-
Joe Mayo posted a great 'frequently asked question' along with a very clear answer, to the C# FAQ recently.... Why did I receive the error: "The type or namespace '<namespace name>' does not exist in the class or namespace '<parent namespace>' Read More...
|
-
From Dan's blog : Lots of good quality MSDN shows for your viewing pleasure: Scott Guthrie on Data with ASP.NET in Visual Studio 2005 Pablo Castro provides a First Look at ADO.NET 2.0 Krzysztof Cwalina on the new Generic APIs in the .NET Framework 2.0 Read More...
|
-
Very cool article from Code Project ; this is something I have wanted for awhile..... from the moment we started outputing RSS from MSDN , it seemed to me that you'd want to view them inside of VS... I'm downloading this right to try it out, but the article 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 very recent article from CodeProject.com shows a Windows Forms control (C#) that allows you to browse AD objects... I have some issues with the implemenation (mainly: why use a User Control... why not just inherit from TreeView?), but the idea is Read More...
|