If you're still not on the bandwagon for using Angular yet, the learning curve can be steep. One of the things that comes with any new framework is the vocabulary involved. So here is a list of the terms you will need to get familiar with. One of the go-to resources to start is angular.io
Component
Module
Service
Template
Route
Subscribe to:
Post Comments (Atom)
Add appsettings.json to .NET 6 Console App
When you start a new .NET 6 Console app, you will have little more than what you see here. If one wants to use the json configuration fi...
-
If you only ever deal with one target machine for your app, life is simple. In the "real world" you often have to deal with multi...
-
Having used Entity Framework since 4.x, I have seen plenty of examples of what works and what doesn't regarding this library. One of ...
-
Why Entity Framework (and ORM in general) instead of stored procedures? Below is a an article that pretty well sums up my thoughts on this...
No comments:
Post a Comment