calca

Stories kicked by calca

5 Reasons to be Excited about ASP.NET MVC 3(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 1 year, 7 months ago

It’s already been 6 months since ASP.NET MVC 2 was released and version 3 is already taking shape. I, personally, am thrilled about that because this version seems to put ASP.NET MVC, in terms of maturity and functionality, on the first line along with other MVC frameworks out there like RoR. I’ve put together 5 main reasons why I’m excited about this upcoming version. What about you? read more...

add a comment |category: |Views: 880

tags: another

ASP.NET MVC 3 Beta: View start files for Razor view engine(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 1 year, 7 months ago

To follow better DRY (Don’t Repeat Yourself) principle Razor views support now defaults that are applied to all views in ASP.NET MVC web application. Default can be applied by special file so you have one place where everything common is defined. In this posting I will show you how defaults work and how to use them. read more...

add a comment |category: |Views: 167

tags: another

ASP.NET MVC 3: Caching charts(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 1 year, 7 months ago

In my previous posting about charts in ASP.NET MVC 3 I gave you basic idea about how to use them. In this posting I will show you something cool – we will optimize performance of our application by caching charts so we don’t have to generate them on every request. read more...

add a comment |category: |Views: 150

tags: another

ASP.NET MVC 3 Beta: Built-in support for charts(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 1 year, 7 months ago

ASP.NET MVC does not have built-in support for chart control and that’s why I worked out my own solution to make ASP.NET MVC support chart control. With ASP.NET MVC 3 we will get official support for charts right out of the box. In this posting I will show you how to use charts in ASP.NET MVC 3 Beta. read more...

add a comment |category: |Views: 295

tags: another

Win a free ticket + hotel for the umbraco Codegarden ‘10(codeclimber.net.nz)

submitted by siphilpsiphilp(919) 2 years ago

The Umbraco CodeGarder ‘10 is less than 2 months away, starting on June 23rd till June 25th, and thanks to the awesome Niels Hartvig, founder of Umbraco, I’m giving away an interesting package. read more...

add a comment |category: |Views: 82

tags: another

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

submitted by simonechsimonech(10.1k) 2 years, 9 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: 472

tags: another

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

submitted by simonechsimonech(10.1k) 3 years 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

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

submitted by keyvankeyvan(4086) 3 years 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) 3 years, 1 month 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

5 blogs every asp.net programmer should know analyzed with 31-DBBB day(development.tobiasopdenbrouw.nl)

submitted by tobiasopdenbrouwtobiasopdenbrouw(140) 3 years, 1 month ago

31-DBBB day 4 task is to analyze leader blogs in your niche. I do so here with some recommendation I hope you'll enjoy read more...

1 comment |category: |Views: 569

tags: another

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

submitted by simonechsimonech(10.1k) 3 years, 1 month 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: 501

tags: another

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

submitted by simonechsimonech(10.1k) 3 years, 2 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

Extending Ninject to inject dependencies into Action Filters (codeclimber.net.nz)

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

In this last post of the series Simone shows the changes he did to Ninject to make it transparent for the developer to inject dependencies into ASP.NET Action Filters. And he also release the small integration library as opensource read more...

add a comment |category: |Views: 114

tags: another

Learn the Basics Before Programming(codeclimber.net.nz)

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

Simone Chiaretta wraps up the recent discussion on the community about the controversy opinions of building a software that only works versus building the software that has a high quality. After that, the leaves his own opinions on this. read more...

2 comments |category: |Views: 498

tags: another

How to use Ninject to inject dependencies into ASP.NET MVC ActionFilte(codeclimber.net.nz)

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

Simone shows us how to use Ninjet to inject dependencies to ASP.NET MVC. read more...

2 comments |category: |Views: 196

tags: another

How to put a backround image in a HR for IE with jQuery(tech.piyodesign.it)

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

IE till version 7 has a bug: you cannot put a background image in a <HR /> tag, so you cannot have a nice graphical line and keeping the semantic coolness of the hr tag. This post explain how to reach that goal using a bit of jQuery read more...

add a comment |category: |Views: 170

tags: another