Skip to main content

Home/ Coders/ Group items matching "coding" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Joel Bennett

The PowerShell Guy : PowerShell : Accessing alternate data-streams in NTFS - 0 views

  •  
    This article about accessing Alternate Data Streams in PowerShell is very interesting because it shows how easy it is to EXTEND a TYPE in PowerShell with some simple XML and a few lines of code.  VERY cool.
Joel Bennett

Policy Injection App Block - Behind the Scenes - 0 views

  • We use an interception mechanism to get in the way of calls going to that member, collect a list of policies that apply using a matching rules mechanism, run the chain of handlers specified by those policies in a chain of responsibility and at the other end dispatch the call to the target. Once the target is done - successfully or with exceptions - the stack unwinds, returning through each handler and finally back to the caller.
    • Joel Bennett
       
      So we can only advise "before"
  •  
    Very good read (particularly their evaluation of weaving methods).

    Although as a result their "Policy Injection" application block isn't as powerful as most of the straight-up AOP toolkits out there, it does have a *huge* upside: not only is the code produced by this supportable by Microsoft Product Support, it's now officially part of the Patterns and Practices recommendations!

    The down side is that the only injectable objects are ones created through a "Factory" method (you can't just use the *new* constructor) this brings some performance hits ... but then, you get the ability to separate concerns and apply policies and even business rules after the fact!
Joel Bennett

Microsoft XML Downloads - 0 views

  •  
    Downloads for working with XML via the MSXML core services, including XML Diff and Patch, and the XSD Inference and C#/VB.Net code generators.
Joel Bennett

Windows Movie Maker and Windows DVD Maker SDK - 0 views

  • Download documentation and code samples for creating custom effects and transitions in Windows Movie Maker and Windows DVD Maker for Windows Vista.
  •  
    Create your own custom special effects and transitions for Windows Movie Maker ... or make custom transitions, buttons, and menu styles for Windows DVD Maker!
Joel Bennett

Application Development Trends - Sun Provides Early Access to NetBeans Ruby Pack - 0 views

  •  
    The new NetBeans Ruby plugin sounds relly impressive: "features that go beyond basic editing, syntax highlighting, navigation outline, project support and unit test execution" to include extensive code completion, integrated documentation tooltips and even semantic analysis and highlighting!
Joel Bennett

Oleg Sych - Text Template Transformation Toolkit - 0 views

  •  
    A great overview of T4 with links to articles and information about T4 (Text Template Transformation Toolkit) in Visual Studio
Joel Bennett

Coding4Fun Developer Kit - 0 views

  •  
    Lots of useful controls here for .Net devs
Joel Bennett

Sync Framework Samples - 0 views

  •  
    There's a contact synchronization sample highlighted here which includes synchronizing contacts between Outlook, Vista Contacts and VCard files. Not only do I need this app ... it really shows off the concept of data mapping between disparate data sources.
Joel Bennett

The Weekly Source Code 34 - The Rise of F# - Scott Hanselman's Computer Zen - 0 views

  •  
    Everyone is agog over F# and getting all functional. Again...
Joel Bennett

Automatic Online Update Toolkit - The Code Project - 0 views

  •  
    A set of tools for automatic updates ...
Joel Bennett

Universal Console Redirector - The Code Project - 0 views

  •  
    Console Redirection for all Windows platform versions
Joel Bennett

Save and Restore the Location, Position and State of a WPF Window. - The Code Project - Windows Presentation Foundation - 0 views

  •  
    Although it's nice to save the window position and size automatically ... it's frankly not worth an external library.  However, this is a good sample of how to do attached properties, and if you have a general utility library that you include in all your WPF apps, this would deffinitely be a useful addition to it.
Joel Bennett

Windows PowerShell : Creating arbitrary delegates from scriptblocks in PowerShell... - 0 views

  • The script text follows... (updated - I missed the type argument to the box instruction in the first version posted.)  
    • Joel Bennett
       
      He only fixed the code that appears inline in the post below. The attachment is NOT fixed and does not work if you need to box parameters.
  •  
    A script to emit callback functions from powershell script.
Joel Bennett

SourceForge.net: devAdvantage & devMetrics - 0 views

  •  
    DevAdvantage is a sort-of code reviewing tool.  DevMetrics a metrics reporting tool.

Joel Bennett

Steve's Techspot - SOSEX - A New Debugging Extension for Managed Code - 0 views

  •  
    Tools for debugging with windbg, including dumping GC generation, looking for references, adding breakpoints and dumping variables, etc.
Joel Bennett

Windows PowerShell : How Out-Default works - 0 views

  •  
    This might just be enough information to get started writing a replacement out-host, one that would be able to color-code things ...
Joel Bennett

WPF Docking Library - The Code Project - Windows Presentation Foundation - 0 views

  •  
    A visual studio -like docking library for WPF ... with floating windows and everything
Joel Bennett

David J. Smith's Program : Authenticode and Strong naming ("signing") - 0 views

  •  
    This is great information on codesigning, with links to more information, FINALLY, someone who gets how this is supposed to work.
Joel Bennett

ClickOnce -- MSDN Magazine, May 2004 - 0 views

  •  
    An early (prerelease) article about Click Once. It's actually a good article with great source code examples so you can understand the various options for ClickOnce including automatic updates.
« First ‹ Previous 381 - 400 of 534 Next › Last »
Showing 20 items per page