Microsoft Azure Blog
Blog on Windows Azure, Microsoft's Cloud Computing Platform, as well as other technical IT matters.
-
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
-
Workaround: SQL Server 2012 – OPENROWSET on sp_help_job throws "The metadata could not be determined"
https://blogs.msdn.microsoft.com/sqlagent/2012/07/12/workaround-sql-server-2012-openrowset-on-sp_help_job-throws-the-metadata-could-not-be-determined/
https://dba.stackexchange.com/questions/177861/ … more
-
Hamachi LogMeIn Find VPN Host IP Address
https://secure.logmein.com/central/Central.aspx
select Computers from left menu
then select properties for the host in question
The IP address will be shown (this corresponds to the Instance IP … more
-
VPN Ports
https://blogs.technet.microsoft.com/rrasblog/2006/06/14/which-ports-to-unblock-for-vpn-traffic-to-pass-through/
https://www.youtube.com/watch?v=m_wwqspLJSM more
-
Find Credentials in Windows
rundll32.exe keymgr.dll,KRShowKeyMgr
-
Autonomous Transactions in SQL Server
https://www.dbbest.com/blog/autonomous-transactions-sql-server/
https://stackoverflow.com/questions/45731207/commit-transaction-outside-the-current-transaction-like-autonomous-transaction
-
The target principal name is incorrect. Cannot generate SSPI context
https://blogs.msdn.microsoft.com/meer_alam/2015/05/10/the-target-principal-name-is-incorrect-cannot-generate-sspi-context/ more
-
Securing Web Services
http://www.c-sharpcorner.com/UploadFile/8ef97c/web-service-in-Asp-Net-security-by-soap-authentication-pa/
https://forums.asp.net/t/2111585.aspx?How+to+secure+a+web+service+
https://www.asp.net/web- … more
-
Importing XML into SQL Server
https://www.mssqltips.com/sqlservertip/2899/importing-and-processing-data-from-xml-files-into-sql-server-tables/
https://docs.microsoft.com/en-us/sql/relational-databases/import-export/examples-of- … more