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. Other Discussions
  3. The Back Room
  4. Development Overload

Development Overload

Scheduled Pinned Locked Moved The Back Room
csharpdelphidatabasevisual-studio
16 Posts 9 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 Offline
    M Offline
    Matthew Hazlett
    wrote on last edited by
    #1

    Microsoft is killing me with all this new development technology. Have you seen the next generation, Visual Basic or c#. They have: LINQ (it's basically SQL for your generic's) LINQ stands for Language INtegrated Query and in a nutshell, it makes query and set operations, like SQL statements first class citizens in .NET languages like C# and VB. XLinq XLinq is XML code embedded in your program. (And a lot more) Dim contact As XElement = <contact> <name><%= myName %></name> </contact> As if that wern't enough now we have WinFX And the Presentation Framework to deal with (As well as the tools that go along with those). But let us not forget that VS 2005 just came out... UGH... Does anyone other then me find this the least bit overwhelmed by aall this new stuff coming out AT THE SAME TIME? What do we learn next? :confused: --- Sometimes I miss the simpler DOS days of Borland Turbo Pascal (Heh, but not for to long). Matthew Hazlett

    A L S P N 7 Replies Last reply
    0
    • M Matthew Hazlett

      Microsoft is killing me with all this new development technology. Have you seen the next generation, Visual Basic or c#. They have: LINQ (it's basically SQL for your generic's) LINQ stands for Language INtegrated Query and in a nutshell, it makes query and set operations, like SQL statements first class citizens in .NET languages like C# and VB. XLinq XLinq is XML code embedded in your program. (And a lot more) Dim contact As XElement = <contact> <name><%= myName %></name> </contact> As if that wern't enough now we have WinFX And the Presentation Framework to deal with (As well as the tools that go along with those). But let us not forget that VS 2005 just came out... UGH... Does anyone other then me find this the least bit overwhelmed by aall this new stuff coming out AT THE SAME TIME? What do we learn next? :confused: --- Sometimes I miss the simpler DOS days of Borland Turbo Pascal (Heh, but not for to long). Matthew Hazlett

      A Offline
      A Offline
      Alvaro Mendez
      wrote on last edited by
      #2

      Matthew Hazlett wrote:

      And a lot more

      Yes, the new Lambda expressions and Extension methods are also pretty cool. From the looks of things, C# is getting a lot more complex than how it started, although the complexity is designed to allow us to write a lot less code and in less time. No longer will this be something anyone can just learn "in 21 days" or "24 hours". And that's good news for us -- job security! What I'd like to know is, when is the C# 3.0 compiler going to be finalized and released? I understand that it will work with VS 2005, which is good. Regards, Alvaro


      1 Reply Last reply
      0
      • M Matthew Hazlett

        Microsoft is killing me with all this new development technology. Have you seen the next generation, Visual Basic or c#. They have: LINQ (it's basically SQL for your generic's) LINQ stands for Language INtegrated Query and in a nutshell, it makes query and set operations, like SQL statements first class citizens in .NET languages like C# and VB. XLinq XLinq is XML code embedded in your program. (And a lot more) Dim contact As XElement = <contact> <name><%= myName %></name> </contact> As if that wern't enough now we have WinFX And the Presentation Framework to deal with (As well as the tools that go along with those). But let us not forget that VS 2005 just came out... UGH... Does anyone other then me find this the least bit overwhelmed by aall this new stuff coming out AT THE SAME TIME? What do we learn next? :confused: --- Sometimes I miss the simpler DOS days of Borland Turbo Pascal (Heh, but not for to long). Matthew Hazlett

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

        It is a pain in the but and only to put MSs name about. This new technology does nothing for the end user, and detracts MS coders from fixing the bugs with the code that is usefull. It really pisses me off. Look at COM, what a waste of time that was. Nunc est bibendum

        M S 2 Replies Last reply
        0
        • L Lost User

          It is a pain in the but and only to put MSs name about. This new technology does nothing for the end user, and detracts MS coders from fixing the bugs with the code that is usefull. It really pisses me off. Look at COM, what a waste of time that was. Nunc est bibendum

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

          fat_boy wrote:

          Look at COM, what a waste of time that was.

          Really? I enjoyed a lot of good years writing COM based software but .NET is a big improvement... sort of COM done right (but only because MS learnt from their COM experiences) Michael CP Blog [^] Development Blog [^]

          L 1 Reply Last reply
          0
          • M Michael P Butler

            fat_boy wrote:

            Look at COM, what a waste of time that was.

            Really? I enjoyed a lot of good years writing COM based software but .NET is a big improvement... sort of COM done right (but only because MS learnt from their COM experiences) Michael CP Blog [^] Development Blog [^]

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

            fun it might be but did it really offer the end user any benefit? Nunc est bibendum

            M 1 Reply Last reply
            0
            • L Lost User

              It is a pain in the but and only to put MSs name about. This new technology does nothing for the end user, and detracts MS coders from fixing the bugs with the code that is usefull. It really pisses me off. Look at COM, what a waste of time that was. Nunc est bibendum

              S Offline
              S Offline
              Stan Shannon
              wrote on last edited by
              #6

              fat_boy wrote:

              Look at COM, what a waste of time that was.

              Damn, we agree on something. COM was the reason I moved to .Net. Anything had to be better than that insanity. "If anything, the West is awash in an epidemic of self-hate crimes." "a civilization that feels guilty for everything it is and does will lack the energy and conviction to defend itself"

              L 1 Reply Last reply
              0
              • M Matthew Hazlett

                Microsoft is killing me with all this new development technology. Have you seen the next generation, Visual Basic or c#. They have: LINQ (it's basically SQL for your generic's) LINQ stands for Language INtegrated Query and in a nutshell, it makes query and set operations, like SQL statements first class citizens in .NET languages like C# and VB. XLinq XLinq is XML code embedded in your program. (And a lot more) Dim contact As XElement = <contact> <name><%= myName %></name> </contact> As if that wern't enough now we have WinFX And the Presentation Framework to deal with (As well as the tools that go along with those). But let us not forget that VS 2005 just came out... UGH... Does anyone other then me find this the least bit overwhelmed by aall this new stuff coming out AT THE SAME TIME? What do we learn next? :confused: --- Sometimes I miss the simpler DOS days of Borland Turbo Pascal (Heh, but not for to long). Matthew Hazlett

                S Offline
                S Offline
                Stan Shannon
                wrote on last edited by
                #7

                Matthew Hazlett wrote:

                Does anyone other then me find this the least bit overwhelmed by aall this new stuff coming out AT THE SAME TIME?

                Yes. I'm sure all of this new technology would add greatly to productivity if it would actually stabilize long enough for someone to become proficient with it. But, hell, the very minute you've learned the latest and greatest technology, another one comes along. Oh, for the good ol' days... when ever that was... "If anything, the West is awash in an epidemic of self-hate crimes." "a civilization that feels guilty for everything it is and does will lack the energy and conviction to defend itself"

                1 Reply Last reply
                0
                • M Matthew Hazlett

                  Microsoft is killing me with all this new development technology. Have you seen the next generation, Visual Basic or c#. They have: LINQ (it's basically SQL for your generic's) LINQ stands for Language INtegrated Query and in a nutshell, it makes query and set operations, like SQL statements first class citizens in .NET languages like C# and VB. XLinq XLinq is XML code embedded in your program. (And a lot more) Dim contact As XElement = <contact> <name><%= myName %></name> </contact> As if that wern't enough now we have WinFX And the Presentation Framework to deal with (As well as the tools that go along with those). But let us not forget that VS 2005 just came out... UGH... Does anyone other then me find this the least bit overwhelmed by aall this new stuff coming out AT THE SAME TIME? What do we learn next? :confused: --- Sometimes I miss the simpler DOS days of Borland Turbo Pascal (Heh, but not for to long). Matthew Hazlett

                  P Offline
                  P Offline
                  peterchen
                  wrote on last edited by
                  #8

                  No, not all. I just got to update VisualAssist for my trusty VC6.


                  Some of us walk the memory lane, others plummet into a rabbit hole
                  boost your code || Fold With Us! || sighist

                  1 Reply Last reply
                  0
                  • M Matthew Hazlett

                    Microsoft is killing me with all this new development technology. Have you seen the next generation, Visual Basic or c#. They have: LINQ (it's basically SQL for your generic's) LINQ stands for Language INtegrated Query and in a nutshell, it makes query and set operations, like SQL statements first class citizens in .NET languages like C# and VB. XLinq XLinq is XML code embedded in your program. (And a lot more) Dim contact As XElement = <contact> <name><%= myName %></name> </contact> As if that wern't enough now we have WinFX And the Presentation Framework to deal with (As well as the tools that go along with those). But let us not forget that VS 2005 just came out... UGH... Does anyone other then me find this the least bit overwhelmed by aall this new stuff coming out AT THE SAME TIME? What do we learn next? :confused: --- Sometimes I miss the simpler DOS days of Borland Turbo Pascal (Heh, but not for to long). Matthew Hazlett

                    N Offline
                    N Offline
                    Nish Nishant
                    wrote on last edited by
                    #9

                    I think it's kinda interesting to have so much variety. Lots of exciting stuff to learn. It gives us developers a chance at making more money too :-) Regards, Nish

                    My blog : Nish’s thoughts on MFC, C++/CLI and .NET

                    1 Reply Last reply
                    0
                    • M Matthew Hazlett

                      Microsoft is killing me with all this new development technology. Have you seen the next generation, Visual Basic or c#. They have: LINQ (it's basically SQL for your generic's) LINQ stands for Language INtegrated Query and in a nutshell, it makes query and set operations, like SQL statements first class citizens in .NET languages like C# and VB. XLinq XLinq is XML code embedded in your program. (And a lot more) Dim contact As XElement = <contact> <name><%= myName %></name> </contact> As if that wern't enough now we have WinFX And the Presentation Framework to deal with (As well as the tools that go along with those). But let us not forget that VS 2005 just came out... UGH... Does anyone other then me find this the least bit overwhelmed by aall this new stuff coming out AT THE SAME TIME? What do we learn next? :confused: --- Sometimes I miss the simpler DOS days of Borland Turbo Pascal (Heh, but not for to long). Matthew Hazlett

                      D Offline
                      D Offline
                      David Crow
                      wrote on last edited by
                      #10

                      Matthew Hazlett wrote:

                      Does anyone other then me find this the least bit overwhelmed by aall this new stuff coming out AT THE SAME TIME?

                      Very much so.


                      "The words of God are not like the oak leaf which dies and falls to the earth, but like the pine tree which stays green forever." - Native American Proverb

                      1 Reply Last reply
                      0
                      • S Stan Shannon

                        fat_boy wrote:

                        Look at COM, what a waste of time that was.

                        Damn, we agree on something. COM was the reason I moved to .Net. Anything had to be better than that insanity. "If anything, the West is awash in an epidemic of self-hate crimes." "a civilization that feels guilty for everything it is and does will lack the energy and conviction to defend itself"

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

                        Stan Shannon wrote:

                        Damn, we agree on something

                        Holy shit! Nunc est bibendum

                        1 Reply Last reply
                        0
                        • L Lost User

                          fun it might be but did it really offer the end user any benefit? Nunc est bibendum

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

                          fat_boy wrote:

                          but did it really offer the end user any benefit?

                          Without COM, then the integration of the various MS Office applications would have been a lot less smooth. Without it I wouldn't have been able to integrate some of my telephony products with various third-party applications or expose a rich object model to my customers to build on top of. Michael CP Blog [^] Development Blog [^]

                          L 1 Reply Last reply
                          0
                          • M Michael P Butler

                            fat_boy wrote:

                            but did it really offer the end user any benefit?

                            Without COM, then the integration of the various MS Office applications would have been a lot less smooth. Without it I wouldn't have been able to integrate some of my telephony products with various third-party applications or expose a rich object model to my customers to build on top of. Michael CP Blog [^] Development Blog [^]

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

                            we used to use another technology for that, i forget what it is called at the moment Nunc est bibendum

                            M 1 Reply Last reply
                            0
                            • L Lost User

                              we used to use another technology for that, i forget what it is called at the moment Nunc est bibendum

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

                              fat_boy wrote:

                              we used to use another technology for that, i forget what it is called at the moment

                              Well COM was the culmination of the work Microsoft did with DDE (Dynamic Data Exchange), Object Linking and Embedding (OLE) and with a little bit of the VBX controls thrown in for good measure. All these technologies made by apps better in the past. Of course, COM gets a bad name because of the associated IE Active X problems. COM was also a bitch to write until ATL came along too. But I still loved it. Michael CP Blog [^] Development Blog [^]

                              L 1 Reply Last reply
                              0
                              • M Matthew Hazlett

                                Microsoft is killing me with all this new development technology. Have you seen the next generation, Visual Basic or c#. They have: LINQ (it's basically SQL for your generic's) LINQ stands for Language INtegrated Query and in a nutshell, it makes query and set operations, like SQL statements first class citizens in .NET languages like C# and VB. XLinq XLinq is XML code embedded in your program. (And a lot more) Dim contact As XElement = <contact> <name><%= myName %></name> </contact> As if that wern't enough now we have WinFX And the Presentation Framework to deal with (As well as the tools that go along with those). But let us not forget that VS 2005 just came out... UGH... Does anyone other then me find this the least bit overwhelmed by aall this new stuff coming out AT THE SAME TIME? What do we learn next? :confused: --- Sometimes I miss the simpler DOS days of Borland Turbo Pascal (Heh, but not for to long). Matthew Hazlett

                                P Offline
                                P Offline
                                pc128
                                wrote on last edited by
                                #15

                                This should be eyes-opening for ya: Fire And Motion[^] by Joel.

                                1 Reply Last reply
                                0
                                • M Michael P Butler

                                  fat_boy wrote:

                                  we used to use another technology for that, i forget what it is called at the moment

                                  Well COM was the culmination of the work Microsoft did with DDE (Dynamic Data Exchange), Object Linking and Embedding (OLE) and with a little bit of the VBX controls thrown in for good measure. All these technologies made by apps better in the past. Of course, COM gets a bad name because of the associated IE Active X problems. COM was also a bitch to write until ATL came along too. But I still loved it. Michael CP Blog [^] Development Blog [^]

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

                                  Yeah OLE, that was the one. We used to use it to manipulate Word from a VB app. Load a template, put an address in it from a jet DB etc. I did some pre ATL COM once, and, for an in proc server, could I see no benefit over using a straight dll. And before you say, 'dll hell', that only happens when a crappy instal writes an old dll to the system, and in reality, I have only experienced dll hell once, and for that reason. DCOM though is more impressive, but, as you say .NET has really made the whole thing redundant. Nunc est bibendum

                                  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