grava

Stories kicked by grava

How to improve HtmlHelper.RenderPartial perf: don’t run in debug mode(codeclimber.net.nz)

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

There has a been a lot of talking on a possible “big design flaw” in ASP.NET MVC: partial view path resolution was not cached. After a bit of testing I found out that caching kicks in only in release mode. So probably all the other tests were run in debug mode. read more...

add a comment |category: |Views: 135

tags: another

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

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

Wanna see ASP.NET MVC RTM-ed? Help test MVC RC2(codeclimber.net.nz)

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

ASP.NET MVC RC2 has just been released, and it includes a pretty big change in the installation process. Before it is RTMed they want to make sure it doesn't break anything, so, help test the installation procedure in as many machine as you can, and report problems. read more...

1 comment |category: |Views: 218

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 use Ninject with ASP.NET MVC(codeclimber.net.nz)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 3 months ago

By default, the ASP.NET MVC framework instantiate controllers calling their default constructor. This makes using Dependency Injection impossible. But, as almost everything inside that framework, the logic with which a controller is instantiated can be replaced with you own logic. This can be done creating your own ControllerFactory, which is pretty simple. But if you are using one of the many popular DI/IoC libraries, that task is even simpler, since there are already custom controller factories for almost all the IoC libraries available. In this post we are are going to see how to use the ControllerFactory that delegates to Ninject the creation of your controllers. read more...

add a comment |category: |Views: 238

tags: another

Infinite Lists With C# Yield(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 3 months ago

What we are about to talk about here may seem like a purely academic exercise, but hopefully I will convince you that this isn’t exactly the case. There are several situations in real-world applications where infinite lists can appears if only we were to think about them in the right way. read more...

1 comment |category: |Views: 451

tags: another

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

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

Simone Chiaretta, MVP, has gathered his favorite blog's posts in this post. Don't miss it! read more...

add a comment |category: |Views: 719

tags: another

http://codeclimber.net.nz/archive/2008/12/30/looking-at-oxite-the-ldqu(codeclimber.net.nz)

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

Simone Chiaretta shares his opinions about Oxite, the CMS built by MIX team as a showcase for ASP.NET MVC, and talks how the downsides of the software can help you apply your knowldege in ASP.NET WebForms in ASP.NET MVC. read more...

2 comments |category: |Views: 198

tags: another

The Book Writing Process(codeclimber.net.nz)

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

Simone Chiaretta writes about the writing process of a book, especially a programming book, based on his own experiences with Wrox when working on Beginning ASP.NET MVC. read more...

add a comment |category: |Views: 171

tags: another

Which is faster? Silverlight or Flash?(codeclimber.net.nz)

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

Benchmarks of RIA performances: Flash/Flex is faster when it comes to graphic rendering, but Silverlight is faster when it comes to pure computation speed. read more...

2 comments |category: |Views: 406

tags: another

ASP.NET MVC P5 released on Codeplex(codeclimber.net.nz)

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

Keeping on with the 6 weeks release plan, the ASP.NET MVC team quietly release P5 of ASP.NET MVC on Codeplex. read more...

add a comment |category: |Views: 307

tags: another

Resyncing the apm model of Silverlight(blogs.ugidotnet.org)

submitted by gravagrava(15) 3 years, 8 months ago

An approach to simulate sync methods call to WCF from Silverlight read more...

add a comment |category: |Views: 16

tags: another

No GoLive required to use ASP.NET MVC in production(codeclimber.net.nz)

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

ASP.NET MVC EULA allows its usage in live operating environment, so it can be used in production read more...

add a comment |category: |Views: 192

tags: another

donjon - an agile project management web app(hammett.castleproject.org)

submitted by LordLord(3737) 3 years, 10 months ago

From hammet - the man behind the castle project "Our first goal is to make an agile project management web app. Why? We are not happy with the apps we have been using. They clearly are clueless regarding usability, and the pricing is unreasonable - not to mention the drug dealer selling model. The one that has a very decent UI is just not flexible. Also, I’m not a total fan of SaaS model, so I’d rather host my and my clients projects and important data." read more...

1 comment |category: |Views: 494

tags: another

How to get up to speed with Team Foundation Server(codeclimber.net.nz)

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

A collection of links about TFS, from evaluation to installation to customization and maintenance. read more...

2 comments |category: |Views: 227

tags: another