Robert McLaws: FunWithCoding.NET
Public Shared Function BrainDump(ByVal dotNet As String) As [Value]
-
Tracking Changes to Generic Collections
I'm writing an app that makes heavy use of Generic collections, and I'm needing to keep track of objects that are added or deleted. Is there a built-in object that supports this already? I'm about 3/4 of the way finished with my own inherited class that does the trick, but I wanted to throw it out there, in case I'm wasting my time. Thanks guys!
-
VSTS Hosting
Anyone hear of any firms doing it yet? If not, someone should be. I'd sign up for sure.
-
New Direction for the MSBuild Toolkit
Microsoft officially announced today that they will unofficially support MSBuild compiling to the .NET Framework 1.1. Called MSBee (the MSBuild Everett Environment), this tool will consist of new .targets files and MSBuild Tasks to round out the feature set that I had been supporting with previous versions of my kit.
-
New MSBuild Toolkit Coming Soon
For everyone that's been asking, don't install the last build on ANY version of VS2005 other than Beta 2. I'm working on a new version for the RTM version that handles Targets much differently. The only problem is, the MSBuild team refactored the MSBuild APIs, which they said were going to help. It didn't even come close. The RTM version actually has less of the functionality that I needed exposed as public methods, not more. So right now I'm trying to set a gameplan for how best to address it (separate API enhancement that others can use, private inheritance, helper methods... etc) and then I'll be able to wrap it up.
-
Run the ASP.NET 2.0 Development Server From Any Folder
As I blogged about yesterday, I came up with a way to start up the web server that comes with Visual Studio 2005 by right-clicking on the folder you want to serve. Chris Frazier left some great feedback, along with Daniel Fisher.
-
"ASP.NET 2.0 Web Server Here" Shell Extension
I've been doing some web development work again lately, and I haven't wanted to screw with setting up IIS on my virtual machine. The .NET Framework 2.0 comes with a built-in webserver, based on the old Cassini web server. So I wanted to be able to easily set up any directory to have its contents served up on an as-needed basis. The result is an addition to the Windows Explorer right-click menu, as shown below:
-
MSBuild Toolkit for Web Projects? It Might Happen.
If what Paul says is true, then I will be able to update my MSBuild Toolkit to handle compiling web projects to .NET 1.1
-
ASP.NET "Atlas" - A Reason To Be Excited About The Web Again
A while back I posted about how I was disappointed with web development of late, and that I thought WinFX was going to be the way to go for applications from here on out. I heard about this "Atlas" stuff, and I was like "Whatever, AJAX is just a fad."
-
PDC Hotel Sharing
Well. it's official. I'm headed to PDC again this year. Once again, I'm looking to make the trip as inexpensive as humanly possible, since I don't have any big corporation covering my costs. Anyone interested in splitting the costs of the hotel room w/ me? If so, please use the contact form to drop me a line. Thanks!
-
In Case You Missed It...
I've been writing pretty fast and furious this week. Paul Thurrott really jumped the shark this week, and I've been trying to take the opportunity to open up a much larger debate about where we're going as an industry. Since it starts with web standards, I thought I'd link to it over here.