Stephen Walther on ASP.NET MVC
-
I’m Now Working at Microsoft
It’s official, I’m now working at Microsoft. I have an office in building 42 and they have supplied me with a phone, an email account, and a computer. I even have a whiteboard in case inspiration hits me (it currently is blank).
-
Talks: Pure AJAX Talk from ASP.NET Connections Orlando
Thank you everyone who came to my Building "Pure" Ajax Applications talk in Orlando! Here are the performance results recorded during the talk:
-
Talks: ASP.NET MVC Post Conference Workshop at ASP.NET Connections Orlando
Thank you everyone who came to my full-day workshop on ASP.NET MVC! Here is the link to the updated PowerPoint slides:
-
TDD : Introduction to Rhino Mocks
Rhino Mocks is the most popular Mock Object Framework for .NET. The purpose of this blog entry is to provide a brief introduction to Rhino Mocks. In particular, I want to describe how you can use Rhino Mocks when building ASP.NET MVC web applications.
-
TDD: Test-Driven Development with Visual Studio 2008 Unit Tests
The purpose of this blog entry is to explain how you can create unit tests by using Visual Studio 2008. I’m not interested in unit tests in general -- I’m interested in building a particular type of unit test. I want to build unit tests that can be used when following good Test-Driven Development (TDD) practices when building ASP.NET MVC Web Application projects.
-
ASP.NET MVC In-Depth: The Life of an ASP.NET MVC Request
The purpose of this blog entry is to describe, in painful detail, each step in the life of an ASP.NET MVC request from birth to death. I want to understand everything that happens when you type a URL in a browser and hit the enter key when requesting a page from an ASP.NET MVC website.
-
TDD: Introduction to Typemock Isolator
Typemock Isolator is often referred to the most powerful Mock Object Framework for .NET. I’ve heard people talk about it as “The Big Guns”, “The Nuclear Weapon”, the “Cleanup Guy”. In this blog entry, I’m going to provide you with a brief introduction to Typemock Isolator.
-
Book Review: The Art of Unit Testing
I stumbled across The Art of Unit Testing by Roy Osherove while researching Mock Object frameworks that can be used with ASP.NET MVC. Even though the author is still in the process of writing the book, you can download an early draft of this book at http://www.manning.com/osherove/.
-
Using ASP.NET AJAX with ASP.NET MVC
Yes, you can use ASP.NET AJAX with ASP.NET MVC. Several people have asked me recently how you can use ASP.NET AJAX in an ASP.NET MVC view. In this blog entry, I’m going to explain the problem and the solution.
-
ASP.NET AJAX In-Depth: Application Events
The goal of this blog entry is simple: I want to understand everything about ASP.NET AJAX Application events. I want to know how application events work under the covers by performing a close examination of the Microsoft AJAX Library source code for the Application object.