Skip to main content

Home/ PowerShell/ Group items tagged Development

Rss Feed Group items tagged

Joel Bennett

Lab49 Blog » Out-WPFGrid PowerShell CmdLet - 0 views

  •  
    An Out-Grid cmdlet implemented in what may possibly be the most complicated fashion ever ;-) David Barnhill has created a WPF app which you can instantiate from PowerShell by sending output to it... but the cmdlet actually creates a separate application object (a new process) and then communicates with it (using WCF) to send it the grid data.

    Some cool tech there, but it seems like he might as well have made Out-WPFGrid into a stand-alone app -- and it seems like that would have been easier?
  •  
    Like this http://cheaptravelbooker.com Like this http://cheaptravelbooker.com like this http://killdo.de.gg travel,hotel,fun,hotel new,new offer,hotel best,best hotel,hotel travel,seo,backlinks,edu,gov,ads,indexing,bookmark,killgoggle,gogglesuck,goggle bookmark,kill goggle,yahoo,bing,indexing,quality links,linkwell,traffic boster,index best
Joel Bennett

Overlord Verbs: a Proposal - 0 views

  •  
    The Mozilla Ubiquity project now (as of 0.5) has a fully "natural language" parser ... with official standard verbs. A lot like PowerShell ... but with a much more robust (natural language) parser. Not much need to learn syntax here.
Joel Bennett

Dev Environment for PowerShell - 0 views

  •  
    Tries first for .NET 3.5 and VS2008. Failing that, falls back to .NET 3.0/VS2005 ...
Joel Bennett

PsTFS - CodePlex - 0 views

  •  
    TFSProvider allows you to navigate a TFS server's: WorkItems, SourceControl, TeamProject ... in PowerShell.
Joel Bennett

Getting a distinct list of changed files from TFS using PowerShell - 0 views

  •  
    Can I just say: [Microsoft.TeamFoundation.VersionControl.Client.ChangeType]::Merge is hideously long. PowerShell really needs "Using"
  •  
    This post really digs into Get-TfsItemHistory ...
Joel Bennett

PsCoder (PowerShell Script Editor for Eclipse) - Google Code - 0 views

  •  
    An eclipse plugin which gives you a PowerShell editor with syntax highlighting, content-assist for cmdlets, etc.
Joel Bennett

.NET Security Blog : Using CasPol to Fully Trust a Share - 0 views

  •  
    This is necessary if you want to load .net assemblies (like compiled PowerShell snapins/modules) from a network share! Without setting up your CasPol settings you can neither load a snapin, import a module, or use Assembly.LoadFrom
Joel Bennett

ColorCode - Syntax Highlighting/Colorization for .NET - Release: ColorCode 1.0 - 0 views

  •  
    ColorCode is the syntax highlighting code which supports CodePlex -- will someone PLEASE write a PowerShell language for it and donate it to them?
Joel Bennett

Windows PowerShell Blog : PowerBoots 0.2 is Now Available - 1 views

  •  
    It's always fun to get mentioned on the PowerShell blog, but especially so when it happens right away :-)
Joel Bennett

PowerShell Invoker (PsInvoker) - CodePlex - 0 views

  •  
    A small library for your apps ... implements the bare minimum to allow you to execute a powershell script and get the results back as text.
Joel Bennett

PowerShell V2 Quick Tips: Finding Extra Outputs From Your Script -Windows PowerShell Blog - 0 views

  •  
    VERY useful tip on how to find those annoying spots where your function or script is leaking output.
Joel Bennett

pita-threshold - Dan Dascalescu's Wiki - 0 views

  •  
    Where one draws the line and says "I give up" after making a certain amount of effort.
Joel Bennett

PowerShell - The Patchwork of Paths, PSPaths and ProviderPaths -- Nivot Ink - 2 views

  •  
    How paths work in PowerShell (particularly, from an API point of view).
Joel Bennett

PowerShell Remote File Explorer - 0 views

  •  
    A basic remote file-system explorer based on powershell providers and using pmodem for file transfers from remote systems
Joel Bennett

Nivot Ink - PowerShell - Function Parameters & .NET Attributes - 0 views

  •  
    You can attach "any" attribute to your function parameters ... (gi function:foo).parameters.str.attributes.add((new-object System.ObsoleteAttribute) )
Joel Bennett

Windows Azure Code Samples - MSDN Code Galler - 1 views

  •  
    The Windows Azure Code Samples includes samples for running CGI apps, services, websites, and even PowerShell on Azure.
Joel Bennett

PowerConsole - Visual Studio plugin PowerShell Console - 1 views

  •  
    VS2010
Joel Bennett

How to Merge PDF Files using PowerShell and PDFsharp - 0 views

  •  
    PDFsharp is an Open Source .NET library used to create and modify PDF documents programmatically from .NET languages like C# or PowerShell. 
Joel Bennett

ModelCopier - An easy way to update models in your ASP.NET MVC business layer - Raj Kaimal - 2 views

  •  
    Automatically copies values (and references) from one object to another matching up on property name and type
Joel Bennett

PowerShell Integration Services - 1 views

  •  
    "A set of tools aimed at Extract Transform and Load tasks, focused on getting the most common ETL tasks done without SSIS."
« First ‹ Previous 101 - 120 of 181 Next › Last »
Showing 20 items per page