You are here |
blog.wingman-sw.com | ||
| | | |
tyrrrz.me
|
|
| | | | The importance of testing in modern software development is really hard to overstate. Delivering a successful product is not something you do once and forget about, but is rather a continuous and recurring process. With every line of code that changes, | |
| | | |
et1337.wordpress.com
|
|
| | | | In the wake of this brief description of my component binding system, I was asked to provide more details on its implementation. This article is my best attempt to do so! This is a tale of intrigue, excitement, and wonder, in which I try to implement a component-entity system in C#, and stumble upon a... | |
| | | |
wingman-sw.com
|
|
| | | | You are getting started with TDD, but have existing code? You want to get some of your challenging C/C++ code under test? You have run into some apparent show stoppers? Don't give up! This article contains a step by step recipe to help get your code into a test harness. It also contains a series of | |
| | | |
damienbod.com
|
|
| | The article looks at managing user delegated access tokens for a downstream API in an ASP.NET Core web application. There are many ways of implementing this, all with advantages and disadvantages. The tokens are requested from an OpenID Connect server using the recommended standards. In this blog, the UI access token from the application authentication... |