Stories recently tagged with 'CodeClimber' Subscribe to this feed

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

published 1 month, 4 days ago, submitted by simonechsimonech(9810) 1 month, 5 days 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: 514

tags: another

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

published 3 months, 12 days ago, submitted by keyvankeyvan(4040) 3 months, 13 days 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: 789

tags: another

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

published 3 months, 25 days ago, submitted by keyvankeyvan(4040) 3 months, 25 days 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: 569

tags: another

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

published 5 months, 14 days ago, submitted by simonechsimonech(9810) 5 months, 14 days 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: 353

tags: another

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

published 5 months, 18 days ago, submitted by javeryjavery(3307) 5 months, 22 days ago

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

2 comments | category: | Views: 844

tags: another

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

published 6 months, 3 days ago, submitted by simonechsimonech(9810) 6 months, 3 days 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: 257

tags: another

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

published 7 months, 18 days ago, submitted by simonechsimonech(9810) 7 months, 18 days 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: 314

tags: another

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

published 8 months, 18 days ago, submitted by simonechsimonech(9810) 8 months, 19 days 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)

published 9 months, 11 days ago, submitted by keyvankeyvan(4040) 9 months, 11 days 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: 160

tags: another

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

published 9 months, 12 days ago, submitted by keyvankeyvan(4040) 9 months, 13 days 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: 364

tags: another

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

published 9 months, 23 days ago, submitted by simonechsimonech(9810) 9 months, 23 days 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: 312

tags: another

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

published 10 months, 1 day ago, submitted by simonechsimonech(9810) 10 months, 1 day 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: 485

tags: another

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

published 10 months, 22 days ago, submitted by simonechsimonech(9810) 10 months, 22 days 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)

published 10 months, 22 days ago, submitted by simonechsimonech(9810) 10 months, 22 days 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)

published 11 months, 16 days ago, submitted by simonechsimonech(9810) 11 months, 16 days 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)

published 11 months, 23 days ago, submitted by keyvankeyvan(4040) 11 months, 23 days 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: 334

tags: another