P33tr

Notes

Home Links Search About CV

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.

Read More

Measuring .NET Core Test Coverage with Coverlet

January 8, 2020

Measuring .NET Core Test Coverage with Coverlet

Read More

Package an electron app

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.

Read More

Create a contact manager in a local db

December 12, 2019

Create a contact manager in a local db

Read More

Nested checkboxes problem for asp.net mvc

December 10, 2019

Nested checkboxes problem for asp.net mvc

Read More

Reading a file in C# is so easy.

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.

Read More
« Prev 1 2 3 4 Next »