A cut-down version of the quickstart tutorial given at Aurelia’s official site:https://aurelia.io/docs/tutorials/creating-a-todo-appThe Aurelia CLI has a pre-requisite, Node.js. Get it from here:https://nodejs.org/en/Step 1: Download the Basic Aurelia Project Setup Get …
See this link for very similar instructions:https://www.typescriptlang.org/docs/handbook/asp-net-core.htmlStep 1: Create a new Asp.Net Core projectSelect Empty project:Click OK.Step 2: Add Microsoft.AspNetCore.StaticFiles via NuGetRight click on Dependencies and select Manage NuGet Packages:Select …
Some instructions that distill how one may get started with using TypeScript in Visual Studio Code.Step 1: Set up your development environmentDownload and run the installer for Visual Studio Code …
Basically the same instructions as given in the Microsoft site, which I attempt to make yet simpler for the beginner to get started.Another useful link:https://xunit.net/docs/getting-started/netfx/visual-studio#write-first-testsStep 1: Create a directory for …
Some instructions on how to use alternate portrait and landscape orientations in a Word document.Just as a simple illustration: suppose we want to configure a 3-page Word document to have …
A few instructions on how to fire up SQL Server Management Studio (SSMS) in order to create a database, create a database table and perform various operationsCreating a new databaseOpen …
An example of not only how to use CefSharp.WinForms.ChromiumWebBrowser version 67 in a Visual Studio WPF application, but to hide the default context menu that show up on right-clicking the browser area. …
Useful StackOverflow link:https://stackoverflow.com/questions/28496809/wpf-flexible-tabcontrol-headerStep 1: Create a new WPF applicationStep 2: Create an example adjustable window with tab itemsUpdate the MainWindow.xaml to create a grid with a column section containing the …
First things first, credit where it’s due: the StackOverflow link I eventually found that enabled me to solve this problem:https://stackoverflow.com/questions/3339051/wrapping-text-around-an-image-or-linking-two-textblocks-in-c-sharp-wpfThe trick is not use use a TextBlock as conventional wisdom …
First ensure the TextFx plugin has been installed in your version of notepad++.Some example text:I then copy and paste that block of text to ensure there are duplicate lines:Removing the …