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. Does .NET awe the non-.NETers?

Does .NET awe the non-.NETers?

Scheduled Pinned Locked Moved The Lounge
csharphtmlcomquestion
59 Posts 38 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.
  • M Michael Dunn

    Au contraire! (your French lesson for the day :)) I don't view .NET as evil or any incarnation thereof. It's simply a case of it not being the right tool for the work I do. I'm gonna say what I always do - just because VC 7 comes out with all the whiz-bang whammy-dyne .NET features, it doesn't mean VC 6 suddenly stops working and I can no longer code in it. For work[^] download size is a huge concern, and right now we're converting our UI from MFC to WTL (yes, at my suggestion) to get our EXE size down. .NET is right out since our users will probably not have the .NET Framework yet and it is unacceptable to make them download it. Now the VS.NET IDE, that's evil. ;) Nishant S wrote: do you guys feel afraid? That you will soon become - er - obsolete? Again, why should I? There will always be a need for small apps where requiring the .NET Framework* is unacceptable, either because of the download size (telling modem users that they need to do a 20 MB download is not a good way to win customers), or the developers just don't know the .NET classes yet. From what I've seen, .NET's big strengths are in how it makes code operate transparently a) between languages and b) over the network.** That's all well and good, but I have no interest in those areas. *shrug* I just don't. If there was a job opening for an app that was not using C++ and all network-based and whatnot, I wouldn't go for it in the first place, .NET or no .NET. As for GUIs, you have to learn a whole new class library and do all sorts of conversions just to call APIs. If you're coming from VB where it's all forms-based and all you know how to do is click-drag-drop onto forms, and let the wizard write the handlers for you, then cool. Not for me though. For all the talk about VB being RAD and whatnot, I still have no trouble mocking up GUIs quickly in good ol' C++. In fact, I'm doing it right now at work. Why should I the time to learn the .NET GUI classes? (That's not rhetorical, if you can explain why I should, go right ahead.) IMO, the big strike against GUIs is that when major additions are made to the Windows API, you can't just grab the PSDK and use the new headers. You have to either go through the headers, look for new APIs and structs, and translate them by hand into .NET types, or hope that someone else will do it for you. I can just grab the PSDK

    R Offline
    R Offline
    Rein Hillmann
    wrote on last edited by
    #16

    Michael Dunn wrote: Now the VS.NET IDE, that's evil. :wtf: :wtf: :wtf: I don't want to start a big war here but I definitely think the VS.NET IDE is a LOT better than the old IDE (somewhat slower on low-spec machines but blazingly fast on a dual 2.4GHz :P ). There are a LOT of reasons I feel it's better but the main reason being: CTRL-SHIFT-R & CTRL-SHIFT-P If you haven't used this then you're really missing out on one of the most useful features of the new IDE. It saves me TONS of time.

    S D C A C 5 Replies Last reply
    0
    • M Michael Dunn

      Au contraire! (your French lesson for the day :)) I don't view .NET as evil or any incarnation thereof. It's simply a case of it not being the right tool for the work I do. I'm gonna say what I always do - just because VC 7 comes out with all the whiz-bang whammy-dyne .NET features, it doesn't mean VC 6 suddenly stops working and I can no longer code in it. For work[^] download size is a huge concern, and right now we're converting our UI from MFC to WTL (yes, at my suggestion) to get our EXE size down. .NET is right out since our users will probably not have the .NET Framework yet and it is unacceptable to make them download it. Now the VS.NET IDE, that's evil. ;) Nishant S wrote: do you guys feel afraid? That you will soon become - er - obsolete? Again, why should I? There will always be a need for small apps where requiring the .NET Framework* is unacceptable, either because of the download size (telling modem users that they need to do a 20 MB download is not a good way to win customers), or the developers just don't know the .NET classes yet. From what I've seen, .NET's big strengths are in how it makes code operate transparently a) between languages and b) over the network.** That's all well and good, but I have no interest in those areas. *shrug* I just don't. If there was a job opening for an app that was not using C++ and all network-based and whatnot, I wouldn't go for it in the first place, .NET or no .NET. As for GUIs, you have to learn a whole new class library and do all sorts of conversions just to call APIs. If you're coming from VB where it's all forms-based and all you know how to do is click-drag-drop onto forms, and let the wizard write the handlers for you, then cool. Not for me though. For all the talk about VB being RAD and whatnot, I still have no trouble mocking up GUIs quickly in good ol' C++. In fact, I'm doing it right now at work. Why should I the time to learn the .NET GUI classes? (That's not rhetorical, if you can explain why I should, go right ahead.) IMO, the big strike against GUIs is that when major additions are made to the Windows API, you can't just grab the PSDK and use the new headers. You have to either go through the headers, look for new APIs and structs, and translate them by hand into .NET types, or hope that someone else will do it for you. I can just grab the PSDK

      J Offline
      J Offline
      Jon Newman
      wrote on last edited by
      #17

      Michael Dunn wrote: *we really need an acronym for that MS tend to call it DOTNETFX do they not....so how about. .NETFX ? Maybe we should send it off to ISO and get it made a standard :rolleyes: From the rest of your post. THe one thing that really put me off developing for .NET was the framework. I reasised that whatever app I made, I would have to release it on CD to get people to bother getting it. I've seen sites around offering their "50kb super app", and as a footnote say that you need the .NETFX to run it. Suddenly the file size leaps about 20mb and users say....I don't really need this app do I. As soon as MS release it as part of windows itself, as in .NET Server, people won't mind it. IMHO, they should have kept WinXP back until they could ship it with the .NETFX.


      "If you just say porn then you get all manner of chaff and low grade stuff."
      - Paul Watson, Lounge 25 Mar 03
      "But a fresh install - it's like having clean sheets"
      - C. Maunder Lounge 3 Mar '03


      Jonathan 'nonny' Newman Homepage [www.nonny.com] [^]

      S 1 Reply Last reply
      0
      • S Shog9 0

        Nishant S wrote: But now when the whole world seems to be looming with .NET The sun shown dark and red through the haze that morning, as though a pool of blood in the sky drying at the edges. Over the horizon it came, growing larger by the moment, hard, alien, terrifying. In their beds, the peaceful townsfolk tossed and turned feverishly, fearing the dawn fast approaching. As through the streets the crier ran, shouting and screaming until his voice was left a rasping whisper, but still the screech could be heard:

        ".NET! .NET! Run for your lives, .NET looms!"

        ok, ok... time for sleep... ---

        But, oh god / Under the weight of life / Things seem / Brighter on the other side - David Matthews, Big Eyed Fish

        J Offline
        J Offline
        Jon Newman
        wrote on last edited by
        #18

        Shog9 wrote: ok, ok... time for sleep... Shhh....shhh....there there, the Next Big Thing will soon arrive to eat up the evil .NET and all its namespaces.


        "If you just say porn then you get all manner of chaff and low grade stuff."
        - Paul Watson, Lounge 25 Mar 03
        "But a fresh install - it's like having clean sheets"
        - C. Maunder Lounge 3 Mar '03


        Jonathan 'nonny' Newman Homepage [www.nonny.com] [^]

        1 Reply Last reply
        0
        • N NormDroid

          Nope, I agree with Mr Dunn, specialized or desktop GUI apps don't qualify for .NET. When developing Data centric applications, .NET and C# make life a whole lot easier. I think in the long run it's Microsoft goal to eradicate Win32/Win64 API programming (except at Microsoft or course ;), otherwise they would never have the edge over the competitors). I'm easy, I'll certainly do .NET programming but I'll insist on using C# as the preferred language.

          J Offline
          J Offline
          jhwurmbach
          wrote on last edited by
          #19

          Norm Almond wrote: I think in the long run it's Microsoft goal to eradicate Win32/Win64 API programming Yep! They are changing the API while the system is running. And I think I like that new API. But then - most of the work will (for many years to come) be made with 'normal' programming. Wherever you have to be fast, small or interoperable .NET is right out. And the Web-programming market is shrinking, not growing. Money is made by firms who make real value, and not just some virtual hullabaloo. There is a real mass extinction of startups for quite some time now.


          My opinions may have changed, but not the fact that I am right.

          1 Reply Last reply
          0
          • N Nish Nishant

            There are several of you who shun .NET like it was the devil herself. Mike Dunn and Colino come to mind. Initially it might have been okay. But now when the whole world seems to be looming with .NET do you guys feel afraid? That you will soon become - er - obsolete? Nish


            Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

            J Offline
            J Offline
            John Honan
            wrote on last edited by
            #20

            One big advantage of .NET is that it brought conclusion to the VB6 product line. By this, I mean *finally* we don't have to worry about another VB6 sp coming along... And all the third party controls out there either work or they don't. VB6 has become 'stable'. For shareware / small utility development Delphi, C++ / C++ Builder, and VB6 (for certain things) are the best route. Basically, for anything that requires small footprint, and good performance (e.g. graphics engines) - and most importantly, anything that has to be distributed online. Most of the world are still on 56k dial-up - It's difficult enough to persuade them to download the VB runtimes, let alone having to download the 20Mb .NET framework. Why oh why wasn't this included in XP??? :(( However, I've been doing a lot of development work recently in ASP.NET / VB.NET and *love* it! - For a server-side web based dev environment it really is the easiest and most powerful I've worked with. ;) John.

            1 Reply Last reply
            0
            • S Stephane Rodriguez

              Nishant S wrote: But now when the whole world seems to be looming with .NET do you guys feel afraid? A lot so-called news sites are doing a lot of MS PR because MS pays well, so may be it's just about us thinking that everything is about .NET. Which is wrong. In fact, MS is using .NET as a sexy title to make sure enterprises upgrade their hardware and software every year, even without a cause. They are basically doing business, but this does a lot harm to other small software companies. The other thing is about the control on APIs. MFC/ATL/WTL/STL/... are out-of-control since we have the source code. But .NET is on the MS side, and every time they decide to make breaking changes, you have to cope with it. The trouble is MS only supports the latest release (let me guess how little time it takes before MS decides that VS.NET 2002 is now unsupported), while us small software companies are expected to support both versions.

              N Offline
              N Offline
              NormDroid
              wrote on last edited by
              #21

              .S.Rod. wrote: The other thing is about the control on APIs. MFC/ATL/WTL/STL/... are out-of-control since we have the source code. But .NET is on the MS side, and every time they decide to make breaking changes, you have to cope with it. The trouble is MS only supports the latest release (let me guess how little time it takes before MS decides that VS.NET 2002 is now unsupported), while us small software companies are expected to support both versions. .S.Rod you've hit the nail on the head!

              1 Reply Last reply
              0
              • J Jon Newman

                Michael Dunn wrote: *we really need an acronym for that MS tend to call it DOTNETFX do they not....so how about. .NETFX ? Maybe we should send it off to ISO and get it made a standard :rolleyes: From the rest of your post. THe one thing that really put me off developing for .NET was the framework. I reasised that whatever app I made, I would have to release it on CD to get people to bother getting it. I've seen sites around offering their "50kb super app", and as a footnote say that you need the .NETFX to run it. Suddenly the file size leaps about 20mb and users say....I don't really need this app do I. As soon as MS release it as part of windows itself, as in .NET Server, people won't mind it. IMHO, they should have kept WinXP back until they could ship it with the .NETFX.


                "If you just say porn then you get all manner of chaff and low grade stuff."
                - Paul Watson, Lounge 25 Mar 03
                "But a fresh install - it's like having clean sheets"
                - C. Maunder Lounge 3 Mar '03


                Jonathan 'nonny' Newman Homepage [www.nonny.com] [^]

                S Offline
                S Offline
                Stephane Rodriguez
                wrote on last edited by
                #22

                Jonny Newman wrote: , they should have kept WinXP back until they could ship it with the .NETFX. That's already the case : Windows XP SP1 CD. You have to order the CD though.

                J 1 Reply Last reply
                0
                • M Michael Dunn

                  Au contraire! (your French lesson for the day :)) I don't view .NET as evil or any incarnation thereof. It's simply a case of it not being the right tool for the work I do. I'm gonna say what I always do - just because VC 7 comes out with all the whiz-bang whammy-dyne .NET features, it doesn't mean VC 6 suddenly stops working and I can no longer code in it. For work[^] download size is a huge concern, and right now we're converting our UI from MFC to WTL (yes, at my suggestion) to get our EXE size down. .NET is right out since our users will probably not have the .NET Framework yet and it is unacceptable to make them download it. Now the VS.NET IDE, that's evil. ;) Nishant S wrote: do you guys feel afraid? That you will soon become - er - obsolete? Again, why should I? There will always be a need for small apps where requiring the .NET Framework* is unacceptable, either because of the download size (telling modem users that they need to do a 20 MB download is not a good way to win customers), or the developers just don't know the .NET classes yet. From what I've seen, .NET's big strengths are in how it makes code operate transparently a) between languages and b) over the network.** That's all well and good, but I have no interest in those areas. *shrug* I just don't. If there was a job opening for an app that was not using C++ and all network-based and whatnot, I wouldn't go for it in the first place, .NET or no .NET. As for GUIs, you have to learn a whole new class library and do all sorts of conversions just to call APIs. If you're coming from VB where it's all forms-based and all you know how to do is click-drag-drop onto forms, and let the wizard write the handlers for you, then cool. Not for me though. For all the talk about VB being RAD and whatnot, I still have no trouble mocking up GUIs quickly in good ol' C++. In fact, I'm doing it right now at work. Why should I the time to learn the .NET GUI classes? (That's not rhetorical, if you can explain why I should, go right ahead.) IMO, the big strike against GUIs is that when major additions are made to the Windows API, you can't just grab the PSDK and use the new headers. You have to either go through the headers, look for new APIs and structs, and translate them by hand into .NET types, or hope that someone else will do it for you. I can just grab the PSDK

                  P Offline
                  P Offline
                  Paul Ingles
                  wrote on last edited by
                  #23

                  Michael Dunn wrote: IMO, the big strike against GUIs is that when major additions are made to the Windows API, you can't just grab the PSDK and use the new headers. You have to either go through the headers, look for new APIs and structs, and translate them by hand into .NET types, or hope that someone else will do it for you. I can just grab the PSDK at any time, and I'm good to go. Don't forget that you can always use C++.NET to wrap up any new API calls. I did it a while ago with the EmailValidator control I wrote (here on CP), I needed to query some DNS servers and so rather find some .NET code that would do it directly I just used the DNS functions in the Win API. I produced some code that put together a collection of Mx records after navigating through the query results. In the end it wasn't too bad. It's damn lucky because there was no way I was going to sit down and convert the structs and calls to use in PInvoke! -- Paul "Put the key of despair into the lock of apathy. Turn the knob of mediocrity slowly and open the gates of despondency - welcome to a day in the average office." - David Brent, from "The Office" MS Messenger: paul@oobaloo.co.uk Sonork: 100.22446

                  1 Reply Last reply
                  0
                  • S Stephane Rodriguez

                    Jonny Newman wrote: , they should have kept WinXP back until they could ship it with the .NETFX. That's already the case : Windows XP SP1 CD. You have to order the CD though.

                    J Offline
                    J Offline
                    Jon Newman
                    wrote on last edited by
                    #24

                    .S.Rod. wrote: You have to order the CD though. Need I say more? I rest my case. What Joe Average user is going to bother with the SP? They buy the OS expecting it to be finished.


                    "If you just say porn then you get all manner of chaff and low grade stuff."
                    - Paul Watson, Lounge 25 Mar 03
                    "But a fresh install - it's like having clean sheets"
                    - C. Maunder Lounge 3 Mar '03


                    Jonathan 'nonny' Newman Homepage [www.nonny.com] [^]

                    N 1 Reply Last reply
                    0
                    • P Paul Watson

                      Nishant S wrote: do you guys feel afraid? That you will soon become - er - obsolete There are still COBOL programmers around. Chris thinks we should all be using FORTRAN. ;) For me it is like this; For web development ASP.NET is an absolute no brainer. It has tangible benefits that even business men can understand. For the rest of the IT industry the benefits are nowhere near as tangible as that.

                      Paul Watson
                      Bluegrass
                      Cape Town, South Africa

                      Macbeth muttered: I am in blood / Stepped in so far, that should I wade no more, / Returning were as tedious as go o'er Shog9: Paul "The human happy pill" Watson

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

                      Totally agree, finally you don't have to set about creating some COM server everytime you want to do anything more than query a database and show the results. I've finished coding my final year project for University (now just time to write the mammoth documentation package that follows), a .NET powered XML Web Service (includes dynamic billing, authentication and other such funky things). It's never been too much of a hassle, there's been times when things just plain haven't worked (and when documentation I've been using has been incomplete to say the least) but that's when the VS.NET debugger has proved its worth. Its fantastic to be able to develop web apps in such an all encompassing environment, when it comes to the UI design then you've got to consider Dreamweaver, but for the behind-the-scenes grunt work, VS.NET and .NET make it relatively simple. -- Paul "Put the key of despair into the lock of apathy. Turn the knob of mediocrity slowly and open the gates of despondency - welcome to a day in the average office." - David Brent, from "The Office" MS Messenger: paul@oobaloo.co.uk Sonork: 100.22446

                      1 Reply Last reply
                      0
                      • N Nish Nishant

                        There are several of you who shun .NET like it was the devil herself. Mike Dunn and Colino come to mind. Initially it might have been okay. But now when the whole world seems to be looming with .NET do you guys feel afraid? That you will soon become - er - obsolete? Nish


                        Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

                        M Offline
                        M Offline
                        Michael A Barnhart
                        wrote on last edited by
                        #26

                        Nishant S wrote: But now when the whole world seems to be looming with .NET do you guys feel afraid? I will have to agree with Mike and others. It simple does not really offer anything major over what I have for what I am supporting. Which is mostly server side integration with much of the effort towards web services and XML publishing on SUN boxes. Now when I return to my former life and on the client machines if calling those web services is noticable better than the tools I alread have developed it may be different. ""

                        1 Reply Last reply
                        0
                        • M Michael Dunn

                          Au contraire! (your French lesson for the day :)) I don't view .NET as evil or any incarnation thereof. It's simply a case of it not being the right tool for the work I do. I'm gonna say what I always do - just because VC 7 comes out with all the whiz-bang whammy-dyne .NET features, it doesn't mean VC 6 suddenly stops working and I can no longer code in it. For work[^] download size is a huge concern, and right now we're converting our UI from MFC to WTL (yes, at my suggestion) to get our EXE size down. .NET is right out since our users will probably not have the .NET Framework yet and it is unacceptable to make them download it. Now the VS.NET IDE, that's evil. ;) Nishant S wrote: do you guys feel afraid? That you will soon become - er - obsolete? Again, why should I? There will always be a need for small apps where requiring the .NET Framework* is unacceptable, either because of the download size (telling modem users that they need to do a 20 MB download is not a good way to win customers), or the developers just don't know the .NET classes yet. From what I've seen, .NET's big strengths are in how it makes code operate transparently a) between languages and b) over the network.** That's all well and good, but I have no interest in those areas. *shrug* I just don't. If there was a job opening for an app that was not using C++ and all network-based and whatnot, I wouldn't go for it in the first place, .NET or no .NET. As for GUIs, you have to learn a whole new class library and do all sorts of conversions just to call APIs. If you're coming from VB where it's all forms-based and all you know how to do is click-drag-drop onto forms, and let the wizard write the handlers for you, then cool. Not for me though. For all the talk about VB being RAD and whatnot, I still have no trouble mocking up GUIs quickly in good ol' C++. In fact, I'm doing it right now at work. Why should I the time to learn the .NET GUI classes? (That's not rhetorical, if you can explain why I should, go right ahead.) IMO, the big strike against GUIs is that when major additions are made to the Windows API, you can't just grab the PSDK and use the new headers. You have to either go through the headers, look for new APIs and structs, and translate them by hand into .NET types, or hope that someone else will do it for you. I can just grab the PSDK

                          S Offline
                          S Offline
                          Steve S
                          wrote on last edited by
                          #27

                          I have a suggestion for the acronym. How about Common Runtime Under Development Steve Steve S [This signature space available for rent]

                          1 Reply Last reply
                          0
                          • R Rein Hillmann

                            Michael Dunn wrote: Now the VS.NET IDE, that's evil. :wtf: :wtf: :wtf: I don't want to start a big war here but I definitely think the VS.NET IDE is a LOT better than the old IDE (somewhat slower on low-spec machines but blazingly fast on a dual 2.4GHz :P ). There are a LOT of reasons I feel it's better but the main reason being: CTRL-SHIFT-R & CTRL-SHIFT-P If you haven't used this then you're really missing out on one of the most useful features of the new IDE. It saves me TONS of time.

                            S Offline
                            S Offline
                            Senkwe Chanda
                            wrote on last edited by
                            #28

                            It's blazingly fast on an Athlon 1700 too. Just crank up the memory and you're set :-) What's the difference between a C++ programmer and God? God knows he's not a C++ programmer : anon

                            1 Reply Last reply
                            0
                            • N Nish Nishant

                              There are several of you who shun .NET like it was the devil herself. Mike Dunn and Colino come to mind. Initially it might have been okay. But now when the whole world seems to be looming with .NET do you guys feel afraid? That you will soon become - er - obsolete? Nish


                              Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

                              R Offline
                              R Offline
                              Ranjan Banerji
                              wrote on last edited by
                              #29

                              I have been coding in .Net for about a year. First of all I must say I miss C++. I do find .Net to be a lot better for creating web based applications. Things do fit a lot better. ASP .Net is a huge change from the crap they had before. Have no clue about VB .Net and I hope this trend continues. C# is fun to use, but does not compare to C++ (Just my opnion). What sort of bothers me is the .Net Framework and the fact that it needs to be installed on any machine that will use apps built in .Net. This is OK for web based apps. But why would I ever build a windows app using .Net. That would be like doing it in VB and shipping 20MB of DLLs.

                              N K 2 Replies Last reply
                              0
                              • C ColinDavies

                                I must be getting old, As I still can't think of a way of a small guy like me capitalizing on .NET. Regardz Colin J Davies

                                Sonork ID 100.9197:Colin

                                Warning Link to the minion's animation, do not use. It's a real shame that people as stupid as you can work out how to use a computer. said by Christian Graus in the Soapbox

                                D Offline
                                D Offline
                                David Wulff
                                wrote on last edited by
                                #30

                                Do you do web development? (that sounds so dirty. :~) Someone round here said about two years ago now that working with ASP.NET is like fitting bra's to supermodels... I was they were right, and I haven't got any cuts on my finger tips from beating my keyboard to a bloody pulp. Clients like quick, functional and reusable solutions, and ASP.NET lets you cut that better than a hot knife through butter.


                                David Wulff

                                "i said no to noddy like 20 times but in the end i just couldnt say no to him anymore" - Wishful Thinking

                                1 Reply Last reply
                                0
                                • J Jon Newman

                                  .S.Rod. wrote: You have to order the CD though. Need I say more? I rest my case. What Joe Average user is going to bother with the SP? They buy the OS expecting it to be finished.


                                  "If you just say porn then you get all manner of chaff and low grade stuff."
                                  - Paul Watson, Lounge 25 Mar 03
                                  "But a fresh install - it's like having clean sheets"
                                  - C. Maunder Lounge 3 Mar '03


                                  Jonathan 'nonny' Newman Homepage [www.nonny.com] [^]

                                  N Offline
                                  N Offline
                                  NormDroid
                                  wrote on last edited by
                                  #31

                                  Just take a look at Windows NT 4.0 it took at the services packs Microsoft need to get NT a stable product: SP1,SP2,SP3,SP4,SP5,SP6,SP6a. And might I add, when they finally achieved a stable product they started making obsolete. XP will take a least 4 Service Packs before it's really stable, that thru the eyes of somebody who has been using Windows since Windows 3.0! X|

                                  1 Reply Last reply
                                  0
                                  • R Ranjan Banerji

                                    I have been coding in .Net for about a year. First of all I must say I miss C++. I do find .Net to be a lot better for creating web based applications. Things do fit a lot better. ASP .Net is a huge change from the crap they had before. Have no clue about VB .Net and I hope this trend continues. C# is fun to use, but does not compare to C++ (Just my opnion). What sort of bothers me is the .Net Framework and the fact that it needs to be installed on any machine that will use apps built in .Net. This is OK for web based apps. But why would I ever build a windows app using .Net. That would be like doing it in VB and shipping 20MB of DLLs.

                                    N Offline
                                    N Offline
                                    NormDroid
                                    wrote on last edited by
                                    #32

                                    Ranjan Banerji wrote: But why would I ever build a windows app using .Net. That would be like doing it in VB and shipping 20MB of DLLs. Exactly :|

                                    1 Reply Last reply
                                    0
                                    • N Nish Nishant

                                      There are several of you who shun .NET like it was the devil herself. Mike Dunn and Colino come to mind. Initially it might have been okay. But now when the whole world seems to be looming with .NET do you guys feel afraid? That you will soon become - er - obsolete? Nish


                                      Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

                                      R Offline
                                      R Offline
                                      realJSOP
                                      wrote on last edited by
                                      #33

                                      Nishant S wrote: There are several of you who shun .NET like it was the devil herself. Mike Dunn and Colino come to mind. Initially it might have been okay. But now when the whole world seems to be looming with .NET do you guys feel afraid? That you will soon become - er - obsolete? What are you, out of your freakin mind? I am not awed by .NET. I'm afraid for my own value as a C++ programmer because techie-wannabe managers see ".NET", and think the world revolves around everything that Micrsoft might care to give birth to through it's corporate bunghole, thus forcing the next illogical mental half-step that somehow gels into the thought that all future programs written for Windows must a) be somehow connected to the internet, and b) must be saddled with the same over-sized putrid runtime crap-ware that VB programmers have been forced to deal with for the last 10 fuckin years. .NET is just more monopoly-enforcing bullshit from Microsoft. ------- signature starts "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 Please review the Legal Disclaimer in my bio. ------- signature ends

                                      1 Reply Last reply
                                      0
                                      • N Nish Nishant

                                        There are several of you who shun .NET like it was the devil herself. Mike Dunn and Colino come to mind. Initially it might have been okay. But now when the whole world seems to be looming with .NET do you guys feel afraid? That you will soon become - er - obsolete? Nish


                                        Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

                                        C Offline
                                        C Offline
                                        Chris Losinger
                                        wrote on last edited by
                                        #34

                                        right now, .Net is completely meaningless unless you're writing web apps. i have no fear. -c


                                        Image tools: ThumbNailer, Bobber, TIFFAssembler

                                        1 Reply Last reply
                                        0
                                        • N Nish Nishant

                                          There are several of you who shun .NET like it was the devil herself. Mike Dunn and Colino come to mind. Initially it might have been okay. But now when the whole world seems to be looming with .NET do you guys feel afraid? That you will soon become - er - obsolete? Nish


                                          Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

                                          S Offline
                                          S Offline
                                          Smitha Nishant
                                          wrote on last edited by
                                          #35

                                          I have already shifted to .NET. But certainly its not late already to shift to .NET. And I see there is more to come out of .NET, maybe in another two rleases atleast. And as many said here, .NET is not yet matured enough to be used to develop games, core applications. But as far as business applications are considered [thats what I develop], its the best tool you can use for fast and easy development. And with customers not bothered about a framework installation, its absolutely the right choice. Smitha It is better to be hated for what you are than to be loved for what you are not. -- Andre Gide

                                          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