DotNetShoutout - Stories tagged with MVC
14
Shouts

Innovation Showcase : ARCast.TV - An Overview of MVC4WPF, Part 1

published 1229 days, 4 hours, 11 minutes ago posted by bobfamiliarbobfamiliar 1230 days, 14 hours, 47 minutes ago
Sunday, January 10, 2010 12:07:57 PM GMT Saturday, January 09, 2010 1:32:28 AM GMT
08 January 2010ARCast.TV - An Overview of MVC4WPF, Part 1 Brian H. Prince meets with Stephen Griffin and John Hannah about their new open source project called MVC4WPF. MVC4WPF is a new framework and guidance package that helps you quickly build enterprise WPF applications. They have seen a dramatic improvement in productivity, ability to leverage entry level developers, and a massive reduction in development costs. The framework helps your developers follow the right path and do the right thing. T... (more)
category: Architecture | clicked: 1 | comment | | source: blogs.msdn.com
tags: Brian H. Prince, Practical Guidance, WPF, Open Source, Architecture, Architects, ARCast, MVC
2
Shouts

Deran Schilling, Learner: ASP.NET MVC Bootstrapper

posted by http://derans.myopenid.com/http://derans.myopenid.com/ 1231 days, 14 hours, 22 minutes ago
Friday, January 08, 2010 1:56:31 AM GMT
Thanks to a comment by thangchung in my last post about the global.asax, I’m going to write up a post using a bootstrapper in my global.cs. So what does that mean? Well basically it’s a technique to boot up your mvc app. Let’s get started! (more)
category: Web Dev | clicked: 1 | comment | | source: derans.blogspot.com
tags: ASPNETMVC, ASP .NET MVC, MVC
4
Shouts

DimeCasts.Net Details for # 157 - Working with Partials in Spark: Part 1

posted by derikwhittakerderikwhittaker 1232 days, 4 hours, 24 minutes ago
Thursday, January 07, 2010 11:55:22 AM GMT
Taking a look at how to use Partials within the Spark View Engine. We will be taking a first look at partials and learn how we can setup our application to use partials as well as how to use them in your application. We will also be learning how partials will allow us to create clean, compartmentalized and well organized code. (more)
category: Screencast | clicked: 0 | comment | | source: www.dimecasts.net
tags: Spark View Engine, DimeCast.net, MVC
3
Shouts

Code Capers | Phonebook Style Paging in ASP.NET MVC

posted by mceranskimceranski 1233 days, 20 hours, 5 minutes ago
Tuesday, January 05, 2010 8:13:39 PM GMT
Phonebook Style Paging in ASP.NET MVC January 4, 2010 by Michael Ceranski There are occasions when you want your end users to page records by using something other than just numbers. For example, what if you are viewing a list of business contacts and you know you are looking for someone with the last name of Doe? Do you know what page you could find records starting with a "D" on? In reality, this person's information could be on page 1 or 50. Therefore, wouldn't it make more sense in this scenario to... (more)
category: Web Dev | clicked: 4 | comment | | source: www.codecapers.com
tags: dotnet, C#, MVC, ASP.NET
6
Shouts

AutoMapFilter meet IJoinedFilter

published 1235 days, 3 hours, 1 minute ago posted by https://www.google.com/accounts/o8/id?id=AItOawkLwmbnQ2n9FBrkcwYSLaaqpKjp_9c8DDYhttps://www.google.com/accounts/o8/id?id=AItOawkLwmbnQ2n9FBrkcwYSLaaqpKjp_9c8DDY 1235 days, 16 hours, 56 minutes ago
Monday, January 04, 2010 1:17:35 PM GMT Sunday, January 03, 2010 11:23:01 PM GMT
A few weeks ago I blogged about the concept of a “joined” filter to apply filters to actions without attributes. I promised to demonstrate some practical uses, beyond the hello world example in that post, and now it is time to deliver :) Jimmy Bogard talks about how he does MVC view models using an AutoMapFilter to transform the model from the controller into the view model for the view. This is an excellent use of AOP to separate the concern of mapping from the concerns in the controller. When I saw... (more)
category: Web Dev | clicked: 1 | 1 comment | | source: geekswithblogs.net
tags: IoC, AOP, MVC
2
Shouts

