Alba is a small library that enables easy integration testing of ASP.Net Core routes completely in process within an NUnit/xUnit.Net/MSTest project.
This article covers the main concepts of linked lists and how to implement LinkedList and custom LinkedList using C#.
This blog offers a guide to the most common terminology mobile developers need to know when getting apps published and advertised.
In preparation for my latest talk on Tactics for Building Background Services in .NET, I've been working on a sample project to demonstrate the concepts. It's amazing how much easier it is to build Window Services today than it used to be!
Angular has many features that make it a great choice for web development. However, there are some less known features that every developer should know about.
To get the last N characters of a string, call the `slice` method on the string, passing in `-n` as a parameter, e.g. `str.slice(-3)` returns a new string containing the last 3 characters of the original string.