-
DevOps
Batch file to open a specific TCP port in Windows 7 / 2008 Server and up
Thanks to the answer by Kevin Richardson on How to open ports on Windows firewall through batch file, I wrote this batch file that…
Read More » -
.NET
Using httpbin to test http and https requests
StackOverflow user Kenneth Reitz has written a great on-line and free httpbin tool that responds to many kinds of http/https requests…
Read More » -
.NET
.NET enable and disable Fusion log to investigate assembly loading issues
Had to investigate some Assembly Loading issues, so I wrote two batch files to enable and disable the .NET Fusion…
Read More » -
Software Development
HTML Cleaner – (not only) Word to clean HTML
A great on-line way to cleanup html (from for instance style information) before publishing it on your blog: HTML Cleaner –…
Read More » -
.NET
Difference Between Int32.Parse, Convert.ToInt32, and Int32.TryParse – CodeProject
Every C#/VB/.NET developer should read Difference Between Int32.Parse, Convert.ToInt32, and Int32.TryParse – CodeProject. Then also read TryParse with default values. It is…
Read More » -
Software Development
Generate XSD from XML – XSD.EXE versus on-line tools – take 2
Almost 4 years ago, I compared XSD.EXE to some on-line tools. Time for a follow-up. From the old post: …
Read More » -
.NET
P2V of an existing XP machine to Hyper-V to have an emergency fallback when retiring old XP physical machines
Steps Put the SATA disk of the XP machine in…
Read More » -
.NET
PowerShell reads: links to coverage of One-Liners about PowerShell features (using, language, etc)
Boy, I wish I had read these PowerShell articles earlier: …
Read More » -
.NET
Experimenting with HTTP services – UrlEcho and UrlReq
Interesting, especially the reasoning behind them: UrlEcho permits the requestor to completely define the response it wants to receive, thus…
Read More » -
.NET
.NET/C#: Generating a WordPress posting categories page
From the category cloud it is hard to see that the categories are organized as a hierarchy. The combobox on…
Read More »