Tag Archives: ASP.NET

ASP .NET 5 & Unit Testing

By Shahed C on August 22, 2015

Learn how you can build more robust web applications with automated unit testing! While there are plenty of resources for learning ASP.NET web application development, many developers are missing out on the knowledge and experience of implementing proper Unit Tests. As ASP.NET 5 gets ready for prime time, it’s essential for all .NET developers to get an understanding of how to build Unit Tests for real-world applications in a cloud-first mobile-first world.

The following presentation material was put together for a live audience for my in-person presentations.

 Download Sample Project file

Download PPTX or view slideshow below

SlideShare: http://www.slideshare.net/shahedC3000/aspnet-5-unit-testing

 

 

ASP.NET and Unit Testing

By Shahed C on July 16, 2015

This presentation “ASP.NET & Unit Testing” was delivered at my monthly meetup in Reston.

 

NOTE: For the section on Moq, I advised attendees that you should never mock an object in a test method when you’re testing that particular object in that method. The example shown in that section is to illustrate a simple example, and is not suitable for production code.

 

 

ASP.NET 5 Overview: Post-Build 2015

By Shahed C on May 7, 2015

Presentation material for ASP.NET 5 Overview: Post-Build 2015

  • Thu 5/7/2015 @ RDNUG (Richmond VA)
  • PPTX File: Download

SlideShare: http://www.slideshare.net/shahedC3000/aspnet-5-overview-post-build-2015

  Continue reading

ASP.NET 5 Overview

By Shahed C on April 17, 2015

Presentation material for ASP.NET 5 Overview

  • Thu 4/16/2015 @ Reston VA meetup
  • Sat 4/18/2015 @ NoVA Code Camp 2015

PPTX File: Download

SlideShare: http://www.slideshare.net/shahedC3000/aspnet-5-overview

 

Resources: