Microsoft Azure Blog
Blog on Windows Azure, Microsoft's Cloud Computing Platform, as well as other technical IT matters.
-
Shadow Copy Tools
https://www.runtime.org/shadow-copy.htm
https://www.runtime.org/data-recovery-products.htm more
-
Set Up Your Own Git Server on Windows
http://anythingsimple.blogspot.com.au/2017/05/setup-your-own-git-server-on-windows.html
-
SSL for Free
https://www.sslforfree.com/
-
Cloudflare Ports
https://support.cloudflare.com/hc/en-us/articles/200169156-Which-ports-will-Cloudflare-work-with-
-
IIS and Weblogic Integration
https://docs.oracle.com/cd/E23943_01/web.1111/e16435/isapi.htm#PLGWL428
-
Running IIS and Apache Together on the Same Server at the Same Time
Easiest way is to have 2 IP Addresses and bind each to a different one:
https://www.devside.net/wamp-server/running-iis-and-apache-together-on-the-same-server-at-the-same-time more
-
Secure FTP for SSIS
https://github.com/aelouadi/Secure-Ftp-SSIS-Component
https://pragmaticworks.com/Products/Task-Factory
https://zappysys.com/
https://www.mssqltips.com/sqlservertip/3435/using-sftp-with-sql-server- … more
-
Windows Azure: Managed vs Unmanaged Disks
https://buildwindows.wordpress.com/2017/05/31/azure-managed-vs-unmanaged-disks-the-choice/
-
Microsoft Action Pack subscription benefits
https://msdn.microsoft.com/en-us/partner-center/mpn-action-pack-subscription-benefits
-
ophcrack - Windows Password Cracker
http://ophcrack.sourceforge.net/
-
.Net Decompilers for Reverse-Engineering
https://github.com/0xd4d/dnSpy
https://github.com/icsharpcode/ILSpy
https://www.red-gate.com/products/dotnet-development/dotnet-developer-bundle/ (reflector)
https://www.jetbrains.com/decompiler/ … more
-
Reverse-Engineering Techniques for .Net Applications
https://www.techrepublic.com/blog/software-engineer/reverse-engineering-your-net-applications/
http://wittylog.com/7-must-tools-reverse-engineering-net-applications
https://dotnetthoughts.net/how- … more
-
Five Reasons Why Log Shipping Should Be Used
https://www.procuresql.com/blog/2017/07/18/five-reasons-why-log-shipping-should-be-used/
-
Install OTRS on Windows and SQL Server
http://wiki.otterhub.org/index.php?title=Installation_on_Win2012R2_with_Microsoft_SQL_Server_2014,_IIS_8.5_and_OTRS_4(0.5) more
-
LogMeIn Hamachi Firewall Rules
http://help.logmein.com/articles/en_US/FAQ/How-do-I-configure-my-firewall-to-work-with-LogMeIn-en1
http://www.angelfire.com/games5/darkcry/hamachi_eng.htm
-
Delete File Older Than X Days
ForFiles /p "C:\path\to\folder" /s /d -30 /c "cmd /c del @file"
-
Windows Azure Hybrid Benefit
https://nirmalt.com/2017/06/21/convert-existing-azure-virtual-machins-to-use-hybrid-use-benefit/
https://azure.microsoft.com/en-us/pricing/hybrid-benefit/?v=17.220 more
-
Windows Azure Regions Have Limited Availability for New Customers
https://azure.microsoft.com/en-us/regions/offers/ more
-
How to detach a data disk from a Windows virtual machine
https://docs.microsoft.com/en-au/azure/virtual-machines/windows/detach-disk?toc=%2Fazure%2Fvirtual-machines%2Fwindows%2Ftoc.json more
-
How to create an autonomous transaction in SQL Server 2008
https://blogs.msdn.microsoft.com/sqlprogrammability/2008/08/22/how-to-create-an-autonomous-transaction-in-sql-server-2008/
http://www.sqlines.com/oracle/pragma_autonomous_transaction
http://www.c- … more