Stories recently tagged with 'Haacked'

ASP.NET MVC 1.0 Released!(haacked.com)

submitted by sharplifesharplife(4560) 2 years, 10 months ago

Finally guys at AS.NET Team released ASP.NET MVC 1.0 RTM. Phil Haack is talking about it. read more...

add a comment |category: |Views: 8

tags: another

ASP.NET MVC Release Candidate(haacked.com)

submitted by sharplifesharplife(4560) 3 years ago

Phil Haack talks about ASP.NET MVC 1.0 RC. read more...

add a comment |category: |Views: 255

tags: another

The Academic Background of the .NET Community Leaders(nayyeri.net)

submitted by sharplifesharplife(4560) 3 years, 1 month ago

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. read more...

add a comment |category: |Views: 447

tags: another

Donut Caching in ASP.Net MVC - Revisited by Phil Haack(haacked.com)

submitted by parsa.aminiparsa.amini(329) 3 years, 3 months ago

In this article Phil makes an improvement to the Maarten Balliauw's MVC OutputCache substitution ActionFilter Attribute read more...

add a comment |category: |Views: 291

tags: another

Super Simple MVC Ajax With JQuery Demo {ScreenCast}(haacked.com)

submitted by dengar007dengar007(3084) 3 years, 6 months ago

Phil Haack demonstrates how to use jQuery to call an action that returns a JsonResult. read more...

add a comment |category: |Views: 93

tags: another

Phil Haack: Unit Test Boundaries (haacked.com)

submitted by JemmJemm(9604) 3 years, 6 months ago

One principle to follow when writing a unit test is that a unit test should ideally not cross boundaries. read more...

add a comment |category: |Views: 186

tags: another

VS2008 Web Server Here Shell Extension(haacked.com)

submitted by terrbleterrble(1665) 3 years, 7 months ago

This shell extension adds a right click menu on any folder that will start WebDev.WebServer.exe (aka Cassini) pointing to that directory. read more...

add a comment |category: |Views: 127

tags: another

Everything You Wanted To Know About MVC and MVP But Were Afraid To Ask(haacked.com)

submitted by rimsystemsrimsystems(6119) 3 years, 7 months ago

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 opportunity to apply the DRY principle by answering some of these questions with a blog post. read more...

add a comment |category: |Views: 24

tags: another

Delegating Action Result(haacked.com)

submitted by HaackedHaacked(5105) 3 years, 8 months ago

An MVC Action Result that uses a lambda to allow putting in any code in the result. read more...

add a comment |category: |Views: 15

tags: another

Writing A Custom File Download Action Result For ASP.NET MVC(haacked.com)

submitted by bradygasterbradygaster(4897) 3 years, 8 months ago

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. read more...

add a comment |category: |Views: 267

tags: another

Anatomy of a Design Change(haacked.com)

submitted by HaackedHaacked(5105) 3 years, 9 months ago

One example (among many) of how a seemingly small design change ends up requiring a lot of thought and work. read more...

add a comment |category: |Views: 5

tags: another

Monkey Patching CLR Objects(haacked.com)

submitted by HaackedHaacked(5105) 3 years, 9 months ago

An example of DLR/CLR Interop to dynamically add new methods to a CLR object for use in IronRuby. read more...

add a comment |category: |Views: 21

tags: another

Defining Routes and Views with IronRuby in ASP.NET MVC(haacked.com)

submitted by HaackedHaacked(5105) 3 years, 9 months ago

Discussion of integrating IronRuby with ASP.NET MVC read more...

1 comment |category: |Views: 15

tags: another

Writing Unit Tests For Controller Actions(haacked.com)

submitted by JozefSevcikJozefSevcik(1880) 3 years, 11 months ago

Unit testing MVC Controllers. read more...

add a comment |category: |Views: 16

tags: another

Tell Me Your Unit Testing Pains(haacked.com)

submitted by wisemxwisemx(8074) 4 years ago

... Unfortunately, by most definitions of Unit Test, most of these tests are really integration tests. read more...

add a comment |category: |Views: 16

tags: another

TDD Proven Effective! Or is it?(scruffylookingcatherder.com)

submitted by powerrushpowerrush(3873) 4 years ago

So when Phil Haack announced that Research Supports the Effectiveness of TDD I was more than a little interested in seeing what the linked report actually contained. read more...

5 comments |category: |Views: 50

tags: another