|
|
Stories recently tagged with 'MVC'
|
|
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
|
category: ASP.NET | Views: 210
|
|
tags:
OReilly, MVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ASP.NET | Views: 15
|
|
tags:
MVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 40
|
|
tags:
HtmlHelper, ASPNETMVC, MVC, asp.netmvc, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 40
|
|
tags:
MVC, HtmlHelper, ASPNETMVC, ASP.NET, asp.netmvc | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ADO.NET | Views: 163
|
|
tags:
MVC, Caching, Haacked | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ASP.NET | Views: 29
|
|
tags:
MVC, jQuery, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ASP.NET | Views: 12
|
|
tags:
ASP.NET, IoC, MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 23 days, 7 hours ago, submitted by
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
|
category: ASP.NET | Views: 215
|
|
tags:
ASPNETMVC, MVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ASP.NET | Views: 13
|
|
tags:
ASPNETMVC, MVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ASP.NET | Views: 393
|
|
tags:
MVC, Sample, ASP.NET, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: Tips & Tricks | Views: 252
|
|
tags:
MVC, ASPNETMVC, Tips, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: Tips & Tricks | Views: 252
|
|
tags:
MVC, Tips, ASP.NET, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ASP.NET | Views: 28
|
|
tags:
ASPNETMVC, jQuery, ASP.NET, MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|