Questions Regarding Web Projects (ASP.Net)

Umocowany Questions Regarding Web Projects (ASP.Net)

  • terça-feira, 19 de junho de 2007 03:58
    Moderador
     
     

    For questions regarding any kind of WebForms project, such as ASP .Net Websites and WebServices, please use http://forums.asp.net/

    These forums (forums.microsoft.com/msdn) are for Windows Forms (desktop) applications and services.

     

    Development for the web is a very broad topic and differs in many ways from development for the desktop.  Because of this, Microsoft has a dedicated community for web development.  The asp.net website contains information about all aspects of web development, including not only Visual Studio related content, but also IIS, SQL, and many other supporting technologies.

     

    Here is a direct link to the VB language specific section of the site:  http://forums.asp.net/36.aspx

     

    Please join the asp.net community for the best response to .Net web development related questions.

     

    -Edit Note-

    There is a forum here at MSDN for Web Services and XML Serialization because these topics are purely about code and do not involve WebForms.  If your question is specificaly about Web Service code or XML Serialization, you may post it at http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=46&SiteID=1.  However, you are still encouraged to use the asp.net website as there are more active web gurus there. 

Todas as Respostas

  • segunda-feira, 27 de julho de 2009 16:49
     
     
    Thanks for the updates :)
    Raman Katwal
  • sexta-feira, 23 de abril de 2010 13:06
     
     
    Yeah, that's cool, but it would be nice if asp.net would be integrated with MSDN so that all development questions could go to the same community.  Just my $.02 worth.
  • quarta-feira, 18 de agosto de 2010 17:44
     
     

    Reed,

    Is this sticky post your own decission or from Microsoft.

    I find this sticky post very strange, because these forums are in the first place for the Visual Basic language which is in Visual Studio Net. 

    Not Visual Basic Express

    With Visual Basic in Visual Studio Net can be made project for Phone, VB for Office Applications, Asp.Net, Windows services, Windows Forms, WPF, WebServices etc.

    For Visual Basic Express this can be a correct sticky post.

     


    Success
    Cor
  • terça-feira, 5 de outubro de 2010 14:41
    Moderador
     
     

    Cor,

    This post belongs here.  People need to know that this forum is not the appropriate place for ASP.Net related questions.  These forums concentrate on Windows Forms applications and services.  The ASP.Net community is better outfitted to answer ASP.Net related questions - the users over there simply do much more ASP.Net and so there is a much greater chance of questions being answered correctly.

    As you noted after posting, this sticky has been up for a long time, and it is not without reason.


    Reed Kimble - "When you do things right, people won't be sure you've done anything at all"
  • terça-feira, 5 de outubro de 2010 14:42
    Moderador
     
     

    Scott,

    I agree.  :)


    Reed Kimble - "When you do things right, people won't be sure you've done anything at all"
  • quinta-feira, 12 de janeiro de 2012 04:03
     
     

    Reed,

    Is this sticky post your own decission or from Microsoft.

    I find this sticky post very strange, because these forums are in the first place for the Visual Basic language which is in Visual Studio Net. 

    Not Visual Basic Express

    With Visual Basic in Visual Studio Net can be made project for Phone, VB for Office Applications, Asp.Net, Windows services, Windows Forms, WPF, WebServices etc.

    For Visual Basic Express this can be a correct sticky post.

     


    Success
    Cor

    Hi Cor,

    This is not the Visual Basic Express Edition forum.

    That is over at.>>

    http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvb/threads

     

    This is one of the main Visual Studio forums for Visual Basic.Net that is within these six forum areas.>>

    http://social.msdn.microsoft.com/Forums/en-US/category/visualbasic

     




    Regards,

    profile for John Anthony Oliver at Stack Overflow, Q&A for professional and enthusiast programmers

    Click this link to see the NEW way of how to insert a picture into a forum post.

    Installing VB6 on Windows 7

    App Hub for Windows Phone & XBOX 360 developers.

  • quinta-feira, 16 de fevereiro de 2012 06:19
     
     
    nice information ......thans for sharing.....



    e
    • Editado sanjay yadav quinta-feira, 16 de fevereiro de 2012 06:22
    • Editado Jundan WuAdministrator quinta-feira, 16 de fevereiro de 2012 23:03 remove irrelevant adverting links
    •  
  • domingo, 8 de abril de 2012 12:18
     
     

    If you want the language to grow,

    vb.net is vb.net 

    In my opinion: It doesnt matter if you are writing an asp.net (vb backend) or a windows form or a windows phone project. 

    VB is VB. 

    How is someone who starts off in express to know what forum to go to?  There is so much lingo to learn, just be happy the language is growing.

  • domingo, 8 de abril de 2012 16:09
    Moderador
     
     

    If you want the language to grow,

    vb.net is vb.net 

    In my opinion: It doesnt matter if you are writing an asp.net (vb backend) or a windows form or a windows phone project. 

    VB is VB. 

    How is someone who starts off in express to know what forum to go to?  There is so much lingo to learn, just be happy the language is growing.

    The target platform is critical; each platform has unique framework support and distinct best practices.  The simple question "How do I make a database table editor?" would have very different answers for Windows Forms versus ASP.Net (and different still for Phone7).  One of the most important difference for ASP.Net is having to maintain state... so againt the question "How do I pass information from one form to another" has a very different answer than "how do I pass information from one page to another".

    If you are starting out with an Express edition of Visual Studio, then the right place to go is the Visual Studio Express forum related to the product you are using.


    Reed Kimble - "When you do things right, people won't be sure you've done anything at all"