Getting Started with Angular and ASP.NET Core 2.0

preview_player
Показать описание
In this talk, we look at using ASP.NET Core JavaScript Services to build single page applications with Angular. With this approach, we can develop on Windows, Mac, or Linux using our preferred source code editor. I’ll demonstrate server-side prerendering, webpack dev middleware, hot module replacement (HMR), efficient production builds and much more.
Рекомендации по теме
Комментарии
Автор

THANK YOU this is awesome! Also I laughed out loud when you said you should've just tweeted haha

creativeaf
Автор

This is really nice. Clearly explained !

ramkumark
Автор

haha lovely! The three magic words, so simple!

shellphil
Автор

Hello Jason,

I am working on web project, I implemented "Clean Architecture" using .net6 Core

Will you please help me, how to add log4net logging in "Clean architecture"

Thank you

jayeshl
Автор

Why doesn't anyone use visual studio instead of code if the templates are built in?

MintOutdoors
Автор

This is very nice intro about angular and .Net core 2. However, I expected how to do the serverside coding within Visual Code like .net code intelligence and debugging functionality.

gleamofcolor
Автор

I do have one question now that I've tried setting up the project. So I made a folder and inside ran dotnet new angular. After running dotnet run the project shows up at localhost: 5000. However for some reason when I make a change to one of the angular views the change doesn't show up on localhost: 5000. I'm using VSCode and have auto save enabled. I am editing the same nav file that you are. I haven't done any extra steps in between. Online there's not much that pertains to this issue. I was wondering if the server after it pre renders my views isn't updating them for some reason and how would I check that?

creativeaf
Автор

Jason I ran into a major roadblock with node ver 6. I had to upgrade it to version 10 to make it work

Gray-Wolf-Media
Автор

Just a question if i will be developing my App in Visual studio Code then is it okey to open it in VS2017 and add it the project in the source controller and do the other things like the deployment etc..

Blitzloki
Автор

The problem I found with this is that I oculdn't update bootstrap to version 4.0 (and use the bootstrap sample code in their website) because as soon as I updated it I got a whole bunch of dependency errors saying browserslink, autoprefixer, etc... all didn't work which broke my angular routing. You would think a simple update of bootstrap would be fine but NOPE!

PyronTheMage