Matthew ".NET 247" Reynolds
Matthew Reynolds... software development consultant, author, speaker and trainer
-
C# coding standards document
A colleague of mine directed me to this C# coding standards document.(PDF document) on idesign.net.
-
Another .Text comment
Had reason to spend some time with Scott's .Text yesterday.
-
Creating array's dynamically
Bit of a simple one this, but I didn't know about it.
-
[ot] Changing network settings with NETSH
Not really about .NET, but I use this for work... :-)
-
Roadmap for SourceSafe and Beyond [link]
Korby Parnell has a thing or two to say about what's happening with SourceSafe going forward.
Quote: But for VSS, the Roadmap is HUGE! The Roadmap is 100 decibels of source-controlled joy. Finally! The SourceSafe feature team is planning to do more than fix bugs. As many customers have observed recently, the last few VSS releases have seemed like a reverse alphabetical countdown to something: 6.0, 6.0a, 6.0b, 6.0c, 6.0d. Whidbey will be different... -
Simulating covariance in interface implementations
Brad Abrams always has good things to say on object model design. His recent post, Design Guidelines Update: Implementing Interfaces Privately, has caused something of an “aha” moment for me.
-
Automated VB .NET to C# conversion
My friend, Russell, has done some investigation into tools for converting VB .NET code to C#...
-
VS .NET 2002 Web Projects require security tweak on W2K3
Those of you trying to develop Web Projects with Windows 2003 may run into a small security problem. The error you get is “Unable to create Web project. (blah blah) The two need to map to the same server location. HTTP error 404.”
-
VSIP SDK now downloadable
All those who don't want to spend $10k on a VSIP license, but do want to have integration with Visual Studio can now do so.
-
Today's quickie - IE print and print preview
For those who host IE in their own .NET applications (as I do quite often), here's a tip on how to tell IE to print the currently navigated page: