Tag: 'angular'

SPAs in ASP.NET Core - Another Attempt
SPAs in ASP.NET Core - Another Attempt
April 20, 2022

After discussing this topic with a client, I realized that my old method of hosting SPAs in ASP.NET Core didn't handle resources correctly, so I dug in and came up with **yet another** technique. This one is the simpliest and the least intrusive and works better than most. Let me know what you think about it:

New Coding Shorts: Angular Template Forms and Vite Builds
New Coding Shorts: Angular Template Forms and Vite Builds
December 21, 2021

I have two new Coding Shorts videos. Theh first is about Angular Template Forms and the latest is about using Vite for production builds.

Using Angular's Base HREF in Paths
Using Angular's Base HREF in Paths
August 7, 2021

I was recently working with a client and they were having an odd problem with Angular. They'd build their Angular apps in isolation then move them into an ASP.NET Core project and their asset links would break. Let's look at why this happens and how to address it.

Dynamically Creating Components in Angular
Dynamically Creating Components in Angular
March 9, 2021

I was talking with one of my clients and they wondered how they could build individual components in Angular dynamically (or based on data/metadata). I knew this was possible but I hadn't done this myself so I thought I'd try to dig into it.

I Was Wrong - Hosting SPAs in ASP.NET Core
I Was Wrong - Hosting SPAs in ASP.NET Core
February 15, 2021

If you've seen my projects or courses over the last few years, I had been advocating for using NPM for client-side libraries and SPAs at the same time. This caused the need to merge generated packages.json files. This added to the complexity. In addition, to handle the client-side libraries with NPM, you needed a way to both read the node_modules folder during development. This was handled with some middle-ware created by the late, great @OdeToCode (K. Scott Allen).

Tell Me I'm Wrong, Please (Angular and Async)
Tell Me I'm Wrong, Please (Angular and Async)
February 1, 2021

I'll try and keep this quick. I'm updating one of my Pluralsight courses and I am curious if what I'm thinking makes any sense.

Should I Be Using the ASP.NET Core SPA Templates?
Should I Be Using the ASP.NET Core SPA Templates?
April 28, 2019

I've been writing demos for Vue, Angular, and React for my SignalR micro-courses over on my Wilder Minds site. For Angular and React, I started out with the the SPA templates, but I found them confusing and hard to do a minimal example.

New Day for Wilder Minds Training
New Day for Wilder Minds Training
January 30, 2018

As many of you know, I've been making courses for Pluralsight for a long time now. I think my first course was released in 2011.

New Year, New Skills: ASP.NET Core 2.0 and Angular Course
New Year, New Skills: ASP.NET Core 2.0 and Angular Course
January 2, 2018

Nothing starts a new year like a new skill or two. A couple of months ago I released a new Pluralsight course on building a website using ASP.NET Core 2.0 and Angular.

ASP.NET Core 2   VS2017   Angular-CLI?
ASP.NET Core 2 VS2017 Angular-CLI?
July 10, 2017

Looking for the Goldilocks of Web Frameworks
Looking for the Goldilocks of Web Frameworks
November 21, 2016

Is Angular2 Too Full of Ceremony?
Is Angular2 Too Full of Ceremony?
July 31, 2016

I know this was a “click-bait” post name, but so be it. I’ve been doing some small Angular2 in a recent project (rebuilding the new Atlanta Code Camp website) and I’ve been frustrated with the amount of ceremony. But I may be misunderstanding Angular2 so bear with me.

Welcome to the New Wildermuth.com
Welcome to the New Wildermuth.com
April 14, 2016

A while back, I decided that this blog deserved a clean coat of paint and since I’m digging into ASP.NET Core, it was logical to re-write it. I wanted more than just to change the look, I wanted to make some real changes to the code and finally open source the code too!

Angular 2 and ASP.NET Core - A Webcast
Angular 2 and ASP.NET Core - A Webcast
February 1, 2016

I’ve been toying around with getting Angular 2 working in a simple ASP.NET Core app. There are some specific caveats with getting it to work in Microsoft’s new framework. Let me show you how.