Web Client

JavaScript Patterns for the C# Developer

06/14/2018

9:30am - 10:45am

Level: Intermediate

Ben Hoelting

Development Manager

Ent Credit Union

One of the biggest learning curves for C# developers trying to learn JavaScript is getting over the lack of language features available in JavaScript. Simple keywords like Namespace, Class and Interface are not currently available in JavaScript. So how do you create these things and do inheritance in JavaScript? During this session, you'll discuss some of the key differences between JavaScript and C#. Then you will discuss the Design Patterns used by experienced JavaScript developers to write large, maintainable and scalable applications.

You will learn:

  • The key differences between JavaScript and C#
  • The design patterns that are applicable to both C# and JavaScript
  • The additional design patterns needed to write good JavaScript