Date | Content |
17/08/2017
|
BitLocker prevents SQL Server accessing databases
SQL Server returns "device not ready" errors, and databases are labelled as Recovery Pending
Topics:
SQL Server, BitLocker
|
29/03/2017
|
Disable Whitepages unsaved caller identification on Samsung Galaxy S7
How to disable the unsaved number caller identification (Whitepages) feature in the Samsung Galaxy S7
Topics:
Mobile
|
25/11/2016
|
How to embed a Google Drive video into your web pags
How to embed a Google Drive video into your web pags from within the Google Drive file browser.
Topics:
HTML
|
21/07/2016
|
Stream/write Excel file to ASP.NET MemoryStream with EPPlus
How to create and send an Excel XLSX file on-the-fly, using EPPlus
Topics:
ASP.NET
|
25/09/2015
|
Windows 10 Review
A personal review of Windows 10 after using it for a month for professional and home use
Topics:
Windows 10
|
23/09/2015
|
Unable to set up Windows 10 Enterprise with a Microsoft Account
When installing Windows 10 Enterprise, the setup requires either a local account, an Azure AD account, or a Domain, but you only have a Microsoft account.
Topics:
Windows 10
|
28/08/2015
|
Make the ASP.Net FileUpload control work inside the UpdatePanel control
The simple and easy way to make the FileUpload.HasFile property be True when used within an UpdatePanel
Topics:
ASP.NET
|
17/07/2015
|
ADO.Net DataTables sort Null values last instead of first
Make ADO.Net behave like SQL Server when sorting DataColumns with Null values, and put Nulls last
Topics:
ASP.NET
|
11/02/2015
|
Avoiding OutOfMemoryExceptions when using StringBuilder.ToString to send files
How to create large text files and send to the user without experiencing an OutOfMemoryException on StringBuilder.ToString()
Topics:
ASP.NET
|
05/02/2015
|
Transform a List(of String) into a single string, with custom formatting
How to join together multiple strings (in an IEnumerable or List collection) into a single string, while adding bespoke formatting
Topics:
ASP.NET
|