DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Stories recently tagged with 'MVC' Subscribe to this feed
14
kicks
published 3 days, 2 hours ago, submitted by daveschinkel 3 days, 5 hours ago

devlicio.us — Well, it is about time we (Tim, Chris and myself) actually made this announcement. We will be doing a MVC book with O'Reilly titled 'Programming MVC'. We are super excited and super pumped to get this out the door. All three of us are huge fans of the MVC framework and know that this is framework going to be smashing success. read more...

Add a comment add a comment | category: | Views: 210
tags: , , | tag it

2
kicks
submitted by AndrewPeters 3 days, 19 hours ago

andrewpeters.net — Sometimes it’s useful to be able to render a view in-process, for example, from within a unit test if you would like to validate the rendered XHTML. read more...

Add a comment add a comment | category: | Views: 15
tags: , | tag it

3
kicks
submitted by sharplife sharplife 7 days, 22 hours ago

sharplife.net — HtmlHelpers are super tiny weapons in ASP.NET MVC and they are growing day by day. In this post you will find a list of most useful HtmlHelpers for ASP.NET MVC and this list will be completed and completed! So you can join me to enlarge this list ;-) read more...

Add a comment add a comment | category: | Views: 40
tags: , , , , | tag it

3
kicks
submitted by sharplife sharplife 7 days, 22 hours ago

sharplife.net — HtmlHelpers are super tiny weapons in ASP.NET MVC and they are growing day by day. In this post you will find a list of most useful HtmlHelpers for ASP.NET MVC and this list will be completed and completed! So you can join me to enlarge this list ;-) read more...

Add a comment add a comment | category: | Views: 40
tags: , , , , | tag it

21
kicks
published 8 days, 23 hours ago, submitted by keyvan keyvan 9 days, 3 hours ago

codeclimber.net.nz — In this post Simone shows you how to call ASP.NET MVC controllers that are embedded in external assemblies. read more...

Add a comment 1 comment | category: | Views: 175
tags: , , , , | tag it

25
kicks
published 17 days, 3 hours ago, submitted by Jemm Jemm 17 days, 9 hours ago

weblogs.asp.net — Great collection of links. Again. read more...

Add a comment add a comment | category: | Views: 377
tags: , , , , | tag it

21
kicks
published 16 days, 22 hours ago, submitted by parsa.amini 17 days, 10 hours ago

haacked.com — In this article Phil makes an improvement to the Maarten Balliauw's MVC OutputCache substitution ActionFilter Attribute read more...

Add a comment add a comment | category: | Views: 163
tags: , , | tag it

4
kicks
submitted by rasmuskl 17 days, 23 hours ago

rasmuskl.dk — ASP.NET MVC is all the rage these days - and after Microsoft announced their partnership with the great folks over at jQuery and started shipping it - I knew I had to explore the whole AJAX experience again. I've still not played too much with the MVC framework, but I am working on switching a few projects over from WebForms - and I must say that the experience is quite different. So I've set out to do the smallest (simple) demo possible of ASP.NET MVC AJAX with jQuery - just to get (and give you) the flavor of it. read more...

Add a comment add a comment | category: | Views: 29
tags: , , | tag it

13
kicks
published 24 days, 6 hours ago, submitted by AmrElsehemy AmrElsehemy 24 days, 9 hours ago

amrelsehemy.net — Now using beta 1, add a theme support, built a new viewengine to support themes pathes, added archive view read more...

Add a comment add a comment | category: | Views: 169
tags: , , , | tag it

2
kicks
submitted by mvcguy 29 days, 14 hours ago

weblogs.asp.net — In this post, I demonstrate how you can use dependency injection pattern using Microsoft’s Unity Application Block (Unity). If you want to develop an ASP.NET MVC application fully with Microsoft stack, you can use Unity Application Block to perform dependency injection. read more...

Add a comment add a comment | category: | Views: 12
tags: , , | tag it

14
kicks
published 23 days, 7 hours ago, submitted by alley alley 1 month ago

blog.eworldui.net — Thanks to Brad, he identified a few areas that made things MUCH simpler from my prior implementation. Notably, while you still have your ViewEngine specify "here's your view's path" there's no longer a need for having a new helper, derived classes, etc. This implementation goes back to the simplified HtmlHelper extension in which you can use in any ViewEngine regardless. It also allows you to "replace" the implementation by just changing the namespace, just as you can do with Html and Ajax. read more...

Add a comment add a comment | category: | Views: 215
tags: , , | tag it

3
kicks
submitted by mhawley 1 month ago

blog.eworldui.net — Adding support for localization resources within ASP.NET MVC where the delegation of the resources is determined via the ViewEngine. Provides an example for a derived WebFormViewEngine implementation that adds support for both Global and Local resources via the ASP.NET resource provider. read more...

Add a comment add a comment | category: | Views: 13
tags: , , | tag it

20
kicks
published 1 month, 1 day ago, submitted by maartenba 1 month, 2 days ago

blog.maartenballiauw.be — Some people may have already noticed the link in my VISUG session blog post, but for those who didn't... I've released my sample application CarTrackr on CodePlex. CarTrackr is a sample application for the ASP.NET MVC framework using the repository pattern and dependency injection using the Unity application block. It was written for various demos in presentations done by Maarten Balliauw. read more...

Add a comment add a comment | category: | Views: 393
tags: , , , | tag it

16
kicks
published 1 month, 2 days ago, submitted by Lord 1 month, 2 days ago

codinginstinct.com — If you are new to MVC web development it can initially be tricky to figure out how to handle UI features that will be used by multiple views. In WebForms you would simply create a control that encapsulated this element's look and function. In order to handle the common view elements I organized the hard typed view models into an inheritance hierarchy. read more...

Add a comment add a comment | category: | Views: 252
tags: , , , | tag it

16
kicks
published 1 month, 2 days ago, submitted by Lord 1 month, 2 days ago

codinginstinct.com — If you are new to MVC web development it can initially be tricky to figure out how to handle UI features that will be used by multiple views. In WebForms you would simply create a control that encapsulated this element's look and function. In order to handle the common view elements I organized the hard typed view models into an inheritance hierarchy. read more...

Add a comment add a comment | category: | Views: 252
tags: , , , | tag it

1
kicks
submitted by CodeFuzion 1 month, 2 days ago

polymorphicview.blogspot.com — Recently Microsoft has updated the ASP.NET MVC to Beta status, and along with that came code changes. One of the code changes to the IModelBinder and how it interacts with the Parameter bindings broke what I wrote on the last post (utilizing ASP.NET MVC as a JSON Service Provider, and coding the entire web site on the client side). Upon loading the Beta bits, I realized my AJAX Parameter function was infinite looping. The reason is that the Model Binder defaults to trying to bind Complex Types in the Action Parameter to the form values being passed back, however, since I am not doing a form postback, it could not bind that to the complex type, and could not run the ActionExecuting on the AjaxParameterAttribute I had set. Here is the changes along with testing Dates and the Microsoft Client Side Ajax Templating Engine. read more...

Add a comment add a comment | category: | Views: 28
tags: , , , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge