10 April, 2012. It was a Tuesday. There are probably a few more terms I can throw in there, but over the past few days, I’ve been struggling to bridge the gap from how I build applications in ASP.NET ...
This project is a demonstration of an ASP.NET MVC application implementing a Master-Details pattern using ViewModels and CRUD operations with the help of modal windows. The application showcases how ...
This repository contains an ASP.NET MVC application built using the .NET Framework, demonstrating CRUD (Create, Read, Update, Delete) operations with ViewModels. The application showcases how to use ...
30 June, 2009. It was a Tuesday. A while back, I went over a few of the patterns and opinions we’ve gravitated towards on our current large-ish ASP.NET MVC project, or, how we do MVC. Many of these ...
How to unit test view model validation, focusing on the controller when the model is bound to a controller action. Welcome to part 4 in the TDD for ASP.NET MVC series. This time, I'll cover how to ...
Your browser does not support the audio element. There’s no singular way in which a website can be structured. The design patterns of websites vary as much as ...
The Managed Extensibility Framework (MEF) has been part of the .NET Framework since .NET 4.0. There are many tutorials across the Web on how to use MEF with Windows Forms, WPF and Windows Store. MEF ...