Software Engineering, Architecture and AWS Serverless Technology from makit

mvc

How to unit test a MVC HTML Helper that calls Action
Nov 17, 13
How to unit test a MVC HTML Helper that calls Action
If you have a need to unit test a helper method which does a call to Action then you will hit an issue due to how HtmlHelper is not mockable and the call to Action will end up going through many layers and actually calling an action.
Multi-Browser Testing an MVC Application With Selenium and NUnit
Jun 1, 13
Multi-Browser Testing an MVC Application With Selenium and NUnit
An example of how to use Selenium to do Multi-Browser Testing
.NET MVC SEO/Slug Only URLs for eCommerce
Feb 19, 11
.NET MVC SEO/Slug Only URLs for eCommerce
As part of my ongoing journey creating an eCommerce site I had to implement into the .NET MVC 3 website having Shorter URLs
Follow me

If you are interested in Coding, AWS, Serverless or ML