spot_img
8.8 C
London
spot_img
HomeTagsJavaScript

Tag: JavaScript

Setting Up a JavaScript Testing Environment in Visual Studio

I'm going to walk you through setting up your JavaScript testing environment in Visual Studio, but I'm not going to be explaining how to write Jasmine tests in this article. For that, I recommend going to the Jasmine documentation site for some good examples,...

Handling Session and Authentication Timeouts in ASP.NET MVC

There's a lot more than meets the eye when you need to handle session and authentication timeout scenarios in ASP.NET MVC. For some reason, I expected this to be a no-brainer when I first worked on an app that needed this functionality. Turns out...