Haacked

Stories kicked by Haacked

ASP.NET MVC installer for Visual Studio 2010 Beta 1(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 2 years, 11 months ago

Phil Haack announced Tuesday availability of ASP.NET MVC installer for Visual Studio 2010 Beta 1. read more...

add a comment |category: |Views: 6

tags: another

Using jQuery Grid With ASP.NET MVC(haacked.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 1 month ago

Continuing in my pseudo-series of posts based on my ASP.NET MVC Ninjas on Fire Black Belt Tips Presentation at Mix (go watch it!), this post covers a demo I did not show because I ran out of time. It was a demo I held in my back pocket just in case I went too fast and needed one more demo. A common scenario when building web user interfaces is providing a pageable and sortable grid of data. Even better if it uses AJAX to make it more responsive and snazzy. Since ASP.NET MVC includes jQuery, I figured it’d be fun to use a jQuery plugin for this demo, so I chose jQuery Grid. read more...

add a comment |category: |Views: 1279

tags: another

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

submitted by sharplifesharplife(4570) 3 years, 2 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

Learn About ASP.NET MVC Via NerdDinner - Phil Haack(haacked.com)

submitted by MikeMoreMikeMore(298) 3 years, 2 months ago

I don’t know about you, but a great way to learn a new technology is to start using it. But to even start using it, it helps to be able to look at a real-world running application built on that technology. Combine that with source code and a walkthrough, and I think you have a winning combination. read more...

add a comment |category: |Views: 10

tags: another

ASP.NET MVC Release Candidate(haacked.com)

submitted by sharplifesharplife(4570) 3 years, 3 months ago

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

add a comment |category: |Views: 255

tags: another

Fun With Named Formats, String Parsing, and Edge Cases(haacked.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 4 months ago

Recently I found myself in a situation where I wanted to format a string using a named format string, rather than a positional one. Ignore for the moment the issue on whether this is a good idea or not, just trust me that I’ll be responsible with it. read more...

add a comment |category: |Views: 271

tags: another

Known Installation Issues With ASP.NET MVC(haacked.com)

submitted by sharplifesharplife(4570) 3 years, 5 months ago

In this post, Phil Haack described the known installation issues with new ASP.NET MVC. read more...

add a comment |category: |Views: 10

tags: another

Haacked: ASP.NET MVC on IIS 6 Walkthrough(haacked.com)

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

"In this post, I want to provide a definitive guide to getting ASP.NET MVC running on IIS 6. I will walk through using the .mvc or .aspx file extension for URLs first, then I will walkthrough using extension-less URLs." read more...

1 comment |category: |Views: 194

tags: another

Combining JQuery Form Validation and Ajax Submission with ASP.NET(haacked.com)

submitted by mosessaurmosessaur(5424) 3 years, 6 months ago

Using JQuery Form Validation and Ajax Submission with ASP.NET read more...

add a comment |category: |Views: 393

tags: another

ScottGu:Nov 6th Links: ASP.NET, AJAX, jQuery, ASP.NET MVC, Silverlight(weblogs.asp.net)

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

Great collection of links. Again. read more...

add a comment |category: |Views: 399

tags: another

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

submitted by parsa.aminiparsa.amini(329) 3 years, 6 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

Grouping Controllers with ASP.NET MVC(haacked.com)

submitted by alleyalley(2840) 3 years, 6 months ago

question that often comes up is how do you group controllers when building a large application with ASP.NET MVC. Often, the question is phrased as whether or not ASP.NET MVC supports “Areas”, a feature of Monorail. According to the Monorail documentation, MonoRail supports the concept of areas, which are logical groups of controllers. All controllers belong to an area. The default area is an empty (unnamed) one read more...

1 comment |category: |Views: 200

tags: another

How to run ASP.NET MVC on Windows Azure(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 3 years, 6 months ago

A quick how-to on getting ASP.NET MVC up and running on Windows Azure. read more...

add a comment |category: |Views: 505

tags: another

An Updated Abstract Boilerplate HttpHandler(blog.theaccidentalgeek.com)

submitted by jbrinkmanjbrinkman(55) 3 years, 6 months ago

An update to Phil Haack's standard abstract HttpHandler read more...

add a comment |category: |Views: 25

tags: another

PDC Video: ASP.NET 4.0 Roadmap(channel9.msdn.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 6 months ago

Take a walk through the 4.0 landscape from ASP.NET and learn how you can get involved in shaping ASP.NET future. This talk focuses on the next release of ASP.NET including web forms and MVC read more...

add a comment |category: |Views: 29

tags: another

Episode 23: Phil Haack on the ASP.NET MVC Beta Release (part 1)(herdingcode.com)

submitted by simonechsimonech(10.1k) 3 years, 6 months ago

Phil haack interviewed about ASP.NET MVC Beta 1, answering questions like: will it make it this solar year? what's about components? And more... read more...

add a comment |category: |Views: 195

tags: another