Blogroll
Categories
Tags
.net 4.0 alt.net architecture asp.net basic blend book book review building c# comunidad configuration ddd development expression extensibility extensions functional programming globalization haskell ioc javascript mef mercurial mvc news personal powershell programming sql server streams subversion tdd tool van version control viewstate visual studio web.config web dev windsor workflow foundation wpf xunit
Tag Archives: powershell
Changing Powershell console background colours
In my current gig the guys in charge of the build scripts had a “brilliant” idea (<- please see the sarcasm in the last sentence): change the colour of the Powershell console depending of the build status (red is bad, … Continue reading
Conditional command execution in Powershell
Something very usual in Bash (and also in the old Cmd) is the conditional execution of commands, I mean, in the same line we execute a command after the other but only if the execution of the previous command success … Continue reading
Getting a list of committers with Mercurial and Powershell
A few days ago I need to create a list of committers for a Mercurial repository from the command line (don’t ask me why). Thanks God Powershell is always near to help us in so trivial tasks like that. First, … Continue reading
Eliminando directorios de Subversion (.svn) desde la línea de comandos
Eliminando los subdirectorios .svn de subversion en Windows con Cmd y PowerShell Continue reading
Libro gratuito de PowerShell
Powershell es el super versátil y útil sucesor del infame Cmd en Windows. Este esta disponible para Windows XP, Windows 2003 Server, Windows Vista (como un download) e incluído en Windows 2008 Server. De hecho, Windows 7, Windows 2008 Server … Continue reading