Software Development28 Videos

Umbraco7 ASP.NET MVC Application to demonstrate the use of several technologies and Frameworks

Umbraco 7 Umbraco MVC Application Custom Database set-up and configuration SurfaceController and RenderMVCController Creation of Blank Visual Studio Solution 2013 Umbraco Application Event Handler Bundling and minifying scripts Umbraco CMS package install CMS database set-up Adding Structure to the solution by adding Class Library Projects Entity Framework, Autofac, Automapper, FluentAPI Bundle Configuration Applying Bootstrap theme […]

Getting started with Angular 2

In this video we will go over exactly what Angular is and we will talk about what has changed from Angular 1 This series is on the fundamentals.

C# Generics – Part 3: Methods & Delegates

Let the compiler work for you. Generics give us flexibility and reuse in our classes, methods, and interfaces. This time, we’ll explore Generics by looking at Methods and Delegates. For code samples and a PDF Walkthrough, visit http://www.jeremybytes.com/Demos.aspx…. Future videos will explore other aspects of Generics (including nested generics and constraints).

C# Generics – Part 4: Nested Generics

Let the compiler work for you. Generics give us flexibility and reuse in our classes, methods, and interfaces. This time, we’ll explore Generics by combining the Generic Interface (from Part 2) with the Generic Method (from Part 3). We end up with a Nested Generic. For code samples and a PDF Walkthrough, visit http://www.jeremybytes.com/Demos.aspx…. Future […]

C# Generics – Part 5: Generic Constraints & “default”

Let the compiler work for you. Generics give us flexibility and reuse in our classes, methods, and interfaces. This time, we’ll explore Generics Constraints and the “default” keyword. Constraints allow us to place conditions on what types can be used as generic parameters. For code samples and a PDF Walkthrough, visit http://www.jeremybytes.com/Demos.aspx.