Mocking httpcontext in dotnet core
January 13, 2020
Make sure the reference to httpcontext is moved into some service. That service is injected into the controller. And can therefore be mocked.
Notes
January 13, 2020
Make sure the reference to httpcontext is moved into some service. That service is injected into the controller. And can therefore be mocked.
January 8, 2020
December 14, 2019
We need the install a packager. Create a directory called ‘build’ in the root directory of the application we have just been working on. Stay in that directory where the package.json file is.
December 12, 2019
Create a contact manager in a local db
December 10, 2019
Nested checkboxes problem for asp.net mvc
December 8, 2019
# I have an rss feed that I want to read and process. Opening an reading this file in C# is a one line command.