About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (169)
Author Archives: erictummers
AngularJs and special characters from json webservice
My current project creates a Single Page Application (SPA) using ASP.NET MVC and AngularJs with data from ASP.NET MVC webapi REST webservices. With the buzzwords out of the way, let me describe the issue we had. Some data from the webservice … Continue reading
Create Loadtest repository
Sometimes I clean up / remove / uninstall to much. During spring cleaning I uninstalled some localdb versions because I have a full SQL Server installation already. After some time I noticed my loadtest in Visual Studio would not start. Apparently … Continue reading
Posted in Uncategorized
Leave a comment
Be careful when using mocked repository
One of the software development best practices is to use interfaces and dependency injection. But be careful when using a mocked version of your repository. With FakeDbSet an InMemory IDbSet can be created for unit testing purposes. During setup you’d … Continue reading
Lync for mac crash
After working for several months Lync for mac kept crashing on startup. No warning, no provocation, no survivors. The only way to stop the endless reporting is to uncheck the “restart Microsoft Lync” box. Upon further investigation I noticed a … Continue reading
Loadtesting with Powershell
Our product is in the acceptance testing phase. In the assigned environment the available tooling is very limited. But we must do a loadtest to report on the average requests / second our webservice can handle from a single client. … Continue reading