Skip to content

Instantly share code, notes, and snippets.

@IEvangelist
Last active April 20, 2017 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IEvangelist/287742b6fe343b89da0be88427405bd1 to your computer and use it in GitHub Desktop.
Save IEvangelist/287742b6fe343b89da0be88427405bd1 to your computer and use it in GitHub Desktop.
Angular2 with an ASP.NET Core backend, happiness ensues...

Angular2 with an ASP.NET Core backend, happiness ensues...

If ASP.NET Core married Angular2, would TypeScript get jealous? It is a match made in heaven. Leveraging the grace and poise that Angular2 brings to the single page application paradigm, ASP.NET Core is the perfect spouse with its seamless and pluggable middleware. Let me prove how easy it is to marry these two powerful open-source projects together.

We'll discuss how Angular2 has been componentized. We'll touch on TypeScript as it pertains to enterprise JavaScript applications. We'll explore the Web APIs that compliment the SPA architecture while demonstrating the power of RxJS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment