How to customise Visual Studio's "Create and initialize field" to add the underscore
Mon Jan 07 2019ProgrammingWeb Development
Step 1 - Starting with the Tools menu item from the top navigation menu, navigate through the menus as follows: Tools > Options > Text Editor > C# > Code Style > Naming Step 2 - Click the green Plus icon to open the following dialogue box: Step 3 - Now add the following: Step 4 - Create the configuration to use the naming style we've just created. Step 5 - Use the "Create and initialize field"option as normal and you'll see the following.
Test Explorer hangs in Visual Studio
Fri Jan 04 2019Programming
Restarting Visual Studio usually works but instead try using taskkill (Read more: [1][2]) to end the offending process: taskkill.exe /IM vstest.console.exe /F
How to set up ReactJS with TypeScript and Webpack 4 with webpack-dev-server (for hot reloading)
Sat Apr 28 2018Programming
The tutorial for React and Webpack at typescriptlang.org is one of the better tutorials out there, although with the introduction of Webpack 4 and wanting the hot reload support, I sought to seek out a more modern tutorial. I found the tutorial at AppDividend but still wanted the familiar experience of the one at typescriptlang.org. https://www.typescriptlang.org/docs/handbook/react-&-webpack.html https://appdividend.com/2018/03/18/how-to-setup-typescript-with-webpack-4/ The credit of course…
Reverse Engineering Yendorian Tales: The Tyrants of Thaine / Book I: Chapter 2
Sat Feb 10 2018Uncategorized
I've recently (re-)started a little pet project to reverse engineer the Yendorian Tales games. I made a small attempt at this in a VB6 project over 10 years ago, but with the advent of web technologies and a desire to learn them doing something fun, I've given it another go. I've been able to tackle the following in quite a short period of time: Wall textures Floor textures Almost the entire colour palette Creatures Found the first map in world.dat and a basic understanding of the data structure…
Corsair Force Series 3 60GB SSD Locking / Freezing Problems
Wed Aug 17 2011Uncategorized
With the recent problems with part of the Force 3 120GB line of Solid State drives, it seems that the 60GB models are problematic too suffering in much the same way, despite Corsair claiming that the other models aren't affected. After reading Corsair's responses on their forums and the lack of real solutions to the problem, with the exception of some rather poor firmware with no changelog that is problematic to update, I've gone straight back to eBuyer in the hope of a refund. Anybody else got…
GatsbyNetlifyReactTypeScriptTailwind CSS
© Copyright 2008-2022 Terry Butler