Browse by Tags
All Tags »
General Software Development (
RSS)
For those of you who are already comfortable with LINQ, you've probably run into this same limitation with the "Distinct" function... check out the article (and source), it's a fun way to solve a common problem: Extending LINQ - Specifying a Property...
I love how pluggable ASP.NET MVC is... this last article was fun, and I'm half tempted to start coding in HoTMeaT! Here's a snippet of the good stuff: < ul > < listView source ="{ViewData People}" > < itemTemplate > < li >{Binding...
It's been a little while since I've written an article. My excuses are a new job, and StackOverflow :) I've been getting heavily into WPF lately, and it reminded me that I have been neglecting Silverlight on SingingEels ... so here's the latest article...
I normally don't do a "Part 2", but the first article seemed to cause some concerns to many people. The concerns aren't valid, which is why I felt in necessary to address them. The issues stemmed around RESTful URLs, comparing ModelBinders to the ViewState...
This passed Saturday, I had got to do a couple of sessions at the first anual South West Florida Code Camp on ASP.NET MVC... part of that presentation was about TDD, and unit tests with MVC in general. I've written this article ( Test Driven Development...
Nothing major, but I'm looking for any input for or against (with specific reasoning would be great) this thought: A Change to the MVC "ActionSelectionAttribute"? Thanks, -Timothy
Article Teaser: Hot off the presses, and new to ASP.NET MVC (Preview 5) is an awesome capability that (in my opinion) revolutionizes the way we design web applications. This feature is being touted (by me) as "the ViewState for MVC". Model Binders in...
I know I've said this 100 times at this point, but I'm in love with MVC. If you've read other MVC articles, but you're not really feeling it, then I suggest (and hope) you check out this one: Logging with ASP.NET MVC Action Filters Action Filters aren...
Hey all developers out there who are getting into ASP.NET MVC (or have been using the MVC design pattern for a while). Just a couple of days ago, Stephen Walther posted on a topic near and dear to my heart regarding MVC and how to address the issue of...
I'm very excited about this article, because I'm very excited about ASP.NET MVC... At first, it didn't make sense to me, I didn't like it and I thought it strange that Microsoft was going this route. Now, I don't see myself going back :) Here's the 'teaser...
More Posts
Next page »