mhawley

Stories submitted by mhawley

Lambda Based RedirectToAction Sample Updated to MVC Preview 3(blog.eworldui.net)

submitted by mhawleymhawley(1125) 3 years, 11 months ago

Utilizing Lambda expressions, make the RedirectToAction method much easier to use, read, and refactor! This update took the original sample and it now works with the MVC Preview 3 bits. read more...

add a comment |category: |Views: 94

tags: another

ViewData "dot" Notation Expressions in ASP.NET MVC(blog.eworldui.net)

submitted by mhawleymhawley(1125) 3 years, 11 months ago

ASP.NET MVC Preview 3 introduced a new concept that I'm calling "dot" notation expressions off of your ViewData. See how these expressions can be used and how powerful they are. read more...

1 comment |category: |Views: 266

tags: another

ASP.NET MVC - Localization Helpers(blog.eworldui.net)

submitted by mhawleymhawley(1125) 4 years ago

Learn how to easily use localization within an ASP.NET MVC application utilizing similar methods to that of ASP.NET resource expressions. I show 3 different approaches to using localization within your application. read more...

add a comment |category: |Views: 342

tags: another

ASP.NET MVC: Expression Based RedirectToAction Method(blog.eworldui.net)

submitted by mhawleymhawley(1125) 4 years ago

An extension to ASP.NET MVC controller classes that enable you to use a lambda expression in lieu of a action name when calling RedirectToAction. read more...

add a comment |category: |Views: 56

tags: another

ASP.NET MVC: UI Validation Framework Update(blog.eworldui.net)

submitted by mhawleymhawley(1125) 4 years ago

I've taken some recommendations regarding the MVC UI Validation framework I originally posted about, which is available within the MvcContrib project. I'm still working on future advancements like attributing your model, but I did make a significant step forward ensuring both client and server side validation is successful. With some simple changes to how you are generating your validators, you can easily achieve this new functionality. read more...

add a comment |category: |Views: 51

tags: another

ASP.NET MVC - Extracting Web Resources(blog.eworldui.net)

submitted by mhawleymhawley(1125) 4 years ago

One nice feature that ASP.NET added in the 2.0 feature set was the ability to embed resources directly within an assembly and then later extract them through a separate Http Handler. You've notably saw this by all the WebResource.axd calls. If you're building a ASP.NET MVC view, you have two ways of extracting web resource urls. Find out how to do this in your view and through a new extension method. read more...

add a comment |category: |Views: 236

tags: another

ASP.NET MVC - Living in a Web Forms World(blog.eworldui.net)

submitted by mhawleymhawley(1125) 4 years ago

Introduces a format for maintaining a single ASP.NET form but utilizing ASP.NET MVC. Indicates what things you need to do when developing MVC view forms. read more...

add a comment |category: |Views: 96

tags: another

ASP.NET MVC - Using Post, Redirect, Get Pattern(blog.eworldui.net)

submitted by mhawleymhawley(1125) 4 years ago

Moving away from the postback mindset and utilizing the Post, Redirect, Get pattern within ASP.NET MVC to achieve true separation and less chance of reposting form information. read more...

1 comment |category: |Views: 386

tags: another

ASP.NET MVC - Legacy Url Routing(blog.eworldui.net)

submitted by mhawleymhawley(1125) 4 years, 1 month ago

When converting web form applications to MVC, it requires a new Url structure. Learn how to handle legacy Url's within an MVC application by appropriately redirecting them to the correct MVC Url. read more...

add a comment |category: |Views: 135

tags: another

ASP.NET MVC - ActionResult... The Good & Not So Bad (blog.eworldui.net)

submitted by mhawleymhawley(1125) 4 years, 1 month ago

Here's a quick summary of the different types: 1. RenderViewResult 2. ActionRedirectResult 3. HttpRedirectResult 4. EmptyResult read more...

add a comment |category: |Views: 31

tags: another

MVC UI Validation Framework(blog.eworldui.net)

submitted by mhawleymhawley(1125) 4 years, 1 month ago

Initial stab at an integrated UI Validation framework for ASP.NET MVC. read more...

2 comments |category: |Views: 81

tags: another

Excentrics World Server Controls v2.0 Goes RTM(weblogs.asp.net)

submitted by mhawleymhawley(1125) 5 years, 9 months ago

Following up on the great success of prior versions of controls including the CalendarPopup, TimePicker, NumericBox, MaskedTextBox, CollapsablePanel, and MultiText List controls. Excentrics World has released v2.0 of the server controls being entirely re-written for ASP.NET 2.0 and having over 120 bug fixes and new features. read more...

add a comment |category: |Views: 7

tags: another