TechBlog

find problem | solve | publish

Skip to content
Menu
  • Home
  • About

Tag: Magic Commands

GeneralPosted onSeptember 14, 2017September 14, 2017

Magic Commands – cleaning up ASP.NET temporary files

ASP.NET temporary files can quickly mount up and eat up disk space, especially if you deploy multiple times a day. This website provides a handy command that you can run to delete any unnecessary files: Get-ChildItem “C:\Windows\Microsoft.NET\Framework*\v*\Temporary ASP.NET Files” -Recurse | Remove-Item -Recurse You’ll get a few errors when it…

Read More

Flair

profile for adrian at Stack Overflow, Q&A for professional and enthusiast programmers

Useful links

  • Dev Cheatsheet
  • Regex Tester
  • Ruby Koans
  • Sysinternals Suite

Recent posts

  • Static code analysis with NDepend
  • MongoDB doesn’t serialise C# read-only properties
  • Dynamically changing build numbers by branch in TeamCity
  • MongoDB backup script
  • Diagnosing issues with Elasticsearch

Tags

ANTLR ASP.NET MVC Build C# CI Disk Cleanup Elasticsearch Excel Extensions FxCop Git Gitolite Java JavaScript Magic Commands MongoDB NAnt PostgreSQL Powershell Proxy RavenDB registry Script Slack SQL TeamCity Transformers Visual Studio VS2010 Web Platform Installer Windows Windows Server

Archive

  • August 2018
  • May 2018
  • April 2018
  • September 2017
  • November 2016
  • September 2016
  • July 2013
  • May 2013
  • April 2013
  • January 2012
  • November 2011
  • September 2011
  • August 2011
  • July 2011
  • April 2011
  • March 2011
  • February 2011
© Copyright 2025 – TechBlog
Allium Theme by TemplateLens ⋅ Powered by WordPress