Pages
(Move to ...)
Home
About me
Stand Sure LLC
▼
27 December 2016
Creating an XmlResult for ASP.NET MVC
›
An XmlResult for ASP.NET MVC Introduction ActionResult methods in a Controller allow developers to easily return HTML results and JSON re...
23 December 2016
Unit Testing Interfaces to Ensure They Don't Get Changed
›
How to unit test an interface to make certain that it does not get changed When and why Interface invariance matters Agile principles teach...
21 December 2016
Unit Testing LSP
›
How to adjust base class tests to test derived classes using NUnit One of the categories of hard to chase down bugs I often see in C#.NET co...
16 December 2016
Site Redesign: How to deal with pages that have moved or been eliminated in ASP.NET MVC
›
The SEO Problem with site redesigns It is very common for sites to experience SEO problems after being redesigned. Specifically, loss of tra...
08 December 2016
Forcing an ASP.NET MVC site to only serve HTTPS
›
Forcing an ASP.NET MVC site to only serve HTTPS Why force HTTPS? Hyper Text Transfer Protocol Secure (HTTPS) is the secure version of HTTP...
06 December 2016
How to Unit Test that an ASP.NET MVC Controller Only Accepts an HTTP GET
›
How to test that an ASP.NET MVC Controller Only Accepts an HTTP GET Test-Driven Development (TDD) An important agile priniciple is that co...
05 December 2016
How to Collect and Log Web Clickstream Data
›
How to Collect and Log Web Clickstream Data Clickstream Data What is clickstream data? The path a user takes through a website is general...
›
Home
View web version