Skip to main content

Home/ Coders/ Contents contributed and discussions participated by Joel Bennett

Contents contributed and discussions participated by Joel Bennett

Joel Bennett

.NET Book Zero by Charles Petzold - 1 views

  •  
    Charles Petzold's free .Net Book Zero is a great introduction to .Net and C# for the C/C++ programmer ... if you're a Windows programmer who's been curious about C# but haven't known where to start, this is where.
Joel Bennett

PowerShell For Fun - 0 views

  •  
    The original dev blog for PowerShell Remoting
Joel Bennett

PowerShell For Fun: Workspace Home - 0 views

  •  
    PowerShell Remoting is open source now, but hosted on GotDotNet
Joel Bennett

DataSet "Failed to enable constraints. One or more rows contain values...." - 0 views

  •  
    Lots of suggestions (in the comments) for how to deal with contraint violations when you fill/merge a dataset and get an error with constraints.
Joel Bennett

XPathmania - Visual Studio 2005 XPath AddIn - 0 views

  •  
    XPathmania is a visual studio extension to allow executing XPath queries on XML documents ... now you can test your XPath queries without loading up an external app

Joel Bennett

XtUnit Unit Testing Extensibility Framework - 0 views

  •  
    XtUnit.Framework is an extensibility framework for nUnit and MbUnit to allow you to create new test-case types and attributes. 

    It includes the well known [Rollback] attribute (built in on MbUnit, but not nUnit) which allows automatic rollback of changes to your database which occur during the execution of a test.
Joel Bennett

The C# Language Specification - 0 views

  •  
    The official C# language specification(s)...
Joel Bennett

Application Recovery with C# (in Windows Vista) - 0 views

  •  
    A nice overview of how to use Vista's Application Recovery from C# to help your program recover from crashes or shutdown for upgrading (shared) files.
Joel Bennett

Tagline Generator - Timeline-based Tag Clouds - 0 views

  •  
    This tag cloud app not only generates the "tags" on it's own from document content, but it uses color to indicate the "age" ...
Joel Bennett

Managed Preview Handlers for Vista - 0 views

  •  
    A simple example of how to create a "Preview Handler" for Vista.  This would be a good first step for any Vista-enabled application that saves "documents" or has plugins: just give them their own file extension ... then you can hypothetically handle them this way to show in the file manager what each plugin does...
Joel Bennett

Simple TDD Visual Studio Templates - 0 views

  •  
    Two templates to plug into Visual Studio to speed up the creation of unit test projects in solutions, one for MbUnit and one for NUnit. (the difference seems to be mostly the includes & imports)
Joel Bennett

Script Center: Windows PowerShell Scripts - 0 views

  •  
    Microsoft's TechNet Script Center Script Repository now has a huge collection of sample PowerShell scripts to do all sorts of crazy things!
Joel Bennett

Microsoft Protocol Technology Licensing Programs - 0 views

  •  
    Most Microsoft networking and media protocols are available for licensing ... if you have the cash.
Joel Bennett

.NET Framework Resource Management - 0 views

  •  
    An excellent White Paper on Resource Management in the .NET Framework.  How to handle managed and unmanaged resources, design cleanup code, and handle performance mplications.
« First ‹ Previous 1261 - 1274 of 1274
Showing 20 items per page