I know C#, so do I know ASP.NET?

8 replies
I always developed desktop based apps with C#.

So do I also know ASP.NET in this case? Can I develop web based apps with ASP.NET in a very short time soon, if I take a look at little tutorials?
#aspnet
  • Profile picture of the author George Lukas
    Get into php with Codeigniter.
    {{ DiscussionBoard.errors[10474962].message }}
  • Profile picture of the author PeachCoding
    The jump from C# for desktop apps to web based applications using ASP.NET is not that bad but there is a learning curve. So in a sense yes, depending on how well you know C# you will have no problems creating a web based application using ASP.NET by following the tutorials.
    Signature

    Services offered: PSD to Wordpress, Joomla, Drupal Templates or Full Site, Custom PHP or C# Programming, Fix problems on any software, and more.

    You will get 25% OFF all services by mentioning the Warrior Forum. PM me here or email me to ivanphp404@gmail.com if interested and/or if you have questions.

    {{ DiscussionBoard.errors[10479329].message }}
  • Profile picture of the author webcosmo
    Yes, of course, it's a good way to go.
    {{ DiscussionBoard.errors[10483901].message }}
  • Profile picture of the author Akrab
    Off course yes , The only difference is the interface of the web application.you must know html , css , Jquery for interface . you must understand the client server system (request-response ) . C# uses MCV pattern , must be understood well, also you must know about some design pattern such as singleton and factory pattern. Secure code is required also to protect your system against SQL Injections ,XSS attack and Dos attack.
    {{ DiscussionBoard.errors[10485670].message }}
  • Profile picture of the author apsarasisodia
    By all means, yes! You can learn to make websites in short time using ASP.NET and make handful of money. Make sure you want to get into website development and not desktop application. There is a learning curve you have to beat before you start earning with this framework.
    {{ DiscussionBoard.errors[10488355].message }}
  • Profile picture of the author topcoder
    If you know C# (WebForms) then you just need to learn the "ASP .NET Page Life Cycle or MVC" and the different web controls. But knowing C# - makes it a walk in the park.
    {{ DiscussionBoard.errors[10505844].message }}
  • Profile picture of the author webcosmo
    C# is part of .Net so yeah you can say you know it as well.
    {{ DiscussionBoard.errors[10530979].message }}
  • Profile picture of the author Mike Anthony
    You can pick it up but there are a lot of things to learn in implementation. At this point you might as well start learning asp.net core 1.0 as that's coming out of beta shortly. it has some significant departures from previous asp.net releases
    Signature

    {{ DiscussionBoard.errors[10537740].message }}

Trending Topics