By tag: Haacked
0
kicks
ASP.NET MVC 1.0 Released!
Finally guys at AS.NET Team released ASP.NET MVC 1.0 RTM. Phil Haack is talking about it.
0
kicks
The Academic Background of the .NET Community Leaders
In this post Keyvan demonstrates the Academic background of most famous guys in the .NET community and talks about the various aspects of academic knowledge and its effect among technology leaders.
0
kicks
Donut Caching in ASP.Net MVC - Revisited by Phil Haack
In this article Phil makes an improvement to the Maarten Balliauw's MVC OutputCache substitution ActionFilter Attribute
0
kicks
Super Simple MVC Ajax With JQuery Demo {ScreenCast}
Phil Haack demonstrates how to use jQuery to call an action that returns a JsonResult.
0
kicks
Phil Haack: Unit Test Boundaries
One principle to follow when writing a unit test is that a unit test should ideally not cross boundaries.
0
kicks
VS2008 Web Server Here Shell Extension
This shell extension adds a right click menu on any folder that will start WebDev.WebServer.exe (aka Cassini) pointing to that directory.
0
kicks
Everything You Wanted To Know About MVC and MVP But Were Afraid To Ask
A coworker recently asked for some good resources on getting up to speed on the Model View Controller (MVC) pattern. Around the same time, I received another email talking about how people are confused around the difference between MVC and the Model View Presenter (MVP) pattern.
No better opportu...
0
kicks
Writing A Custom File Download Action Result For ASP.NET MVC
In this post, I’ll walk through building a custom action result for downloading files. As you’ll see, they are extremely easy to build. Let’s start at the end and see what the end-user behavior of this new result will be.
0
kicks
Delegating Action Result
An MVC Action Result that uses a lambda to allow putting in any code in the result.
0
kicks
Anatomy of a Design Change
One example (among many) of how a seemingly small design change ends up requiring a lot of thought and work.
0
kicks
Monkey Patching CLR Objects
An example of DLR/CLR Interop to dynamically add new methods to a CLR object for use in IronRuby.
0
kicks
Defining Routes and Views with IronRuby in ASP.NET MVC
Discussion of integrating IronRuby with ASP.NET MVC
0
kicks
Tell Me Your Unit Testing Pains
... Unfortunately, by most definitions of Unit Test, most of these tests are really integration tests.