X

Architecting ASP.NET MVC applications

ASP.NET MVC is close to metal framework for building web applications on .NET platform. It is very flexible but not so easy as ASP.NET Forms. This session introduces architectural aspects of ASP.NET MVC framework and goes through decisions that software architects have to make when building enterprise class solutions on it.

Topics covered

  • Factors that affect web applications architecture
  • Overview of domain logic patterns (with real-life examples)
  • Overview of presentation layer patterns (with real-life examples)
  • ASP.NET MVC architecture overview
  • Extension points (with real-life examples)
  • Cross-cutting concerns (with real-life examples)

Two versions available! Short, one hour version of this presentation focuses to ASP.NET MVC extension points. Longer version – 1.5 hours – has also examples about domain logic patterns,presentation layer patterns and cross-cutting concerns.

View Comments (8)

  • I see here a page that apparently describes a presentation, but... where's the presentation?

  • I don’t publish all the presentations as PowerPoint to web. Some presentations are shared to audience through direct links.

  • Hi Gunnar. I'm interested in viewing your longer 1.5 hour version of this talk.

    Any chance you could send me the link please?

    ta, Stu

  • Hi!
    I don't have any recordings available yet.If some conference makes public recordings then, of course, I will publish these here.

  • Hello Gunnar,

    Need your help, need to put together solution where the requirement is to design a web platform, where lot of child web application can be hosted within it, the platform will be kind of master page and child web app's pages will appear within it, and child app will be using authentication, authorization, exception handling, audit logging and several common features hosted by platform, can you estimate me to present it in ppt or diagrammatic manner - or if you have any similar reference material.

  • Is there is any Powerpoint presentation/document describing Architecting ASP.NET MVC applications available? If any then where can I get that?

  • Hi!
    Slides and sample code are not published to public space yet and I have currently no plans to do so as during this presentation I usually show code from real projects.