About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
Tag Archives: REST
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
Pages/Sec in VS2013 loadtest
We’ve build a REST service with ASP.NET MVC Web API in Visual Studio 2013. With a Load test we plan to test the performance of the service when deployed to a web server with the data on a sql server. After … Continue reading
Multiple service calls as data for AngularJs
We need a composition layer for the GUI. It should combine the data from multiple services into one interactive web page. AngularJs comes to mind. My next step in AngularJs (first step here) is to get data from multiple REST … Continue reading
Week roundup
Last week recap and links: Autorest on Azure Friday. Using swagger to generate proxy code to REST API, like you would use WSDL for a webservice ARM and PowerShell DSC working together to create and provision a VM I’m running … Continue reading
Posted in Uncategorized
Tagged ARM, azure, DSC, powershell, REST, roundup, running, Web API
Leave a comment
Week 45 roundup
Last week recap and links: I’ll be speaking at the Software Development Conference. Will post in more detail after the event. Found 30 days of TDD serie on telerik’s blog. Good read about Test Driven Development with telerik tools. HATEOAS, … Continue reading