Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Is the .NET Framework a successful platform?

Is the .NET Framework a successful platform?

Scheduled Pinned Locked Moved The Lounge
csharpdotnetquestion
80 Posts 51 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Single Step Debugger

    Never heard about those. Are they big?

    The narrow specialist in the broad sense of the word is a complete idiot in the narrow sense of the word. Advertise here – minimum three posts per day are guaranteed.

    J Offline
    J Offline
    Judah Gabriel Himango
    wrote on last edited by
    #36

    Deyan Georgiev wrote:

    Never heard about those.

    Yes, you have heard of them. You're using CodeProject right now, and I suspect you've at least heard of Visual Studio, if not Yahoo Messenger or Paint.NET.

    Deyan Georgiev wrote:

    Are they big?

    Yes.

    Tech, life, family, faith: Give me a visit. I'm currently blogging about: Feelings-Based Morality of the Secular World The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

    1 Reply Last reply
    0
    • J Jim Crafton

      But there, if I understand things correctly, all it's used for is a layer around all the heavy lifting. In other words, all the cool graphics code (3D/2D/image processing) is written in the underlying DirectX layer, and that's almost certainly in C/C++.

      ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

      J Offline
      J Offline
      Judah Gabriel Himango
      wrote on last edited by
      #37

      The question was whether .NET is bad for games. It's great for games because of XNA. While it uses DirectX under the hood (as does WPF), it ain't a thin DX wrapper, if that's what you're getting at. Give it a spin and see for yourself.

      Tech, life, family, faith: Give me a visit. I'm currently blogging about: Feelings-Based Morality of the Secular World The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

      J 1 Reply Last reply
      0
      • J Judah Gabriel Himango

        The question was whether .NET is bad for games. It's great for games because of XNA. While it uses DirectX under the hood (as does WPF), it ain't a thin DX wrapper, if that's what you're getting at. Give it a spin and see for yourself.

        Tech, life, family, faith: Give me a visit. I'm currently blogging about: Feelings-Based Morality of the Secular World The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

        J Offline
        J Offline
        Jim Crafton
        wrote on last edited by
        #38

        Judah Himango wrote:

        The question was whether .NET is bad for games.

        Actually the original question was "I love the C# language and the .NET BCL is very well written and clean. However, not having deterministic deallocation is a big downside for me. Besides, anyone know of any big app written in .NET?" So nothing about games. You mentioned it was great for games, which I'm sure it is, however that doesn't really address what I understood the OP's question to mean, which is what are examples of "big" apps, i.e. apps that are complex and computationally expensive, things like Maya, Photoshop, etc.

        ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

        J 1 Reply Last reply
        0
        • M Member 96

          Perhaps, I don't know, but it certainly makes sense since it's indisputable that development, time to market and time to make and release changes / updates is faster in .net than in a fully unmanaged language so XNA sounds like the best of both worlds which makes perfect sense.


          "It's so simple to be wise. Just think of something stupid to say and then don't say it." -Sam Levenson

          D Offline
          D Offline
          Dan Neely
          wrote on last edited by
          #39

          True but you're talking about game development, they all but invented the concept of premature optimization. As late as the mid 90's you could still find (smaller) games proudly advertising that they were written in 100% assembly for speed (as opposed to 99% C and just the hotloops) and it was the late 90's before c++ started to take off in the gamedev world. I predict major games won't start being written in managed code until after the rest of the software world is using The Next Big thing that allows for transparent scaling across out new 50,000 core PC. :rolleyes:

          Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

          1 Reply Last reply
          0
          • J Jim Crafton

            Judah Himango wrote:

            The question was whether .NET is bad for games.

            Actually the original question was "I love the C# language and the .NET BCL is very well written and clean. However, not having deterministic deallocation is a big downside for me. Besides, anyone know of any big app written in .NET?" So nothing about games. You mentioned it was great for games, which I'm sure it is, however that doesn't really address what I understood the OP's question to mean, which is what are examples of "big" apps, i.e. apps that are complex and computationally expensive, things like Maya, Photoshop, etc.

            ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

            J Offline
            J Offline
            Judah Gabriel Himango
            wrote on last edited by
            #40

            When I said, "It's great for games", I wasn't replying to the original question; I was replying to someone who said .NET was bad for games. I wrote a separate post in reply to the original question about big .NET apps.

            Tech, life, family, faith: Give me a visit. I'm currently blogging about: Feelings-Based Morality of the Secular World The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

            1 Reply Last reply
            0
            • J John M Drescher

              .jpg wrote:

              However, not having deterministic deallocation is a big downside for me.

              I would say that .NET is good for some things but not good for others. I would certainly would not write game code in it or an image processing application where an image can be a GB or so. But then most business applications do not have these needs and that is what both java and .NET were designed for and excel at.

              John

              T Offline
              T Offline
              Todd Smith
              wrote on last edited by
              #41

              We've rewritten our 3D view and markup[^] application in .NET 2.0. It's in final testing and should be out very soon. .NET adds about 20-30mb to the initial memory foot print over the previous C++ version due to a VS like UI with dockable panels, toolbars with ribbon suppport, larger icons, etc. Other than that memory isn't an issue. We use our own containers that deal with memory management efficiently for the 3D objects. There's no reason an image processing application written in .NET couldnt perform "as good" as one written in C++ with regards to memory.

              Todd Smith

              T 1 Reply Last reply
              0
              • T Todd Smith

                We've rewritten our 3D view and markup[^] application in .NET 2.0. It's in final testing and should be out very soon. .NET adds about 20-30mb to the initial memory foot print over the previous C++ version due to a VS like UI with dockable panels, toolbars with ribbon suppport, larger icons, etc. Other than that memory isn't an issue. We use our own containers that deal with memory management efficiently for the 3D objects. There's no reason an image processing application written in .NET couldnt perform "as good" as one written in C++ with regards to memory.

                Todd Smith

                T Offline
                T Offline
                Todd Smith
                wrote on last edited by
                #42

                BTW isnt the london stock exchange now running on MS Windows and .NET?

                Todd Smith

                L 1 Reply Last reply
                0
                • J jpg 0

                  I love the C# language and the .NET BCL is very well written and clean. However, not having deterministic deallocation is a big downside for me. Besides, anyone know of any big app written in .NET?

                  I Offline
                  I Offline
                  Idaho Edokpayi
                  wrote on last edited by
                  #43

                  SharePoint. It's huge and it is very widely used. It is essentially just an ASP.NET application. You could write something similar given enough resources and motivation. You should try it. :)

                  Idaho Edokpayi

                  1 Reply Last reply
                  0
                  • C Chris Maunder

                    .jpg wrote:

                    Besides, anyone know of any big app written in .NET?

                    Yes. CodeProject.com

                    cheers, Chris Maunder

                    CodeProject.com : C++ MVP

                    S Offline
                    S Offline
                    SalarSoft
                    wrote on last edited by
                    #44

                    CodeProject is a web application. Yes, ASP.NET is powerful but we talk about whole platform. Can you tell me a big desktop application written with .NET?

                    www.softprojects.org

                    K M 2 Replies Last reply
                    0
                    • J jpg 0

                      I love the C# language and the .NET BCL is very well written and clean. However, not having deterministic deallocation is a big downside for me. Besides, anyone know of any big app written in .NET?

                      L Offline
                      L Offline
                      Lost User
                      wrote on last edited by
                      #45

                      Visual Studio has been rewritten in c# since 2003.

                      Mohamed Attahri

                      1 Reply Last reply
                      0
                      • T Todd Smith

                        BTW isnt the london stock exchange now running on MS Windows and .NET?

                        Todd Smith

                        L Offline
                        L Offline
                        LyndonSubroyen
                        wrote on last edited by
                        #46

                        spot on, and the Johannesburg Stock Exchange in South Africa following suit

                        1 Reply Last reply
                        0
                        • J jpg 0

                          I love the C# language and the .NET BCL is very well written and clean. However, not having deterministic deallocation is a big downside for me. Besides, anyone know of any big app written in .NET?

                          R Offline
                          R Offline
                          rghubert
                          wrote on last edited by
                          #47

                          Hi, I've been through a lot of platforms, and .NET/ASP.NET beats them all -- well, ehem, the Ajax Toolkit needs some help ... Keep up the good work :-) R

                          1 Reply Last reply
                          0
                          • M Member 96

                            This kind of talk made sense 6 years ago but it's a done deal now. There are now *many* big apps that are .net based and doing very well. We have a very large app that is used globally and is one of the leading ones in it's industry and it's done very well by us and by our customers. Little technical issues such as you describe or the platform or technology used are perhaps of interest to programmers but of zero interest to the world at large and have exactly zero bearing on how successful an application is.


                            "It's so simple to be wise. Just think of something stupid to say and then don't say it." -Sam Levenson

                            H Offline
                            H Offline
                            Hamed Musavi
                            wrote on last edited by
                            #48

                            John C wrote:

                            This kind of talk made sense 6 years ago but it's a done deal now.

                            Exactly. Even me found the time to learn parts of the large platform! I was one of those not interested in .net and finally found out it was because I was able to quickly code in what I knew but it took long to learn and code in .net. Fortunately I found some free time(it actually took months) and worked hard to learn both web based programming in asp.net and some basic C# skills. I feel much better now. However probably C# will be replaced by something new quickly, but I learned that in order to make a transition easier I shall start from day one when a good technology is being introduced. I remember I had discussions here and one of them, if I remember correctly, was with you who pushed me to learn it. Thank you. :)

                            "In the end it's a little boy expressing himself."    Yanni

                            K 1 Reply Last reply
                            0
                            • J jpg 0

                              I love the C# language and the .NET BCL is very well written and clean. However, not having deterministic deallocation is a big downside for me. Besides, anyone know of any big app written in .NET?

                              T Offline
                              T Offline
                              tec goblin
                              wrote on last edited by
                              #49

                              Neverwinter Nights 2 module creator is on .NET (and C# actually). It's a quite complex application, with a lot of graphics and 3D stuff.

                              1 Reply Last reply
                              0
                              • J jpg 0

                                I love the C# language and the .NET BCL is very well written and clean. However, not having deterministic deallocation is a big downside for me. Besides, anyone know of any big app written in .NET?

                                M Offline
                                M Offline
                                Marco Turrini
                                wrote on last edited by
                                #50

                                .jpg wrote:

                                Besides, anyone know of any big app written in .NET?

                                Paint.NET Wink RSS Bandit Axosoft's OnTime Red Sql Packager (and the other programs of the suite to manage Sql Server) Apex Sql Doc (and the other programs of the suite to manage Sql Server) BiitSoft CMS Encore Idera Sql Permissions and (I wouldn't bet more than a dime, though) I remember to have seen "suspicious" *.manifets files in a PowerQuest Partition Magic installation and, above all of them, all the programs I write:cool:

                                Marco Turrini

                                1 Reply Last reply
                                0
                                • J jpg 0

                                  I love the C# language and the .NET BCL is very well written and clean. However, not having deterministic deallocation is a big downside for me. Besides, anyone know of any big app written in .NET?

                                  R Offline
                                  R Offline
                                  Reelix
                                  wrote on last edited by
                                  #51

                                  The latest Unreal-Tournament's Map-Editor is coded in .NET (Which I one day found out, when I accidentally decompiled it)

                                  -= Reelix =-

                                  1 Reply Last reply
                                  0
                                  • J jpg 0

                                    I love the C# language and the .NET BCL is very well written and clean. However, not having deterministic deallocation is a big downside for me. Besides, anyone know of any big app written in .NET?

                                    J Offline
                                    J Offline
                                    Jakob Olsen
                                    wrote on last edited by
                                    #52

                                    Sure. The company i am currently working for is releasing a fairly large project this month written in C# running on .NET 3.0.

                                    modified on Tuesday, October 14, 2008 6:54 AM

                                    1 Reply Last reply
                                    0
                                    • K Kevin McFarlane

                                      .jpg wrote:

                                      not having deterministic deallocation is a big downside for me.

                                      Why? (BTW, C++/CLI has deterministic finalization.)

                                      .jpg wrote:

                                      anyone know of any big app written in .NET?

                                      .NET is used heavily in industry, so I assume you mean productised apps? You will find that a lot of Microsoft's newer applications are written substantially in .NET. BizTalk is a large application written in 100% C# apparently.

                                      Kevin

                                      M Offline
                                      M Offline
                                      momo17
                                      wrote on last edited by
                                      #53

                                      I cant agree more. I've been doing .NET projects for 5 years now and all our projects ROCKS! :)

                                      1 Reply Last reply
                                      0
                                      • N Nemanja Trifunovic

                                        Daniel Grunwald wrote:

                                        Deterministic destruction (C++ destructors) are easily replicated with the disposable pattern.

                                        Except that it is the burden on the user of a class to actually use using blocks.

                                        Daniel Grunwald wrote:

                                        But immediately making released memory available for new allocations is a waste of time, releasing whole blocks of memory is more efficient.

                                        Not really - GC needs to determine which blocks can be released and which not. Worse, usage of non-deterministic GC increases the memory footprint which leads to page faults. In spite of all the papers about GC improving performance, I have yet to find a really performant language with GC.

                                        Programming Blog utf8-cpp

                                        M Offline
                                        M Offline
                                        momo17
                                        wrote on last edited by
                                        #54

                                        If you think .NET si slow, try Java. like a turtle ... lols

                                        1 Reply Last reply
                                        0
                                        • J jpg 0

                                          I love the C# language and the .NET BCL is very well written and clean. However, not having deterministic deallocation is a big downside for me. Besides, anyone know of any big app written in .NET?

                                          K Offline
                                          K Offline
                                          kirsty pollock
                                          wrote on last edited by
                                          #55

                                          For commercial products, there's a CRM product called Ascent (V.2) which is written in .Net. I used to work somewhere that had it [a major international EMC reseller], writing custom additions. There are LOTS of .Net backed websites/apps. (I note that this page itself has an ."aspx" extension...) There is plenty of C#/.Net work going on in UK-based Investment banking, Insurance etc. I also worked on a 2nd generation version of commercial Photo Kiosk software (used widely in US and UK, you know where you stick your camera card in and get prints/books/mugs/Tshirts/teddies) that was entirely .Net. Dunno if it ever got released as the company got taken over just about as it it was finished.

                                          C 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups