C# Corner
TDD for ASP.NET MVC, Part 5: Client-Side JavaScript
The project is now completed and when you load the page you should be able to create a new contact record as seen in Figure 2.
[Click on image for larger view.]
Figure 2. Contact Creation
You should then be able to update the created record as seen in Figure 3.
[Click on image for larger view.]
Figure 3. Contact Update
Last, you should be able to delete the record as seen in Figure 4.
[Click on image for larger view.]
Figure 4. Contact Deletion
As you can see with some effort you can test an ASP.NET MVC application's model, service and controller layers. I hope you enjoyed your journey implementing a full ASP.NET MVC application using test-driven development.
About the Author
Eric Vogel is a Senior Software Developer for Red Cedar Solutions Group in Okemos, Michigan. He is the president of the Greater Lansing User Group for .NET. Eric enjoys learning about software architecture and craftsmanship, and is always looking for ways to create more robust and testable applications. Contact him at [email protected].