How to strong name partially signed assemblies
When developing software based on .NET it is quite common to strong name your assemblies especially if you’re a library vendor providing your libraries to other people.
Read MoreWhen developing software based on .NET it is quite common to strong name your assemblies especially if you’re a library vendor providing your libraries to other people.
Read MoreThe parameters for a PowerShell command can be quite complex. Some parameters are only valid in certain parameter sets. Parameters have types, may be mandatory or optional, can have aliases and may or may not support pipeline input.
Read MoreWhen dealing with files under source control it is quite often useful to be able to make a bunch of files readonly or writable in bulk.
Read MoreWe often deal with XML files whether it is modifying TFS work item templates, C# project files, or our own XML data files.
Read MoreXML is great for easily storing structured data and is pretty easy to work with in PowerShell. However, sometimes you run across XML that is so poorly formatted you lose out on XML’s human readability.
Read MoreText files created by PowerShell are little endian Unicode (UTF-16LE) by default. You can see this by inspecting the first couple of bytes of a text file for a BOM i.
Read MoreScriptBlock Binding to Pipeline Bound Parameters I see many PowerShell snippets on Stack Overflow that look similar to one below:
Read MoreI started the PowerShell Community Extensions (PSCX) project to fill in some of the gaps in the set of built-in Windows PowerShell commands.
Read MoreMicrosoft took the wraps off Windows PowerShell V3 at the BUILD conference today in the broader context of the Windows Management Framework (WMF).
Read More