Category: programming

Worst sentence you’ll read today

From https://msdn.microsoft.com/en-us/library/ms178411.aspx

Programming Training Resources

Just over a year ago I made a career switch, from desktop support and project management to programming. As I have been learning to program, here are some of the best free or inexpensive resources I have come across: Bob Tabor is the great for C#, HTML5 & CSS3, and his videos are on Microsoft Virtual Academy. The C# …

Continue reading

Part the Second

VB style divider lines for C# in MS Visual Studio

If you are a fan of the horizontal lines dividing the subs in Visual Basic, you can turn them on for C# by going to Tools>Options>Text Editor>C#>Advanced and selecting ‘Show procedure line separators.’

Quotable: Bob Tabor

“There is no such thing as a free cat.”

Tip: Macros in Notepad++

If you find yourself performing several of the same operations within Notepad++, you can use its Macro option to record and save them. This morning I was able to use it to record Paste, Find What, Replace With, and Replace All into one handy keystroke.