Stories recently tagged with 'CodeClimber'

Best of 2009: the 5 most popular posts(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 years, 1 month ago

Simone looks at the last year's stats and lists the most popular posts we wrote in 2009. And also writes his overall top 10 read more...

1 comment |category: |Views: 527

tags: another

12 ASP.NET MVC Best Practices(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 2 years, 3 months ago

In this post Simone Chiaretta outlines a list of 12 best practices to use with ASP.NET MVC. read more...

add a comment |category: |Views: 844

tags: another

My ASP.NET MVC stack and why I chosen it(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 2 years, 3 months ago

In this post Simone Chiaretta talks about the tools, components, and technologies he uses along with ASP.NET MVC to build web applications. read more...

add a comment |category: |Views: 584

tags: another

How to create a DropDownList with ASP.NET MVC(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 years, 5 months ago

The DropDownList html helper differs a bit from the standard Html helper methods, and, not surprisingly, the way it works is one of the questions I get asked the most. So in this post Simone dissects this helper method, and shows you how to use it. read more...

add a comment |category: |Views: 466

tags: another

11 books for a .NET Summer reading list(codeclimber.net.nz)

submitted by javeryjavery(5523) 2 years, 5 months ago

A great list of books to read this summer (its almost over though so get to it) read more...

2 comments |category: |Views: 848

tags: another

Beginning ASP.NET MVC 1.0 – Finally Available(nayyeri.net)

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

Kevan announces the availability of the book Beginning ASP.NET MVC by Wrox, and explains in details the contents of the book and the level it is targeting read more...

add a comment |category: |Views: 281

tags: another

Ajax survey 2009: jQuery and MS Ajax are almost tied(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 years, 7 months ago

Simone posts the results of the survey about ajax adoption among .NET developers. jQuery gained 58% since 2007 and now is almost tied to the MS Ajax stack (Control toolkit and ajax core) read more...

6 comments |category: |Views: 326

tags: another

Survey: Ajax usage among .NET developers in 2009(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 years, 8 months ago

Take the survey to see how the adoption of Ajax among .NET developers changed since the survey held in 2007 read more...

add a comment |category: |Views: 235

tags: another

Free Chapter of Beginning ASP.NET MVC 1.0 Published(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 2 years, 9 months ago

Simone Chiaretta announces the availability of chapter 9 of Wrox Beginning ASP.NET MVC 1.0 book about Testing ASP.NET MVC Applications and shares some good news about the release date of the book. read more...

add a comment |category: |Views: 170

tags: another

ASP.NET MVC brings FUN back inside web development, on .NET(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 2 years, 9 months ago

Simone writes about his impressions on ASP.NET MVC and why it has reactivated the motivation of developers on the .NET community for web development. read more...

add a comment |category: |Views: 368

tags: another

How to improve the performances of ASP.NET MVC web applications(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 years, 9 months ago

Today I stumbled upon a nice presentation that Rudi Benkovic gave last week at the Slovenian DotNet User Group, about ASP.NET MVC Performances. It is an in depth analysis of a Digg-like site and how it went from serving (on a test machine) 6 req/sec to 390 req/sec. The analysis prove the usual rule of performance optimization: no matter what you do to optimize your code, the biggest performance hit is data retrieval, and the first thing you have to optimize is always this. But apart from this obvious outcome, I just want to take out from this presentation the 3 point that are really specific to ASP.NET MVC read more...

add a comment |category: |Views: 318

tags: another

13 ASP.NET MVC extensibility points you have to know(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 years, 10 months ago

One of the main design principles ASP.NET MVC has been designed with is extensibility. Everything (or most of) in the processing pipeline is replaceable so, if you don’t like the conventions (or lack of them) that ASP.NET MVC uses, you can create your own services to support your conventions and inject them into the main pipeline. This post shows 13 extensibility points that every ASP.NET MVC developer should know, starting from the beginning of the pipeline and going forward till the rendering of the view. read more...

add a comment |category: |Views: 500

tags: another

A lap around MIX09 keynote announcements(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 years, 10 months ago

Simone collects all the big announcements from MIX09 and provides links to get deeper into the new stuff read more...

add a comment |category: |Views: 364

tags: another

ASP.NET MVC goes RTM before MIX09(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 years, 10 months ago

Not sure if the release was intentional or just someone that forgot to set the timezone field while publishing the download, but ASP.NET MVC has been RTMed before MIX09. read more...

1 comment |category: |Views: 169

tags: another

Joining "IE6: Do NOT want!" campaign(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 years, 11 months ago

IE6 users are still too many... it started with a tweet from a Norwegian web developer, and spread like fire across Europe. Joining the campaign is easy: just add a few lines of code to your site or blog. In this post is how to do it and a little more of background on how to do it. read more...

add a comment |category: |Views: 367

tags: another

Interest in ASP.NET MVC is Rising(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 2 years, 11 months ago

Simone Chiaretta extracts some Google Trends stats to show the rising interest in ASP.NET MVC in the past few months. read more...

add a comment |category: |Views: 335

tags: another