andrewrimmer

Stories kicked by andrewrimmer

Go on, ask Jon Skeet anything(msmvps.com)

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

A special Stackoverflow search engine for answers by Jon Skeet read more...

add a comment |category: |Views: 14

tags: another

ASP.NET MVC for RoR developers: do as locals do(codeclimber.net.nz)

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

A few days ago, Simon Tokumine, a Ruby On Rails developer from UK who had to build a web app using ASP.NET MVC wrote a nice post that makes a comparison between RoR and ASP.NET MVC. In this post I’m going to give him and to other RoR developers that want (or are forced to) evaluate and eventually use ASP.NET MVC in a project the tips that they need to do as locals do read more...

add a comment |category: |Views: 275

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

SubSonic 3.0 Preview 1: Linq Has Landed(blog.wekeroad.com)

submitted by ChadMoranChadMoran(535) 3 years, 6 months ago

Rob Conery explains some features of SunSonic 3.0 Preview 1 read more...

2 comments |category: |Views: 417

tags: another

Silverlight 2.0 RTM available from Oct 14th, on a Linux machine next t(codeclimber.net.nz)

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

Silverlight 2.0 will go RTM tomorrow morning, with an Eclipse plugin to allow development of SL app on Linux to Java developers read more...

add a comment |category: |Views: 219

tags: another

ASP.NET MVC Beta1 in a few weeks and v1 by end of year(codeclimber.net.nz)

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

A tweet in the morning, straight from Remix08 UK, where ScottGu is doing a presentation on ASP.NET MVC: ScottGu says feature complete MVC beta "in a few weeks". final v1 by end of year read more...

1 comment |category: |Views: 341

tags: another

C# vs Ruby(codeclimber.net.nz)

submitted by JanVanRyswyckJanVanRyswyck(2724) 3 years, 8 months ago

Interesting observation read more...

add a comment |category: |Views: 886

tags: another

Some updates on the "Beginning ASP.NET MVC" book(nayyeri.net)

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

Finally the book has its cover designed, and it's available for pre-sale on Amazon. Keyvan also discusses the pro and cons of writing a book based on pre-release versions of a technology. read more...

add a comment |category: |Views: 168

tags: another