Developing Windows application using .NET?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • wassa

    #1

    Developing Windows application using .NET?

    Wouldn't the fact that you need to deploy your .NET application with a
    giant 23mb framework rule it out of being used for serious commercial
    applications, except maybe those apps that will be huge in size anyway?

  • Greg Young

    #2
    Re: Developing Windows application using .NET?

    Not really since the framework is shared with many other applications.
    People also seem to make commercial software with the directx
    redistributable s.

    Most people offer two versions of download, one with and one without the
    framework.

    Cheers,

    Greg

    "wassa" <wassage@gmail. comwrote in message
    news:1154730305 .421040.232290@ s13g2000cwa.goo glegroups.com.. .
    Wouldn't the fact that you need to deploy your .NET application with a
    giant 23mb framework rule it out of being used for serious commercial
    applications, except maybe those apps that will be huge in size anyway?
    >

    Comment

    • kumarreddi@gmail.com

      #3
      Re: Developing Windows application using .NET?

      To add to the previous post.. .NET framework is fast becoming
      ubiqitious in most of the windows machines, either through direct
      download or windows updates.. From the next version of windows.. you do
      not have to worry about the existence of the framework at all...

      wassa wrote:
      Wouldn't the fact that you need to deploy your .NET application with a
      giant 23mb framework rule it out of being used for serious commercial
      applications, except maybe those apps that will be huge in size anyway?

      Comment

      • Jonathan Roberts

        #4
        Re: Developing Windows application using .NET?


        <kumarreddi@gma il.comwrote in message
        news:1154751025 .794709.132390@ h48g2000cwc.goo glegroups.com.. .
        To add to the previous post.. .NET framework is fast becoming
        ubiqitious in most of the windows machines, either through direct
        download or windows updates.. From the next version of windows.. you do
        not have to worry about the existence of the framework at all...
        >
        wassa wrote:
        Wouldn't the fact that you need to deploy your .NET application with a
        giant 23mb framework rule it out of being used for serious commercial
        applications, except maybe those apps that will be huge in size anyway?
        >
        Vista includes it by default?


        Comment

        • Graven

          #5
          Re: Developing Windows application using .NET?

          You _will_ have to worry, because new versions of framework will be
          released more often than new Windows versions. ;)

          kumarreddi@gmai l.com wrote:
          To add to the previous post.. .NET framework is fast becoming
          ubiqitious in most of the windows machines, either through direct
          download or windows updates.. From the next version of windows.. you do
          not have to worry about the existence of the framework at all...

          Comment

          • Mike Lowery

            #6
            Re: Developing Windows application using .NET?


            "Jonathan Roberts" <gremln007@nosp amplease.gmail. comwrote in message
            news:OuvLo5EuGH A.3264@TK2MSFTN GP03.phx.gbl...
            >
            <kumarreddi@gma il.comwrote in message
            news:1154751025 .794709.132390@ h48g2000cwc.goo glegroups.com.. .
            >To add to the previous post.. .NET framework is fast becoming
            >ubiqitious in most of the windows machines, either through direct
            >download or windows updates.. From the next version of windows.. you do
            >not have to worry about the existence of the framework at all...
            >>
            >wassa wrote:
            Wouldn't the fact that you need to deploy your .NET application with a
            giant 23mb framework rule it out of being used for serious commercial
            applications, except maybe those apps that will be huge in size anyway?
            >>
            >
            Vista includes it by default?
            Yes. Vista will come with .Net Framework 3.0.


            Comment

            • Chris Dunaway

              #7
              Re: Developing Windows application using .NET?


              Graven wrote:
              You _will_ have to worry, because new versions of framework will be
              released more often than new Windows versions. ;)
              >
              kumarreddi@gmai l.com wrote:
              To add to the previous post.. .NET framework is fast becoming
              ubiqitious in most of the windows machines, either through direct
              download or windows updates.. From the next version of windows.. you do
              not have to worry about the existence of the framework at all...
              Yes, but presumably these will always be included with automatic
              updates as a part of the OS rather than an *optional* feature. I have
              not verified this as fact, however.

              Comment

              Working...