Tagged "PowerShell"


Locked Files Publishing .NET Core Apps

How to deal with locked files when deploying a .NET Core application to IIS when using MSDeploy and PowerShell.


Keeping IIS Sites Alive With PowerShell

Exploring various options to keep low activity sites active so prevent cold restarts on IIS using .NET.

Tagged: IIS, PowerShell

Making Load Testing Graphs With JMeter Using PowerShell

Do you want to build png files from your load testing automatically as part of your integration scripts? Learn how to setup JMeter and report back the results a

Tagged: Java, JMeter, PowerShell

Continuous Deployment With Psake

Stop using XML and start using PowerShell for deployment. Psake provides easy to maintain tasks and dependencies with documentation, overcoming hard to read and


Getting Started With Git On Windows With PowerShell

Git is a popular distributed version control system that is becoming almost a standard in software development. Here I show how to get started with the basics.

Tagged: Git, PowerShell

How To Automate A Radio Station With SHOUTcast

I want to create my own radio station that runs MP3s for me in a playlist on a VPS (virtual private server) and serves as a SHOUTcast audio streaming server for

Tagged: PowerShell

Code First Membership

This is the third and final part in a series on building this site. This part is about membership and finishing an article engine.

Tagged: PowerShell

Creating A Database With Entity Framework And Continuous Deployment

This is the second part in a series about building a version of this website. It focuses on making a database and synchronizing it remotely

Tagged: C Sharp, PowerShell, SQL