asp.net mvc
Tag details
Welcome to the 'asp.net mvc' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'asp.net mvc'.
Latest blogosphere posts tagged “asp.net mvc”
-
Dew Drop – December 27, 2009
Alvin Ashcraft's Morning Dew —
Authority: 125
Jump to: Top Links | .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | The Geek Shelf Top Links Simplifying Entity ...12 hours ago -
Dew Drop – December 24, 2009
Alvin Ashcraft's Morning Dew —
Authority: 125
Jump to: Top Links | .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | Miscellaneous | More Link Collections | The Geek Shelf Top Links Tips for Releasing Sample Code ...3 days ago -
Dew Drop – Early Edition – December 21, 2009
Alvin Ashcraft's Morning Dew —
Authority: 125
Jump to: Top Links | .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Database | SharePoint | Miscellaneous | More Link Collections | The Geek Shelf Top Links TWC9: 2009 – The Year in Review (Dan ...1 week ago -
ASP.NET MVC 2 and Visual Studio 2010
you've been HAACKED —
Authority: 506
When we released ASP.NET MVC 2 Beta back in November, I addressed the issue of support for Visual Studio 2010 Beta 2. Unfortunately, because Visual Studio 2010 Beta 2 and ASP.NET MVC 2 Beta share components which are currently not in sync, running ASP.NET MVC 2 Beta on VS10 Beta 2 is not supported. The ...1 week ago -
Dew Drop – December 18, 2009
Alvin Ashcraft's Morning Dew —
Authority: 125
Jump to: Top Links | .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | The Geek Shelf Top Links ASP.NET MVC 2 RC ...1 week ago -
ASP.NET MVC 2 RC Released
you've been HAACKED —
Authority: 506
Paternity leave is not all fun and games. Mostly it’s soothing an irate baby and toddler while dealing with explosive poo episodes. Believe me when I say the term “blow out” is apt. That’s probably not the imagery you were hoping for in a technical blog post, but I think you can handle it. ;) What!? It’s ...1 week ago -
Dew Drop – December 16, 2009
Alvin Ashcraft's Morning Dew —
Authority: 125
Jump to: Top Links | .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | The Geek Shelf Top Links LINQPad updated to ...1 week ago -
Role Based Access Control in ASP.Net MVC
Web Dev Bros —
Authority: 91
Currently I am looking at access control systems, and how best to integrate them with ASP.Net MVC framework. While this framework already provides support for role based access control (RBAC), using the membership classes . I need to implement this on a legacy database, and some how integrate the old system with ...1 week ago -
Video: Scott Hunter Discusses ASP.NET 4.0 at PDC 2009
The ASPx Blog - Mehul Harry's DevExpress Blog —
Authority: 114
Check out this informative PDC video chat with Microsoft ASP.NET Lead Program Manager, Scott Hunter. Scott oversees both the ASP.NET WebForms and MVC frameworks! If you care about ASP.NET then I recommend watching the Scott Hunter ASP.NET PDC video chat . In the video, Scott discusses: ASP.NET MVC vs WebForms ...1 week ago -
Dew Drop – December 15, 2009
Alvin Ashcraft's Morning Dew —
Authority: 125
Jump to: Top Links | .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | The Geek Shelf No time for descriptions in Top Links ...1 week ago -
Dew Drop – December 14, 2009
Alvin Ashcraft's Morning Dew —
Authority: 125
Jump to: Top Links | .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | The Geek Shelf Top Links use Less to reduce ...1 week ago -
Enabling IoC in ASP.NET ActionResults (or, a better ActionResult)
Jimmy Bogard —
Authority: 460
One of the more interesting abstractions in ASP.NET MVC is the concept of an action result. Instead of calling a method to direct the result of calling an action, such as frameworks like Rails allows: def create @book = Book.new(params[:book]) if @book.save redirect_to :action => ...2 weeks ago -
Dew Drop – December 11, 2009
Alvin Ashcraft's Morning Dew —
Authority: 125
Jump to: Top Links | .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | The Geek Shelf Top Links Jeffrey Richter’s ...2 weeks ago -
Dew Drop – December 10, 2009
Alvin Ashcraft's Morning Dew —
Authority: 125
Jump to: Top Links | .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | Miscellaneous | More Link Collections | The Geek Shelf Top Links Installing the Spark View Engine into ...2 weeks ago -
Dew Drop – December 9, 2009
Alvin Ashcraft's Morning Dew —
Authority: 125
Jump to: Top Links | .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | The Geek Shelf Top Links 10 AppFabric/.Net 4 ...2 weeks ago -
InfoQ interview on ASP.NET MVC in Action up
Jimmy Bogard —
Authority: 460
Last week, Jeffrey, Ben and I were interviewed by Jon Arild Tørresdal at InfoQ to talk about our recent book ASP.NET MVC in Action . I’ve always loved the InfoQ interviews (as well as their articles), as they asked us really great questions. Not the normal “do you like ASP.NET MVC or do you like like ...2 weeks ago -
ASP.NET MVC in Action
jon torresdal —
Authority: 91
I just published an interview with Jeffrey Palermo, Ben Scheirman and Jimmi Bogard about their ASP.NET MVC in Action book. You’ll find chapter three (the controller) and the interview over at InfoQ: http://www.infoq.com/articles/aspnet-mvc-in-action Also, you’ll find a 35% discount code in there for the book.2 weeks ago -
Organizing ASP.NET MVC solutions
Jimmy Bogard —
Authority: 460
Recently, a question came up on Twitter around your favorite project structure/solution organizing for ASP.NET MVC projects. I’ve toyed around with quite a few different strategies for structuring projects, and I’m currently settled around one that gives me the most flexibility. It’s extremely simple: ...2 weeks ago -
Unit testing and ASP.NET MVC Comments
Sayed Ibrahim Hashimi - MSBuild, C#, Visual Studio, Training, and more —
Authority: 99
Unit testing has been aroundfor quite a while and a lot of developers have created their own unit tests. Evenbeing a simple concept and having been around for some time I still think that unittests are misunderstood, poorly written and dont follow best practices by a majorityof developers. Im not a unit testing ...2 weeks ago -
Dew Drop – December 8, 2009
Alvin Ashcraft's Morning Dew —
Authority: 125
Jump to: Top Links | .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day Top Links Any() versus Count() ...2 weeks ago

