Click here to Skip to main content
15,889,632 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey all,

I want to start with web-development in C#...
Where should I start?
What is C# strong points when it comes to web-development?
Posted

1 solution

C# is a type safe language and comes with lot of goodies which you will know as you work on.

Start with OOPs concepts like inheritance, abstract classes, partial classes, interfaces, virtual classes, polymorphism etc.

Understand ASP.net work flow and Base classes.
Start by designing small website with authentication and database actions (insert, update and delete).

Happy coding :)
 
Share this answer
 
Comments
R. Erasmus 20-Dec-10 1:53am    
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900