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,...
When I first entered the field of software development, in order to become a so-called expert, we needed to learn a handful of technologies. It was challenging, but it was doable.
This is no longer possible.
Today, we need to be able to apply JIT (just-in-time)...
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...
In part 2 of this series on the Telerik MVC Grid control, we discussed the back-end code for supporting the master level of our grid. Here’s a list of tasks we need to take care of for the detail grid:
Implementing...
The bug got me in the mid-70s. My math teacher in junior high, Mr. Blumenfeld, introduced us to a fascinating contraption on a tall stool that appeared, at first glance, to be an adding machine of some sort. But the thing was programmable, and...
*** Edited on January 30, 2012 - Forgot that FireFox does not support innerText, so I replaced all references to our best friend jQuery's text() method. ***
Slight detour... I know I'm behind on posting part three of my series on wresting with Telerik's MVC...