Skip to content

How much of the prerequisites should I know? #73

Answered by jfcisco
jfcisco asked this question in Q&A
Discussion options

You must be logged in to vote

To answer my own question, I found that C# is the only prerequisite for this roadmap. Finishing one course in the linked Pluralsight path should be enough to get started.

SQL fundamentals are a good next step and can be studied either before ASP.NET Core or in parallel if you can. Priority topics for this are data definition language (CREATE DATABASE/TABLE) and data manipulation language (SELECT, INSERT, UPDATE, DELETE).

Regarding Entity Framework, Dapper, and NHibernate, you don't need to learn all of them to get started. If you must learn one to write data access code for web apps, I suggest Dapper as you could immediately apply SQL fundamentals.

You can skip databases if you are really…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jfcisco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant