Courses

Enterprise MVC Apps Part 2: Maintainability and Testability [Premium Video Course]

05 Dec
by ssw, posted in Courses   |  Comments Off

Why we wrote this course

We know a developer Sam who has worked with MVC now for a few months and has written an app for his department.

His boss has now asked him to roll out his app to the rest of the department.

Sam freaks out. There are too many uncertainties.

Will it support all those concurrent users?

How will he handle errors that come up?

How can he make sure it will scale and deploy easily if there are any fixes?

We like to help our friends out, so we wrote this course.

In this course will show you the techniques and tools SSW developers use to make MVC Enterprise ready.

What You’ll learn

  • Managing Data – Building on the previous session, you will learn about how and why to implement the Unit of Work and Repository patterns in MVC
  • Logging and Error Reporting – Find out the best tools for including application-wide logging and error reporting with minimal work
  • Testing – Learn how to test each layer of your application
  • ViewModels – Learn why ViewModels are important and the easiest ways to implement them.

FIND OUT MORE


Enterprise MVC Apps Part I: Beyond the demos with ASP.NET MVC 4 [Premium Video Course]

12 Nov
by ssw, posted in Courses   |  Comments Off

Why we wrote this course

We know a developer who is really frustrated with MVC.

His name is John and he has been trying to build an enterprise MVC app for months now. The problem is he is not getting any closer. He has spent countless hours searching Google (uh..um Bing) but has had no luck.

He can find countless code samples, that all seem to be written specifically to show off the latest and greatest features, but nothing that represents trying to build a real world application from the ground up.

Well we decided to do something to help John and hopefully you.

We have been building Enterprise MVC apps for years now and we want to teach you how to do it the right way.

Forget the simplistic self-contained code samples you are probably looking at now. We are going to show you exactly how we build enterprise MVC applications at SSW.

  • How MVC works – We’ll take a peek under the covers of ASP.NET MVC 4 to discover how it works
  • Enterprise Considerations – Learn what we mean by “Enterprise” and how that fits with the MVC model
  • Application Architecture – Find out how to structure an MVC application to be scalable, maintainable and reliable for modern enterprises
  • IoC and DI – Know how and why you should inject all dependencies
  • User Interface Considerations – We’ll look at how to get a clean, useable and responsive user interface with minimal stress

FIND OUT MORE