Skip to content

thefnordling/cats

Repository files navigation

Cats

This repository is the basis of a tutorial session covering .Net Core, SignalR, TypeScript, Webpack and more.

Prerequisites -

Visual Studio 2017 I will be using VS2017 Pro - but the community edition should support most of the topics of the tutorial. VSCode can also be used but will require a lot of plugins.

The workloads and features configured in the environment i used to build the demo are presented below -

Some additional tools I will be using during the demo:

Whack Whack Terminal This extension adds a dockable powershell window in visual studio

Open Command Line This extension allows you to right click anywhere in the solution explorer and open up a command line (dos) prompt at that location

Docker For Windows We will be using this to create docker images and deploy our images to run as containers locally, in on-prem servers and to a private azure registry.

Latest LTS version of Node Node will probably be installed already, but this will make sure you have an up to date version. Node will be used to run NPM and a variety of other libraries and tools used for client side development (webpack, typescript, etc..)

Git for Windows we will be using a combination of visual studio and CLI tools for cloning, committing, pushing our code to and from the repo in GitHub.

GitHub Extension for VisualStudio I prefer the git CLI in most cases, but i think this is a better merge experience.

An Azure Account This will be necessary for the private registry and service fabric docker instance.

.Net Core 2.2 SDK This will be the framework we build our web app in.

Links

A Udemy course on TypeScript I reccomend

About

A tutorial project for .net core web application development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages