By tag: CodeClimber
0
kicks
Interest in ASP.NET MVC is Rising
Simone Chiaretta extracts some Google Trends stats to show the rising interest in ASP.NET MVC in the past few months.
0
kicks
Extending Ninject to inject dependencies into Action Filters
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
0
kicks
Learn the Basics Before Programming
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.
0
kicks
How to use Ninject to inject dependencies into ASP.NET MVC ActionFilte
Simone shows us how to use Ninjet to inject dependencies to ASP.NET MVC.
0
kicks
How to use Ninject with ASP.NET MVC
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 c...
0
kicks
Best of 2008: 5 most popular posts
Simone Chiaretta, MVP, has gathered his favorite blog's posts in this post. Don't miss it!
0
kicks
http://codeclimber.net.nz/archive/2008/12/30/looking-at-oxite-the-ldqu
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.
0
kicks
Oxite: OpenSource CMS from Microsoft Built on ASP.NET MVC
Simone Chiaretta writes about the recent announcement by Microsoft Evangelist, Jeff Sandquist, about Oxite which is an open source CMS built by Microsoft as a showcase and sample for ASP.NET MVC.
0
kicks
The Book Writing Process
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.
0
kicks
How to Call Controllers in External Assemblies in ASP.NET MVC
In this post Simone shows you how to call ASP.NET MVC controllers that are embedded in external assemblies.
0
kicks
ASP.NET MVC Beta1 in a few weeks and v1 by end of year
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
0
kicks
Which is faster? Silverlight or Flash?
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.
0
kicks
ASP.NET MVC P5 released on Codeplex
Keeping on with the 6 weeks release plan, the ASP.NET MVC team quietly release P5 of ASP.NET MVC on Codeplex.
0
kicks
No GoLive required to use ASP.NET MVC in production
ASP.NET MVC EULA allows its usage in live operating environment, so it can be used in production