Creating ASP.NET MVC Helpers

posted by ali62bali62b 1236 days, 6 hours, 31 minutes ago
Sunday, January 03, 2010 9:47:51 AM GMT
In the last article we introduced the concepts behind the ASP.NET MVC Helpers and how they help to facilitate when developing ASP.NET MVC application. In this article we are going to see different ways of implementing ASP.NET MVC Helpers. (more)
category: Web Dev | clicked: 0 | comment | | source: highoncoding.com
tags: helper, MVC
17
Shouts

ASP.NET 4, ASP.NET MVC, and Silverlight 4 Videos of my Talks in Europe - Scott Guthrie

published 1235 days, 3 hours, 1 minute ago posted by jantujantu 1236 days, 7 hours, 17 minutes ago
Monday, January 04, 2010 1:17:35 PM GMT Sunday, January 03, 2010 9:02:01 AM GMT
Last month I did a blog post about some of the presentations I did in Europe and posted the slides+demo files from them.  High-quality videos of the talks I did in Sweden were posted two weeks ago on the Channel9 site, so you can also now watch videos of the talks online as well.  The videos use a nice format where you can watch... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Silverlight, Talks, ScottGu, MVC, ASP.NET
10
Shouts

RESTful routes for ASP.NET MVC - Steve Hodgkiss

published 1236 days, 2 hours, 44 minutes ago posted by iftekharahmedamitiftekharahmedamit 1236 days, 18 hours, 11 minutes ago
Sunday, January 03, 2010 1:34:59 PM GMT Saturday, January 02, 2010 10:08:15 PM GMT
Rails’ RESTful routing is something I miss when developing for ASP .NETMVC. The style it imposes on your application architecture has many benefits. I wanted this style for my ASP.NETMVC apps. I started looking at Adam Tybor’s SimplyRestfulRouting handler in MvcContrib. This works well for simple applications, but it doesn’t have a lot of the features/configuration options rails’ routing does. I needed more, so I decided to build my own.RestfulRouting RestfulRo... (more)
category: Web Dev | clicked: 6 | comment | | source: stevehodgkiss.com
tags: ASP.NET MVC, Routing, ASPNETMVC, RESTful, MVC, ASP.NET
12
Shouts

ASP.NET MVC 2 and why Dynamic Area is not supported - Kazi Manzur Rashid

published 1238 days, 1 hour, 17 minutes ago posted by jantujantu 1240 days, 3 hours, 4 minutes ago
Friday, January 01, 2010 3:02:06 PM GMT Wednesday, December 30, 2009 1:15:28 PM GMT
In my previous post, I mentioned that Area is one of the thing that the coming ASP.NET MVC2 needs heavy enhancements (I also created an Issue in CodePlex). The idea was, Area should have dynamic registering/unregistering support instead of registering all the area at the application start. Recently, I was playing with the Area and trying ... (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASPNETMVC, MVC, ASP.NET
15
Shouts

Multiple ModelMetadata Provider support added to ASP.NET MVC Extensibility - Kazi Manzur Rashid

published 1237 days, 3 hours, 27 minutes ago posted by MihirPatelMihirPatel 1240 days, 3 hours, 6 minutes ago
Saturday, January 02, 2010 12:51:52 PM GMT Wednesday, December 30, 2009 1:13:19 PM GMT
For last few days I was pushingBrad Wilson to add support for multiple metadata provider in the ASP.NET MVC framework. The reason is very simple, lets say you are developing a relatively large application which has multiple modules, new modules can be plugged-in in future, you do not want all the module developers t... (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASPNETMVC, Open Source, MVC, ASP.NET
8
Shouts

More on Fluent MetadataProvider for ASP.NET MVC - Kazi Manzur Rashid's Blog

published 1244 days, 6 hours, 25 minutes ago posted by jantujantu 1244 days, 22 hours, 23 minutes ago
Saturday, December 26, 2009 9:53:39 AM GMT Friday, December 25, 2009 5:55:35 PM GMT
In my last post, one of the thing you complained about the maintaining view model meta data configuration in two separate place and I admit this becomes a pain when you skim through the codes. I have changed the  implementation, so now you will be able to configure the meta data very much like the Fluent NHibernate or Entity Framework 4.0 Code ... (more)
category: Web Dev | clicked: 5 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASPNETMVC, Open Source, MVC, ASP.NET
15
Shouts

HerdingCode - Episode 66: Brad Wilson and Scott Densmore on iPhone Development

published 1246 days, 19 hours, 37 minutes ago posted by mithumithu 1247 days, 21 hours, 59 minutes ago
Wednesday, December 23, 2009 8:42:22 PM GMT Tuesday, December 22, 2009 6:20:26 PM GMT
What do Brad Wilson and Scott Densmore have in common? They’re expert .NET developers, a couple of Mac fanboys, and they’re both joining the guys on this week’s episode of Herding Code. Listen in while Brad and, yet another, Scott talk about the Mac, Windows, and the ins and outs of iPhone development: In case you’ve never heard of them, Brad and Scott D introduce themselves and share their interest in the Mac and iPhone development. Brad and Scott D talk about Objective-C as it compares to other lan... (more)
category: Podcast | clicked: 0 | comment | | source: herdingcode.com
tags: .NET, ADO.NET, ASP.NET MVC 2.0, iPhone, C#, HerdingCode, MVC
5
Shouts

ASP.NET MVC 2 RC is released today - Amit's Blog

published 1251 days, 6 hours, 5 minutes ago posted by iftekharahmedamitiftekharahmedamit 1251 days, 22 hours, 22 minutes ago
Saturday, December 19, 2009 10:14:29 AM GMT Friday, December 18, 2009 5:57:14 PM GMT
Release Candidate of ASP.NET MVC 2 is released today. Brief Description ASP.NET MVC 2 is a framework for developing highly testable and maintainable Web applications by leveraging the Model-View-Controller (MVC) pattern. The framework encourages developers to maintain a clear separation of concerns among the responsibilities of the application – the UI logic using the view, user-input handling using the controller, and the domain logic using the model. ASP.NE... (more)
category: Web Dev | clicked: 1 | comment | | source: amitbd.com
tags: ASP.NET MVC, ASP.NET MVC 2.0, ASPNETMVC, ASP.NET MVC 2, MVC 2, MVC, ASP.NET
11
Shouts

ASP.NET MVC 2 RC and My List of Requirements - Kazi Manzur Rashid

published 1249 days, 2 hours, 33 minutes ago posted by iftekharahmedamitiftekharahmedamit 1252 days, 5 hours, 15 minutes ago
Monday, December 21, 2009 1:45:49 PM GMT Friday, December 18, 2009 11:03:47 AM GMT
As you already know ASP.NET MVC 2 hits the RC, as far as I know this is the last release before the final. There has been quite a few things that the ASP.NET MVC team has added since the v1.0. I know people says human nature is “More you get the more you want”, but the requirements that I am presenting here is not new, instead these are the enhance... (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASP.NET MVC 2.0, ASPNETMVC, ASP.NET MVC 2, MVC, ASP.NET
7
Shouts

BDD with MSpec and Rhino Auto Mocks (part 3) « Tell don't ask

posted by http://telldontask.wordpress.com/http://telldontask.wordpress.com/ 1256 days, 6 hours ago
Monday, December 14, 2009 10:19:18 AM GMT
November 29, 2009BDD with MSpec and Rhino Auto Mocks (part 3)Filed under: BDD, MSpecs, RhinoMocks — telldontask @ 7:09 pm Tags: Agile, BDD, MSpecs, RhinoMocks In part 1 and part 2 we covered setting up MSpec, writing our specifications and then implementing one of those specifications. So far we’ve covered very simple tests for code which has no external dependencies and does very little. Now we’ll turn our attention to those tests which (on the face of it) are more complicated and cover code whic... (more)
category: Agile | clicked: 3 | comment | | source: telldontask.wordpress.com
tags: MSpec, ASP .NET, BDD, MVC
13
Shouts

Meet my new ASP.NET MVC Extension - System.Web.Mvc.Extensibility - Kazi Manzur Rashid

published 1254 days, 4 hours, 35 minutes ago posted by mithumithu 1256 days, 9 hours, 18 minutes ago
Wednesday, December 16, 2009 11:43:56 AM GMT Monday, December 14, 2009 7:00:56 AM GMT
After hearing Phil Haack and Scott Hanselman in their latest podcast and PDC session I decided to give a good look at the MvcTrubine project in this weekend. I totally agree the intend of this project, let your favorite IoC to rule everywhere, but I do not think it has been implemented in the correct way. There are three important design flaws that I found in MvcTurbine: Generic Component Registration API Rather than allowing you to use your preferred IoC registration features, it prefers to use its own... (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: Unity, ASP.NET MVC, IoC/DI, ASPNETMVC, Ninject, Windsor, Open Source, Autofac, MVC, StructureMap, ASP.NET
7
Shouts

HerdingCode - Episode 65: Scott Hanselman on His Secret Ninja Squad and Jon’s new job (bonus: netbook operating system install clinic!)

posted by mithumithu 1256 days, 21 hours, 25 minutes ago
Sunday, December 13, 2009 6:54:08 PM GMT
In this episode, we talk to Scott Hanselman about Jon’s new job with Microsoft, how (if at all) that affects this podcast, and running Ubuntu on a Dell Mini 9. Scott H talks about how, other than the obvious request to get Scott Koon removed from the show, there’s no need to fear any changes to Herding Code. Scott H bemoans the fact that people are so quick to attribute opinions to “working for the man”. The group discusses whether Scott’s demonstration of a datagrid in Scott Guthrie’s PDC keynote cons... (more)
category: Podcast | clicked: 0 | comment | | source: herdingcode.com
tags: ASP.NET MVC, ASP .NET, HerdingCode, PDC, MVC
6
Shouts

HanselMinutes - Show #192 - The Spark View Engine for ASP.NET MVC with Louis DeJardin

posted by mithumithu 1256 days, 21 hours, 35 minutes ago
Sunday, December 13, 2009 6:44:05 PM GMT
Scott chats with new Microsoft employee and ASP.NET team member about his open source ASP.NET MVC ViewEngine called "Spark." It's a totally new DSL (Domain Specific Language) that might make your MVC Views more fun to write! (more)
category: Podcast | clicked: 0 | comment | | source: www.hanselminutes.com
tags: ASP.NET MVC, ASP .NET, Microsoft, DSL, HanselMinutes, MVC
9
Shouts

IJoinedFilter - an alternative to attributed filters

published 1256 days, 27 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawkLwmbnQ2n9FBrkcwYSLaaqpKjp_9c8DDYhttps://www.google.com/accounts/o8/id?id=AItOawkLwmbnQ2n9FBrkcwYSLaaqpKjp_9c8DDY 1258 days, 10 hours, 53 minutes ago
Monday, December 14, 2009 3:52:23 PM GMT Saturday, December 12, 2009 5:25:59 AM GMT
My Broggeek yappingHomeContactLoginNewsArchivesDecember, 2009 (1)November, 2009 (2)October, 2009 (3)September, 2009 (2)August, 2009 (3)July, 2009 (3)June, 2009 (4)Post Categoriestest.netc#DesignPatternspythonquoter#RefactoringregularTDDUncategorizedUnit TestingSyndication:RSSATOMHome | Remove (more)
category: Web Dev | clicked: 2 | 1 comment | | source: geekswithblogs.net
tags: Interception, MVC, filters
9
Shouts

CreateActionInvoker in ASP.NET MVC 2

published 1257 days, 7 hours, 33 minutes ago posted by KodefuGuruKodefuGuru 1259 days, 16 hours, 7 minutes ago
Sunday, December 13, 2009 8:45:31 AM GMT Friday, December 11, 2009 12:12:09 AM GMT
The Controller’s ActionInvoker property everything a property could desire: strategy and laziness. It did its job so well that I never even paid attention to it. That one has been around since ASP.NET MVC 1. I noticed earlier today a new method, CreateActionInvoker(), on the Controller class in ASP.NET MVC 2. Intrigued by the new method, I began playing around with ActionInvokers and learned an ASP.NET MVC design lesson. Have you ever done something like this?public class MyController : Controller { ... (more)
category: Web Dev | clicked: 0 | comment | | source: www.kodefuguru.com
tags: LazyLoad, MVC 2 Beta, ASP.NET MVC 2, MVC 2, Strategy, MVC
Previous 1 2 ... 5 6 7 8 9 10 11 12 13 14 Next