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. Microsoft .NET applications for Windows

Microsoft .NET applications for Windows

Scheduled Pinned Locked Moved The Lounge
csharpc++dotnetwpfquestion
65 Posts 24 Posters 3 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.
  • M Matglas

    The Business Contact Manager of Office 2003 is also in .NET. But is .NET 1.1.

    S Offline
    S Offline
    starcraft4ever
    wrote on last edited by
    #13

    Thanks for the info, I'll take a look to it, I never used this application.

    1 Reply Last reply
    0
    • S starcraft4ever

      Five years have passed with the famous .NET framework and still I didn't see a single application (Client) from Microsoft made in .NET. Is there some application like Calc or Paint or something that MS did in .NET for Windows 2000, XP or Windows Vista? I really would like to see it. I love C#, but sometimes I feel like I’m a guinea pig, how come they advertise like the best platform to develop when them self don't use it? I guess they had the time, money and resources to train people in C#/.NET :)... Why it didn't happen. Also did you see any MS application on Vista using WPF? Sometimes I really wonder myself what's the reason MS it is not using .NET aggressively, and personal I think five years is more enough to come up with some working application, at least I'd like to see a Calc.exe or a Minesweeper distributed from them to make me feel more secure about it before keep going with C# and stop more and more using C++ just for very special things that you can't or are too difficult to do with C#. What do you think about it?

      B Offline
      B Offline
      benjymous
      wrote on last edited by
      #14

      If you run Process Explorer[^] it has an option to highlight .NET processes. Oddly, it seems to think 3DS Max 9 is a .NET application, which I know for sure isn't true, so I guess it's not 100% accurate!

      S 1 Reply Last reply
      0
      • S starcraft4ever

        Five years have passed with the famous .NET framework and still I didn't see a single application (Client) from Microsoft made in .NET. Is there some application like Calc or Paint or something that MS did in .NET for Windows 2000, XP or Windows Vista? I really would like to see it. I love C#, but sometimes I feel like I’m a guinea pig, how come they advertise like the best platform to develop when them self don't use it? I guess they had the time, money and resources to train people in C#/.NET :)... Why it didn't happen. Also did you see any MS application on Vista using WPF? Sometimes I really wonder myself what's the reason MS it is not using .NET aggressively, and personal I think five years is more enough to come up with some working application, at least I'd like to see a Calc.exe or a Minesweeper distributed from them to make me feel more secure about it before keep going with C# and stop more and more using C++ just for very special things that you can't or are too difficult to do with C#. What do you think about it?

        P Offline
        P Offline
        Paul Watson
        wrote on last edited by
        #15

        starcraft4ever wrote:

        sometimes I feel like I’m a guinea pig

        The .NET Framework will end with 3.0 as the experimentation phase ends. They will then roll out the Windows Live Ultimate Development Framework which will have learnt from .NET's mistakes. ;) I don't know why Microsoft don't use it more but I do know it is a handy framework on the Windows platform for desktop dev. It is pretty good for in-house apps, sort of like VB was but without the amateurism of VB. I enjoyed C# and .NET dev, lot more productive than the little bit of C++ and MFC I once tried.

        regards, Paul Watson Ireland & South Africa

        Shog9 wrote:

        And with that, Paul closed his browser, sipped his herbal tea, fixed the flower in his hair, and smiled brightly at the multitude of cute, furry animals flocking around the grassy hillside where he sat coding Ruby on his Mac...

        S M 2 Replies Last reply
        0
        • S starcraft4ever

          I'll see Microsoft Expression to see what I can find, I know nothing about it. >> Also visual studio.net uses .net too Of course many controls and libraries (dlls) in visual studio will be CLS Compliant, because they have to interactive with your application but so far it shows me that VS it is not a .NET application, may be I'm wrong. Basically I'm looking for applications (EXEs) that MS sold commercially to the public and gives support like any other application.

          S Offline
          S Offline
          starcraft4ever
          wrote on last edited by
          #16

          I did Spy on VS and you right, many controls (but not even half) on it are .NET controls, especially on the properties screen. But still nothing confirm to me that VS is a .NET application looks like it is just a C/C++ app using several .NET controls from the .NET libraries exposed as COM objects, but the application itself devenv.exe is not .NET.

          G 1 Reply Last reply
          0
          • S starcraft4ever

            Five years have passed with the famous .NET framework and still I didn't see a single application (Client) from Microsoft made in .NET. Is there some application like Calc or Paint or something that MS did in .NET for Windows 2000, XP or Windows Vista? I really would like to see it. I love C#, but sometimes I feel like I’m a guinea pig, how come they advertise like the best platform to develop when them self don't use it? I guess they had the time, money and resources to train people in C#/.NET :)... Why it didn't happen. Also did you see any MS application on Vista using WPF? Sometimes I really wonder myself what's the reason MS it is not using .NET aggressively, and personal I think five years is more enough to come up with some working application, at least I'd like to see a Calc.exe or a Minesweeper distributed from them to make me feel more secure about it before keep going with C# and stop more and more using C++ just for very special things that you can't or are too difficult to do with C#. What do you think about it?

            1 Offline
            1 Offline
            123 0
            wrote on last edited by
            #17

            starcraft4ever wrote:

            What do you think about it?

            All languages and frameworks fall for me, as a writer of compilers, into two groups: (1) tools that can be used to conveniently and efficiently reproduce themselves, and (2) tools that cannot. One can, for example, write a straight C compiler, in straight C, and produce a child as good - or better - than the parent. This is not the case, however, with C#: the language, in this sense, is sterile. Any serious programmer who gives the matter sufficient thought will, I believe, reach a similar classification scheme. I suspect that the serious programmers at Microsoft have done so and have - as a result of their analysis - rejected the C#/.NET combination as a "serious" development platform. The more experienced of the bunch, of course, knew this all along.

            S Z S 3 Replies Last reply
            0
            • B benjymous

              If you run Process Explorer[^] it has an option to highlight .NET processes. Oddly, it seems to think 3DS Max 9 is a .NET application, which I know for sure isn't true, so I guess it's not 100% accurate!

              S Offline
              S Offline
              starcraft4ever
              wrote on last edited by
              #18

              I just tested, amazing application. Thanks for the jewel. I think it just detect that there are dependencies and calls to .NET framework, but it really won’t mean necessary that it is a .NET application. For example the case when a C++ application invokes a .NET library exposed as a COM object. It is clear that the application is not a .NET application but probably “Process Explorer” will contain .NET information about it because of the dependencies. I’ll keep playing with this tool to see what else I can find.

              1 Reply Last reply
              0
              • 1 123 0

                starcraft4ever wrote:

                What do you think about it?

                All languages and frameworks fall for me, as a writer of compilers, into two groups: (1) tools that can be used to conveniently and efficiently reproduce themselves, and (2) tools that cannot. One can, for example, write a straight C compiler, in straight C, and produce a child as good - or better - than the parent. This is not the case, however, with C#: the language, in this sense, is sterile. Any serious programmer who gives the matter sufficient thought will, I believe, reach a similar classification scheme. I suspect that the serious programmers at Microsoft have done so and have - as a result of their analysis - rejected the C#/.NET combination as a "serious" development platform. The more experienced of the bunch, of course, knew this all along.

                S Offline
                S Offline
                starcraft4ever
                wrote on last edited by
                #19

                >> however, with C#: the language, in this sense, is sterile. I'm still laughing for that :-D >> I suspect that the serious programmers at Microsoft have done so and have - as a result of their analysis - rejected the C#/.NET combination as a "serious" development platform. The more experienced of the bunch, of course, knew this all along. But then under that classification are you meaning that C# is another VB? and then it should not be taken seriously like to be used for big companies to run mission critical processes?

                Z 1 2 Replies Last reply
                0
                • 1 123 0

                  starcraft4ever wrote:

                  What do you think about it?

                  All languages and frameworks fall for me, as a writer of compilers, into two groups: (1) tools that can be used to conveniently and efficiently reproduce themselves, and (2) tools that cannot. One can, for example, write a straight C compiler, in straight C, and produce a child as good - or better - than the parent. This is not the case, however, with C#: the language, in this sense, is sterile. Any serious programmer who gives the matter sufficient thought will, I believe, reach a similar classification scheme. I suspect that the serious programmers at Microsoft have done so and have - as a result of their analysis - rejected the C#/.NET combination as a "serious" development platform. The more experienced of the bunch, of course, knew this all along.

                  Z Offline
                  Z Offline
                  Zoltan Balazs
                  wrote on last edited by
                  #20

                  So you're saying that Java is also rejected as a serious development platform?

                  company, work and everything else @ netis

                  1 1 Reply Last reply
                  0
                  • P Paul Watson

                    starcraft4ever wrote:

                    sometimes I feel like I’m a guinea pig

                    The .NET Framework will end with 3.0 as the experimentation phase ends. They will then roll out the Windows Live Ultimate Development Framework which will have learnt from .NET's mistakes. ;) I don't know why Microsoft don't use it more but I do know it is a handy framework on the Windows platform for desktop dev. It is pretty good for in-house apps, sort of like VB was but without the amateurism of VB. I enjoyed C# and .NET dev, lot more productive than the little bit of C++ and MFC I once tried.

                    regards, Paul Watson Ireland & South Africa

                    Shog9 wrote:

                    And with that, Paul closed his browser, sipped his herbal tea, fixed the flower in his hair, and smiled brightly at the multitude of cute, furry animals flocking around the grassy hillside where he sat coding Ruby on his Mac...

                    S Offline
                    S Offline
                    starcraft4ever
                    wrote on last edited by
                    #21

                    >> They will then roll out the Windows Live Ultimate Development Framework But still is a framework that developers will keep using. Now, the question is? Microsoft will make use of it to enhance the OS or will keep using C/C++ and .NET wrappers where the 95% of the APIs are P/Invoke calls? >> I don't know why Microsoft don't use it more but I do know it is a handy framework on the Windows platform for desktop dev. It is pretty good for in-house apps, sort of like VB was but without the amateurism of VB. I enjoyed C# and .NET dev, lot more productive than the little bit of C++ and MFC I once tried. I did for many C/C++, VB, and C# and so far C# is really handy and powerful, for that I keep asking me, why MS didn’t use aggressively in the last 3 or 2 years.

                    1 Reply Last reply
                    0
                    • S starcraft4ever

                      I did Spy on VS and you right, many controls (but not even half) on it are .NET controls, especially on the properties screen. But still nothing confirm to me that VS is a .NET application looks like it is just a C/C++ app using several .NET controls from the .NET libraries exposed as COM objects, but the application itself devenv.exe is not .NET.

                      G Offline
                      G Offline
                      gaurav_scr
                      wrote on last edited by
                      #22

                      Visual studio is partly .net. But expression line of products are entirely made in wpf/.net3.0. The user interface is really different and takes time getting used to. I have use expression blend and it has a really small install size as compared to other microsoft products. So at last they have started using their technologies.

                      1 Reply Last reply
                      0
                      • S starcraft4ever

                        >> however, with C#: the language, in this sense, is sterile. I'm still laughing for that :-D >> I suspect that the serious programmers at Microsoft have done so and have - as a result of their analysis - rejected the C#/.NET combination as a "serious" development platform. The more experienced of the bunch, of course, knew this all along. But then under that classification are you meaning that C# is another VB? and then it should not be taken seriously like to be used for big companies to run mission critical processes?

                        Z Offline
                        Z Offline
                        Zoltan Balazs
                        wrote on last edited by
                        #23

                        By the way there is a thread on this subject on Dan Fenrandez's blog[^]

                        company, work and everything else @ netis

                        S 1 Reply Last reply
                        0
                        • P Paul Watson

                          starcraft4ever wrote:

                          sometimes I feel like I’m a guinea pig

                          The .NET Framework will end with 3.0 as the experimentation phase ends. They will then roll out the Windows Live Ultimate Development Framework which will have learnt from .NET's mistakes. ;) I don't know why Microsoft don't use it more but I do know it is a handy framework on the Windows platform for desktop dev. It is pretty good for in-house apps, sort of like VB was but without the amateurism of VB. I enjoyed C# and .NET dev, lot more productive than the little bit of C++ and MFC I once tried.

                          regards, Paul Watson Ireland & South Africa

                          Shog9 wrote:

                          And with that, Paul closed his browser, sipped his herbal tea, fixed the flower in his hair, and smiled brightly at the multitude of cute, furry animals flocking around the grassy hillside where he sat coding Ruby on his Mac...

                          M Offline
                          M Offline
                          Michael P Butler
                          wrote on last edited by
                          #24

                          Paul Watson wrote:

                          I don't know why Microsoft don't use it more but I do know it is a handy framework on the Windows platform for desktop dev.

                          What new apps have Microsoft written recently? Most of their product line is upgrades to legacy apps and they ain't going to rewrite all that code.

                          Michael CP Blog [^] Development Blog [^]

                          P 2 Replies Last reply
                          0
                          • M Michael P Butler

                            Paul Watson wrote:

                            I don't know why Microsoft don't use it more but I do know it is a handy framework on the Windows platform for desktop dev.

                            What new apps have Microsoft written recently? Most of their product line is upgrades to legacy apps and they ain't going to rewrite all that code.

                            Michael CP Blog [^] Development Blog [^]

                            P Offline
                            P Offline
                            Paul Watson
                            wrote on last edited by
                            #25

                            Well, Windows Vista was rewritten in the lifetime of .NET ;)

                            regards, Paul Watson Ireland & South Africa

                            Shog9 wrote:

                            And with that, Paul closed his browser, sipped his herbal tea, fixed the flower in his hair, and smiled brightly at the multitude of cute, furry animals flocking around the grassy hillside where he sat coding Ruby on his Mac...

                            1 Reply Last reply
                            0
                            • S starcraft4ever

                              >> however, with C#: the language, in this sense, is sterile. I'm still laughing for that :-D >> I suspect that the serious programmers at Microsoft have done so and have - as a result of their analysis - rejected the C#/.NET combination as a "serious" development platform. The more experienced of the bunch, of course, knew this all along. But then under that classification are you meaning that C# is another VB? and then it should not be taken seriously like to be used for big companies to run mission critical processes?

                              1 Offline
                              1 Offline
                              123 0
                              wrote on last edited by
                              #26

                              starcraft4ever wrote:

                              But then under that classification are you meaning that C# is another VB? and then it should not be taken seriously like to be used for big companies to run mission critical processes?

                              There are a lot of "mission critical processes" written, at least partially, in VB; and entirely in COBOL, for that matter. One can't rewrite SQL in SQL, and yet SQL plays an important role in many important applications. The problem with C# is that it is too low-level to serve the VB/COBOL/SQL community (that prefers to work at a much higher and simpler level); yet not low enough for use on operating systems, compilers, and requisite desktop applications such as word processors, spread sheets, and database management systems. In short, some group of nerds - isolated from the rest of humanity - thought they could sell C-style syntax to normal human beings. Not gonna happen.

                              Z 1 Reply Last reply
                              0
                              • 1 123 0

                                starcraft4ever wrote:

                                But then under that classification are you meaning that C# is another VB? and then it should not be taken seriously like to be used for big companies to run mission critical processes?

                                There are a lot of "mission critical processes" written, at least partially, in VB; and entirely in COBOL, for that matter. One can't rewrite SQL in SQL, and yet SQL plays an important role in many important applications. The problem with C# is that it is too low-level to serve the VB/COBOL/SQL community (that prefers to work at a much higher and simpler level); yet not low enough for use on operating systems, compilers, and requisite desktop applications such as word processors, spread sheets, and database management systems. In short, some group of nerds - isolated from the rest of humanity - thought they could sell C-style syntax to normal human beings. Not gonna happen.

                                Z Offline
                                Z Offline
                                Zoltan Balazs
                                wrote on last edited by
                                #27

                                The Grand Negus wrote:

                                In short, some group of nerds - isolated from the rest of humanity - thought they could sell C-style syntax to normal human beings. Not gonna happen.

                                That is funny!!! :laugh:

                                company, work and everything else @ netis

                                1 Reply Last reply
                                0
                                • Z Zoltan Balazs

                                  So you're saying that Java is also rejected as a serious development platform?

                                  company, work and everything else @ netis

                                  1 Offline
                                  1 Offline
                                  123 0
                                  wrote on last edited by
                                  #28

                                  Zoltan Balazs wrote:

                                  So you're saying that Java is also rejected as a serious development platform?

                                  Java is sterile in the same sense that C# is. My objection to Java is the same as I stated elsewhere in this thread regarding C# - the concepts and syntax are too low-level for a high-level language. It's not friendly enough to win over a COBOL or VB programmer, and yet not powerful enough for a C or C++ person.

                                  P 1 Reply Last reply
                                  0
                                  • M Michael P Butler

                                    Paul Watson wrote:

                                    I don't know why Microsoft don't use it more but I do know it is a handy framework on the Windows platform for desktop dev.

                                    What new apps have Microsoft written recently? Most of their product line is upgrades to legacy apps and they ain't going to rewrite all that code.

                                    Michael CP Blog [^] Development Blog [^]

                                    P Offline
                                    P Offline
                                    Paul Watson
                                    wrote on last edited by
                                    #29

                                    And another thing is all the marketing Microsoft put out about other companies that rewrote their applications with the .NET Framework to reap the benefits etc. They have case studies, cost and performance improvement charts etc. etc. They even sponsored rewrites of popular systems in .NET. Yet they won't do the same. One bit of .NET they do seem to use though is ASP.NET. The bit I like least.

                                    regards, Paul Watson Ireland & South Africa

                                    Shog9 wrote:

                                    And with that, Paul closed his browser, sipped his herbal tea, fixed the flower in his hair, and smiled brightly at the multitude of cute, furry animals flocking around the grassy hillside where he sat coding Ruby on his Mac...

                                    J 1 Reply Last reply
                                    0
                                    • 1 123 0

                                      Zoltan Balazs wrote:

                                      So you're saying that Java is also rejected as a serious development platform?

                                      Java is sterile in the same sense that C# is. My objection to Java is the same as I stated elsewhere in this thread regarding C# - the concepts and syntax are too low-level for a high-level language. It's not friendly enough to win over a COBOL or VB programmer, and yet not powerful enough for a C or C++ person.

                                      P Offline
                                      P Offline
                                      Paul Watson
                                      wrote on last edited by
                                      #30

                                      Yeah, poor Java, hardly any enterprise uses it... oh, wait.

                                      regards, Paul Watson Ireland & South Africa

                                      Shog9 wrote:

                                      And with that, Paul closed his browser, sipped his herbal tea, fixed the flower in his hair, and smiled brightly at the multitude of cute, furry animals flocking around the grassy hillside where he sat coding Ruby on his Mac...

                                      1 1 Reply Last reply
                                      0
                                      • Z Zoltan Balazs

                                        By the way there is a thread on this subject on Dan Fenrandez's blog[^]

                                        company, work and everything else @ netis

                                        S Offline
                                        S Offline
                                        starcraft4ever
                                        wrote on last edited by
                                        #31

                                        The link expresses exactly my point. There are been .NET dlls created and exposed to the rest of the applications and usually make use of a huge amount of P/Invokes but not native applications. The blog is from 2004 and still there are no a real response from MS. For all those link I could see just two applications (clients) written in .NET Small Business Server 2003 and MS-CRM. May be MS is waiting for computers processor power to be enough then applications made in .NET can’t be differentiated from application in made in C++, I can’t imagine a Office product made in .NET running with the same performance (speed/resources) than the current version.

                                        1 Reply Last reply
                                        0
                                        • P Paul Watson

                                          Yeah, poor Java, hardly any enterprise uses it... oh, wait.

                                          regards, Paul Watson Ireland & South Africa

                                          Shog9 wrote:

                                          And with that, Paul closed his browser, sipped his herbal tea, fixed the flower in his hair, and smiled brightly at the multitude of cute, furry animals flocking around the grassy hillside where he sat coding Ruby on his Mac...

                                          1 Offline
                                          1 Offline
                                          123 0
                                          wrote on last edited by
                                          #32

                                          Paul Watson wrote:

                                          Yeah, poor Java, hardly any enterprise uses it... oh, wait.

                                          We live in farm country. The guy next door has a mule. He uses it for all sorts of things. But it's still sterile. End of the line.

                                          P 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