3
Answers

What topics do I need to cover in C# ASP.NET to become a pro

Photo of emeka Ndefo

emeka Ndefo

7y
1.1k
1
I am new to ASP.NET using C#. I have viewed tutorial on ASP.NET MVC by Mosh Hamedani, and I want to know what aspects I need to learn to become solid Pro web app developer. I am using Visual studio 2015. I needed help on this.

Answers (3)

0
Photo of Ravi Kiran Chanduri
598 1.5k 1.4m 7y
Hey emeka Ndefo,
 
When you want to become Pro in Web app development using .Net, you have to be a full stack developer which means you should be aware of the database(SQL), middle layer (c#) and UI ( design and Javascript framework).
 
please learn following things as a new bee,
  • OOPs 
  • C# basics and advanced concepts 
  • SQL  (minimum knowledge on DML operations, Procs, Views, Functions, Triggers)
  • Designing web page with UI ( Bootstrap/ Foundation /Jquery Mobile )
  • Minimum knowledge of anyone clientside framework(better to start with Knockout Jsand later you can have a look at angular4/React Js/).
 
 
Accepted
0
Photo of Satyaprakash Samantaray
56 29.2k 10.3m 7y
C sharp, SQL, html , CSS, js, xml
0
Photo of Pramod Thakur
263 6.8k 2.3m 7y
Hi Emeka,
 
You need to clear OOPs concept, all custome filters, DI, Solid principle and threading. It ll be great.