About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (168)
Most used tags
Tag Archives: powershell
Remote powershell or how I manage my local Hyper-V machines
For testing I’ve created some Hyper-V machines on my Windows 8.1 laptop. The burden of deploying software to these virtual machine has been resolved by powershell scripts on the virtual machines. The script is just a simple stop-service, copy new … Continue reading
Week roundup
Last week recap and links: Integrate Structuremap with WCF although from 2008, very usefull post Managing Azure WebSites from powershell. Script fails in the video and Scott helps get the demo back on track. Switching from Google Authenticator or Authy … Continue reading
Posted in Uncategorized
Tagged 1password, 2-step-authentication, Azurewebsites, powershell, roundup, structuremap, WCF
Leave a comment
Call custom .NET code from powershell
Consider the following code in HelloWorld.API.dll. Make the API available with the Add-Type cmdlet. This makes all the types in a .NET assembly available in the current session. Now the static method can be called by using the :: (two … Continue reading
Know your user
When we create a (web) application the GUI must be responsive on every platform. All kinds of frameworks and scripts help us to achieve the best experience on every device. But what about operations? Do they get the best experience? … Continue reading
Setup logging in configuration with powershell
Manipulation of config files with notepad is a burden for every developer / operator. It is the source of many errors. With DEVOPS we try to automate this process. The result is less prone to errors. See the powershell script … Continue reading
Posted in Tooling
Tagged .NET, configuration, DEVOPS, logging, powershell, web.config
Leave a comment