You must Sign In to post a response.
  • Category: Career Guidance

    Which concepts needs tobe cleared before starts to study ASP.NET & C#.NET

    Hello there, I've just started to study C#/visual studio 10. Now I'm working on Basics of windows application. I want to learn ASP.Net also since I'm interested in Web app. development. So can you guys tell me how should I be prepare before to start studying ASP.net, Since I'm very new to this framework.
  • #765355

    First of all go through all Oops concepts and then go for the Class file, class library concepts. Then you can try to learn some basic web application concepts including State management, session, application state some javascript concepts for validation, web.config and global.asax concepts, Ado.net concepts like Dataset. datareader, datatable and other database objects
    I have some good links that you can start with
    http://www.dotnetspider.com/resources/42574-State-Management-Technique-A-short-Trip.aspx
    http://www.w3schools.com/js/


    Thanks
    Koolprasd2003
    Editor, DotNetSpider MVM
    Microsoft MVP 2014 [ASP.NET/IIS]

  • #765360

    Hi,
    First up all you have to be very much cleared about OOPS concepts.
    Then go through ASP.NET framework.
    Then go through some of the database concepts.
    You can follow some of the ASP.NET Tutorial's from this URL:
    http://www.w3schools.com/aspnet/
    Hope it helps.
    Regards,
    Shashikant Gurav
    shashikantgurav22@gmail.com

  • #765367
    Hi,

    As you said you already working in Windows applications, so you have a basic knowledge in Class, OOPs etc.. apart from that you should be very clear about the controls usage and state management techniques and which case you have to use which technique.

    For controls usage, you have to understand the properties of that particular control and usage of that and use it accordingly.

    In ASP.net we have different levels of state management techniques, like client side and server side, each technique having some advantages as well as disadvantages also, you have to be very clear to choose those while implement in your application.

    Before applying all those read some articles regarding those techniques, that will helpful to you to understand better.

    --------------------------------------------------------------------------------
    Give respect to your work, Instead of trying to impress your boss.

    N@veen
    Blog : http://naveens-dotnet.blogspot.in/

  • #765406
    thank you so much..guys, I'll keep this in mind . Thanks once again

  • #765410
    Hai Nitin,
    To start with the .net, you need to understand the OOPs concepts which will be helpful in the ASP.Net and in C#. Apart from this, if you have some basic knowledge about the C or C++ or Java, it will be helpful in writing the syntax's.
    Hope it will be helpful to you.

    Regards,
    Pawan Awasthi(DNS MVM)
    +91 8123489140 (whatsApp), +60 14365 1476(Malaysia)
    pawansoftit@gmail.com

  • #766715
    HI,

    Compared to window application it's quite related to Asp.net. But, Mainly you have to know basic like variable declaration , syntax and oops concepts and so on. C# and Asp.net very very different from window application.

    In ASP.net we have different levels of state management techniques, like client side and server side, each technique having some advantages as well as disadvantages also, you have to be very clear to choose those while implement in your application.


  • Sign In to post your comments