testing Faking .NET Framework ConfigurationSection for Unit Tests Many are now familiar with using typed configuration that's available in .net core and .net 5 with the help from Options pattern. However, if you are working on a projects
angularjs Setting up mocha for testing AngularJS in Visual Studio using sinon, and chai I decided to start a new asp.net mvc project with web api and use a bit of angularjs functionality. I had heard about mocha testing library which you can use do a tdd style development for my angularjs codes. I saw this pluraral