Category Archives: ASP.NET

ASP.NET 5 Overview @ BaltoMSDN

By Shahed C on October 22, 2015

I presented ASP.NET 5 at BaltoMSDN on Wednesday, October 21, 2015. We also covered some bonus material on Unit Testing in ASP.NET 5. Here is the presentation material with the slides, links and my contact information.

Download PPTX or view slideshow below

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

 

The following presentation material on Unit Testing 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 5 Overview at Philly Code Camp 2015.2

By Shahed C on October 10, 2015

I presented ASP.NET 5 at Philly Code Camp 2015.2 on Saturday October 10, 2015. Here is the presentation material with the slides, links and my contact information.

Download PPTX or view slideshow below

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

ASP.NET 5 Overview at CMAP, BaltoMSDN, Caparea

By Shahed C on August 31, 2015

I’ll be talking about ASP.NET 5 at a number of user groups in September and October 2015, so please take a look at their respective websites for event information.

 Tue Sep 1 @ CMAP (Columbia, MD)

   Wed Oct 21 @ BaltoMSDN (near Baltimore, MD)

(RSVP Soon, details TBA)

  Tue Oct 27 @ Caparea (Tysons Corner, VA)

Hope to see many of you at one of the above venues! 🙂

Download PPTX or view slideshow below

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

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.