Duncan Mackenzie has too much time on his hands
July 2004 - Posts
-
Whiteboard with Anders Hejlsberg At Tech Ed 2004, Anders Hejlsberg gave an informal talk, answered attendee questions, and wrote some code examples on the whiteboard. (July 29) Read More...
|
-
Add a Quick Poll to Your Web Site Summary: Duncan Mackenzie describes his process to build a "Quick Poll" using Visual Basic and ASP.NET. Recent discussions have motivated me to add some 'anti-repeat-voting' code to this sample... I've finished up most Read More...
|
-
I'm playing around with my voting control and I was thinking of (in addition to a cookie based check) querying to see how recently this IP address had tried voting and if it was within 'x' seconds, rejecting the vote... Something more extreme, like rejecting Read More...
|
-
So, if you missed it... I was just playing with displaying a poll in the blog... don't worry, I won't make a habit of this :)... I did it using the spawn of evil an iframe... I've removed it now, the experiment is done... but it exposed an interesting Read More...
|
-
Not sure what scenarios this will be used to enable in the long run, but I might play around with some web services (with authentication) and a few 'prototypes' for articles and MSDN features that I've been musing about... Do you run a personal site? Read More...
|
-
I was just talking with J.D. Meier ( from PAG ) about the Improving Application Security book and he pointed out a great page to me... the " Solutions At A Glance " list... this page lists a ton of very frequently asked questions around .NET security Read More...
|
-
From their site... "ReSharper is an add-in for Microsoft Visual Studio .NET 2003 that brings intelligent C# coding assistance, real-time error highlighting, and refactoring features to this popular development platform." More info here... Read More...
|
-
I noticed yesterday that my poll wasn't showing the question on the top of the list of choices, or the list of results. Viewing the source made it pretty obvious the <asp:label> was rendering, but that it was empty. Checking my code everything seemed Read More...
|
-
I blame google. ( 250 + comments so far, not counting the ones I've had to remove ) Read More...
|
-
I've put the draft of my next Coding 4 Fun column ('Duncan Mackenzie describes his process to build a "Quick Poll" using Visual Basic and ASP.NET.') up onto my personal site, click here to check it out. Read More...
|
-
I've been thinking about books and the MSDN developer centers for some time... I've been wondering what we should do in terms of highlighting books on the MSDN site. Do you want reviews ? Top x Books by topic area (Beginning VB.NET, Data Access, Windows Read More...
|
-
I'm running a poll on http://www.duncanmackenzie.net to see what topics I should write about next in my Coding 4 Fun column ... There are 7 choices in total, but 3 are getting the lion's share of the votes... Game Dev (a 'battleship' networked game, etc..) Read More...
|
-
On my home dev box I couldn't seem to open any of my projects (VB or C#), and whenever I tried I got this useful error; The application for project 'C:\Documents and Settings\Duncanma\My Documents\Visual Studio Projects\ConsoleApplication1\ConsoleApplication1.vbproj' Read More...
|
-
a Code Project link, via Darth Pedro's blog ... .NET: Printer Margin Bounds in .NET There's a very good Code Project article by Philippe Leybaert on getting the appropriate printer margin bounds so that what you print from you WinForms application will Read More...
|
-
VB Power Pack Update It’s been a little over a month since we shipped the Power Pack. As of this morning, the controls have been downloaded 17,401 times!! And there are more than 100 members of the Power Pack Workspace ( link ). Nathan Blecharczyk, Read More...
|
-
Partial types have come up a few times lately , and I wasn't sure they had been explained/defined before... so, I stole some prose from another document on this topic, cut and pasted some VB code from VS 2005 and here you go Read More...
|
-
Tyler_MS : Q: Is "My" customizable so that people can create their own "shortcuts" to frequently used sections? Tyler_MS : A: Yes, it is customizable. It is done via partial classes. We will be writing a whitepaper on how to do it. You can add things Read More...
|
-
In an earlier post , I mentioned that I use a trigger to update a "DateCreated" field in one of my tables... and various people commented on this... asking "why not pass in a value in your Insert?" or "why not use a default value?" Since I feel that replying 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...
|
-
One of the big reasons I redesigned the poll component , was so that I could track votes over time... I did this by adding a 'dateVoted' column to my vote table, and then using an “On Insert” trigger to set that column to the current date/time.... Read More...
|
-
Refactoring C# Code Using Visual Studio 2005 Andrew W. Troelsen Intertech Training Summary: This article examines the role of code refactoring, and the refactoring techniques supported by Visual Studio 2005. (23 printed pages) Read More...
|
-
Chats on Visual Basic 2005 For the past year, I've been organizing the Visual Basic chats that appear at http://msdn.microsoft.com/chats/ . For the most part, these chats focused on answering your questions about Visual Basic. Naturally, now that the Read More...
|
-
Defining and Using Generics in Visual Basic 2005 Harish Kantamneni Visual Basic Team Microsoft Corporation July 2004 Summary : Provides an overview of the generics feature in Visual Basic 2005, and explains the basic concepts involved in defining and Read More...
|
-
Web Forms Development with Visual Basic .NET 2003 Do you have questions about how to create great ASP.NET applications with Visual Basic .NET? Join members of the Visual Basic and Web Forms teams for a discussion about getting the most out of your Web Read More...
|
-
In case you didn't notice this on the /vbasic home page... MSDN Webcast: New Features for Visual Basic 2005 Developers Friday, July 02, 2004 1:00 PM - 2:30 PM (GMT-08:00) Pacific Time (US & Canada) In this webcast, you'll learn about the new features 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...
|