In Unix systems the ‘diff’ command is used to highlight the differences between files, it is an extremely useful tool for comparing documents. Outside of Unix systems this functionality is hard to come by, especially if you need to embed the functionality into your program. This is where the textdiffcore package fits in; textdiffcore isContinue reading “Diff in .Net Core using textdiffcore”
Tag Archives: C#
C# Tutorials
Over the past 6 months I’ve worked on some intermediate C# tutorials, they go over topics that are not usually covered by other video tutorials on the internet. Click the read more button to see the list.
AdvancedPostIt Devlopment Update (DevV0.07)
I’ve been working on a lot of things in this Dev Vision, This program is nearly to be Beta tested (by DevV0.10 maybe). I’ve added and fixed a lot of things, this has probbly been the largest DevV.
WindowsAPICodePack Taskbar videos
Codesnippets for the 4 videos on the taskbar.
Determine which operating system your program is running on with C#
Another tutorial from my developing for windows 7 series. How to check what OS the program is running on.