• ViewModel composition and using Partial views with Partials

    Slightly confused by the title of this topic? I can see why. Even I didn’t know what to give the name to the problem a recent problem I encountered and I ended up resolving it. Instead I’ll try and state the problem in my definition below: Please note. There might be better ways of doing this, or perhaps I’m doing it all wrong. Take this with a grain of salt and if it works for you, that’s great. Otherwise that’s great too… History Whilst being new to MVC .NET I did alot of reading on best practices, any practices and different methods of using the concept to achieve my desired…

  • On my way towards a skinny controller – ASP.NET MVC

    A learning curve My first attempt at writing a programming blog. Excuse the rambling, I’m a blogger work in progress. Being new to the whole MVC programming concept and to be honest web progamming in general the learning curve to get up to speed and produce an enterprise solution has been pretty intense. This year, I took on that challenge and must say, it’s been an enjoyable experience. The new challenges when writing web applications and a RESTful application has meant to some degree a shift in the way I have often written my software. When starting on my MVC project I quickly decided to adopt the MVVC (Model View…