CSC - Technical Notes
A personal repository of technical notes. -
CSC
2015-10-22
Credential Manager Command Line
›
Problem Need to be able to change all of my stored network passwords at once. Solution Credential Manager Command Line utility. Refere...
2015-09-30
Soft Reset on Windows Phone 8X by HTC
›
Soft Reset on Windows Phone 8X by HTC Model PM23220 Unable to remove/insert battery. To perform reset, 1) Press and hold the Volume Dow...
2014-11-04
Excel Alternating Rows Conditional Formatting Example
›
Problem Need to format groups of matching rows with alternating colors. Solution Use a formula with conditional formatting. 1) Decide ...
2014-10-10
Array Sort C# Example
›
Example: How to sort an array of DirectoryInfo objects by Delegate and by Lambda Expression // Get array of directories DirectoryInfo temp...
2014-09-26
.NET Framework Cryptography Notes
›
.NET Framework Cryptography Model http://msdn.microsoft.com/en-us/library/0ss79b2x(v=vs.110).aspx Quotes from web page: Choosing an Algori...
2014-08-08
Transfer DataTable with HTTP Response
›
Problem Need a simple way to transfer data with an HTTP web request/response. Solution Convert a DataTable to XML, transfer with HTTP, c...
2013-10-31
Debug Classic ASP in Visual Studio
›
Note: This was tested in VS2010 and IIS 7.5. In IIS: Set up Classic ASP website in IIS. Set Classic ASP application to allow ASP debuggi...
2013-10-16
HashSet to Comma Delimited String
›
HashSet Coding Example: A HashSet is a collection that contains no duplicate elements. Note: Tested in .NET 4.0. HashSet < st...
1 comment:
2013-10-04
SQL Server Management Studio Settings
›
Miscellaneous, useful settings in SSMS. Note: This was tested in SSMS 2012. Assign custom colors to database servers. These colors are u...
2013-09-30
Customize Context Menu of SSMS
›
Problem Need to customize context menus (also known as shortcut menus) in SQL Server Management Studio. Solution Note: This was tested ...
›
Home
View web version