Query Related Defination Of .net

Last post 01-02-2009 11:50 AM by raghav_khunger. 6 replies.

Sort Posts:

  • Query Related Defination Of .net

    12-16-2008, 1:03 PM
    • All-Star
      18,476 point All-Star
    • raghav_khunger
    • Member since 08-18-2008, 8:25 AM
    • Delhi, India
    • Posts 3,426
    • TrustedFriends-MVPs

     Hi,All

    I found the defination of .net as

    Normal 0 false false false MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;}

    • A model where applications can be built as reusable components and are sharable over the internet
    What is that mean sharable over the internet

     I have this from this article In Why Dot Net Paragraph

    http://www.codeproject.com/KB/dotnet/netbasics.aspx

     

     

    Raghav CodeASP.NET Community | My Blog | jQuery Intellisense in Visual Studio 2008




    "Success doesn't come to you…you go to it."--Marva Collins

    "Failure is success if we learn from it." Malcolm Forbes

    "Success does not come to those who wait . . . and it does not wait for anyone to come to it." Anonymous


  • Re: Query Related Defination Of .net

    12-16-2008, 1:20 PM
    • All-Star
      18,476 point All-Star
    • raghav_khunger
    • Member since 08-18-2008, 8:25 AM
    • Delhi, India
    • Posts 3,426
    • TrustedFriends-MVPs

     Hi,All

    Another Query Is

    I found this defination of ,net very much 

    Normal 0 false false false MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;} The .NET Framework is a new computing platform developed by Microsoft that simplifies application development in the highly distributed environment of the internet.  

    My query is that  what that exactly means

    simplifies application development in the highly distributed environment of the internet.  

    Actually some confusion is because this statement focuses to intenet 

    there is windows develepment also in .net then Why that defination contains only internetConfused

    Raghav CodeASP.NET Community | My Blog | jQuery Intellisense in Visual Studio 2008




    "Success doesn't come to you…you go to it."--Marva Collins

    "Failure is success if we learn from it." Malcolm Forbes

    "Success does not come to those who wait . . . and it does not wait for anyone to come to it." Anonymous


  • Re: Query Related Defination Of .net

    12-16-2008, 1:23 PM
    Answer
    • All-Star
      27,962 point All-Star
    • bmains
    • Member since 10-22-2004, 12:20 PM
    • Posts 5,644

    Hey,

    Well, you can build an ASP.NET web site which is accessible over the internet.  You can build web/WCF services which other people can access, and that's a form of sharing.  The other option or distributed application development is .NET remoting, which is similar to web services.  You can build an executable and post it on a web site, allowing you to share your code in a DLL/EXE form.  Or, executables can self-download updates (feature called one-click install) too.

    That's my take anyway.

    Brian

    "Trust in the Lord and do what is good; dwell in the land and live securely. Take delight in the Lord, and He will give you your heart's desires" (Psalm 37: 3-4).
  • Re: Query Related Defination Of .net

    12-17-2008, 5:48 AM
    • All-Star
      18,476 point All-Star
    • raghav_khunger
    • Member since 08-18-2008, 8:25 AM
    • Delhi, India
    • Posts 3,426
    • TrustedFriends-MVPs

    Hi, bmains

    So ur that line

     

    bmains:
    Well, you can build an ASP.NET web site which is accessible over the internet. 

    is the answer of my these lines

    shareable over the internet

     

    and  this line

    bmains:
    You can build web/WCF services which other people can access, and that's a form of sharing.
     

    is the Answer for

    shareable over the internet

     

    and what About this I am unclra about 

     

    raghav_khunger:

    My query is that  what that exactly means

    simplifies application development in the highly distributed environment of the internet.  

    Actually some confusion is because this statement focuses to intenet 

    there is windows develepment also in .net then Why that defination contains only internetConfused

     


     

     

    Raghav CodeASP.NET Community | My Blog | jQuery Intellisense in Visual Studio 2008




    "Success doesn't come to you…you go to it."--Marva Collins

    "Failure is success if we learn from it." Malcolm Forbes

    "Success does not come to those who wait . . . and it does not wait for anyone to come to it." Anonymous


  • Re: Query Related Defination Of .net

    12-19-2008, 1:52 PM
    Answer
    • All-Star
      27,962 point All-Star
    • bmains
    • Member since 10-22-2004, 12:20 PM
    • Posts 5,644

    Hello,

    It depends on your definition of shareable; generally because you can open up a web site in a browser, that's a form of shareable (sharing data over the internet).  WCF/web services and .NET remoting is probably the more common form of actual application sharing (for the windows realm) and would definitely fall into "simplifies development in highly distributed environment of the internet".  This is because a window app can communicate with another app or the server using a web/WCF service, or using .NET remoting (another technique that's not the same a web services, outlined in some books on the market).

    Brian

    "Trust in the Lord and do what is good; dwell in the land and live securely. Take delight in the Lord, and He will give you your heart's desires" (Psalm 37: 3-4).
  • Re: Query Related Defination Of .net

    12-28-2008, 12:21 AM
    Answer
    • All-Star
      59,887 point All-Star
    • mudassarkhan
    • Member since 02-28-2008, 5:28 AM
    • Mumbai, India
    • Posts 10,548
    • TrustedFriends-MVPs

    raghav_khunger:
    A model where applications can be built as reusable components and are sharable over the internet

     

    Acccording to me this means that you can build deployables using .Net such as Setup files and which can be easily downloaded and uploaded over the internet and also installed on any system.

    For eg. When you create a windows application You can create its setup in .net and that setup can be used to install

  • Re: Query Related Defination Of .net

    01-02-2009, 11:50 AM
    • All-Star
      18,476 point All-Star
    • raghav_khunger
    • Member since 08-18-2008, 8:25 AM
    • Delhi, India
    • Posts 3,426
    • TrustedFriends-MVPs

     Thanks Brian And Mudassar For Ur Support to Explain That

    Thansk.Big Smile

    Raghav CodeASP.NET Community | My Blog | jQuery Intellisense in Visual Studio 2008




    "Success doesn't come to you…you go to it."--Marva Collins

    "Failure is success if we learn from it." Malcolm Forbes

    "Success does not come to those who wait . . . and it does not wait for anyone to come to it." Anonymous


Page 1 of 1 (7 items)
Microsoft Communities