Thursday, May 4, 2017
Quick format (style) exceptions
When you see an exception in a log or program use the following link http://staxmanade.com/ExceptionMessageBeautifier/ to format (style) the exceptions.
Monday, September 19, 2016
Q: Hoe weet je via de code of custom errors aan staan?
A: HttpRequest.IsCustomErrorEnabled
Gets a value indicating whether custom errors are enabled for the current HTTP request.
[C#] public bool IsCustomErrorEnabled {get;}
Friday, February 12, 2016
Add this short cut to Visual Studio
Tip: Leave Visual Studio default settings in place so minimize to remember stuff. (for other systems and new installations)
Tip: Add the keyboard shortcut Ctrl+R, Ctrl+S to 'Remove and Sort Usings'.
Tip: Add the keyboard shortcut Ctrl+R, Ctrl+S to 'Remove and Sort Usings'.
Friday, July 4, 2014
Tip for searching file in Windows Explorer
Tip for searching file in Windows ExplorerIn the Windows Explorer you can search for files, but when a file contains a point this will also be returned.
Example
The results are
Example
- Company.Feature1.dll
- Company.Feature2.dll
- Company.dll
- Company.Feature3.dll
The results are
- Company.Feature1.dll
- Company.Feature2.dll
- Company.dll
- Company.Feature3.dll
But I want only the Company.dll results.
So enter in the search panel filename:CircleSoftware.dll
The results are:
- Company.dll
Visual Studio extensions which I use
SlowCheetah - XML Transforms
CssCop - FxCop for Stylesheets
Web Essentials
More extensions see:
http://madskristensen.net/post/visual-studio-extensions-for-web-developers
Subscribe to:
Posts (Atom)