β Besides C#, what do i need to learn?
To learn web development with C#, probably full stack? frameworks etc? let me know plz!
34 Replies
HTML, JS / TS and CSS
That's pretty much all you need for web front-end at least.
throw in a query language, such as SQL.
Do i need to learn a framework for JS?
ASP.NET Core is the c# web framework
MVC, API, razor, blazor are the keywords to look into
you'll also want to know what a database is
and probably EF Core for talking to one
is ASP.net core and ASP.net Mvc the same thing?
@Becquerel ??
MVC is a sub-framework within ASP.NET Core
same for all the other things i mentioned
they all build on ASP fundamentals
I'm assuming i also should learn front end?
No.
is ASP.net part of the .NET framework?
ASP is part of .NET
kk ty
Don't worry about that until you have html, css, and js under your belt.
Ty!
.NET is the broadest, overarching term for 'stuff microsoft is doing with programming'
".net framework" is a specific term though :D asp.net is an extension of .net-core i believe.
Anyone know of a very good ASP.net Core course on udemy.com?
asp.net core is part of .net core and .net 5+
there was an 'asp.net' (not core) that was in the .net framework
I wouldn't recommend using Udemy or any other paid courses. They are usually a scam.
$599.99 $20
You can find better explanations by Googling.
for tutorials i recommend microsoft's website
or the book 'asp.net core in action'
different learning styles. there are good udemy courses if you can find them.. (i prefer googling though)
yeah i prefer using udemy, i learned Java from udemy, it was a pretty good course for cheap 10 bucks or something
java, not JS
Ty guys for your help/advice!!
If you are eager about one or the other, you can learn asp.net and html/css/js independently.
what framework will i need for frontend with js, css, html?
You might find that you prefer to mess with front-end and might then iterate on some frameworks. but initially that isn't needed
none... just make a folder, html files and css/js to start :)
I suggest using no frameworks to begin with.
hmm ok ty guys
no frameworks, no templating engines, nothing... just html css and js :)
ok ty!
gl and grats on feeling comfy w/ c# :)
not there yet, i am just switching from java to C#
but i like to plan ahead
π
haha oh ok well welcome
π
Anyone have any suggestions where to learn ASP.net core?
I'm not a big fan of googling , not at a foundational level anyway, maybe after i learn the fundamentals
That HAS to change if you want to be a software developer
Youβre fine now doing courses but eventually you will need to learn how to learn from documentation
For sure, ty
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.