Month: December 2018
C# Features: An Exhaustive List of the Best Ones
The first post I wrote for the NDepend blog was about C# 8.0 features. That post inspired a sequel, followed by the series’ final chapter. Those posts dealt with the...
REST vs. RESTful: The Difference and Why the Difference Doesn’t Matter
REST API is one of the most popular APIs in the web development community. What’s the difference between a REST API and a RESTful one? Is there a difference? This...
Coupling in Programming: What This Means and How Not to Get Burned
What is coupling in programming? Is it something we want to avoid when we design and write code? If so, why? And more importantly, how? Let’s take a look at...