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. What If

What If

Scheduled Pinned Locked Moved The Lounge
csharpjavascriptasp-netvisual-studiowpf
81 Posts 26 Posters 6 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.
  • A AspDotNetDev

    What if HTML/JavaScript really were the only way to go from Windows 8 and onward? What if you were given access to the entire .Net Framework from JavaScript? What if the IDE verified JavaScript variable types at compile time? What if Visual Studio supported a pseudo form of generics (e.g., var myList = new List.of(String)(constructorParameter);)? What if the framework included full support for 3D in the canvas? What if Visual Studio included a JavaScript library capable of just as complex graphics and just as sophisticated events/binding as is possible with WPF? What if every obstacle that currently exists in JavaScript development that is possible to overcome was done so by the new Visual Studio? Would you be happy to develop desktop applications using HTML/JavaScript then? EDIT: Also, it would be perfect if Microsoft's new fancy JavaScript library was accessed via a jQuery-like variable/function, "M$". ;)

    Help a brotha out and vote Managing Your JavaScript Library in ASP.NET as the best ASP.NET article of May 2011.

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

    That's ok until you want to write software. You know, that needs to carry out the task before the user falls asleep.

    Join the cool kids - Come fold with us[^] "Program as if the technical support department is full of serial killers and they know your home address" - Ray Cassick Jr., RIP

    A R 2 Replies Last reply
    0
    • A AspDotNetDev

      What if HTML/JavaScript really were the only way to go from Windows 8 and onward? What if you were given access to the entire .Net Framework from JavaScript? What if the IDE verified JavaScript variable types at compile time? What if Visual Studio supported a pseudo form of generics (e.g., var myList = new List.of(String)(constructorParameter);)? What if the framework included full support for 3D in the canvas? What if Visual Studio included a JavaScript library capable of just as complex graphics and just as sophisticated events/binding as is possible with WPF? What if every obstacle that currently exists in JavaScript development that is possible to overcome was done so by the new Visual Studio? Would you be happy to develop desktop applications using HTML/JavaScript then? EDIT: Also, it would be perfect if Microsoft's new fancy JavaScript library was accessed via a jQuery-like variable/function, "M$". ;)

      Help a brotha out and vote Managing Your JavaScript Library in ASP.NET as the best ASP.NET article of May 2011.

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

      Cross browser, cross platform etc. Lowest common denominator.

      A P 2 Replies Last reply
      0
      • A AspDotNetDev

        What if HTML/JavaScript really were the only way to go from Windows 8 and onward? What if you were given access to the entire .Net Framework from JavaScript? What if the IDE verified JavaScript variable types at compile time? What if Visual Studio supported a pseudo form of generics (e.g., var myList = new List.of(String)(constructorParameter);)? What if the framework included full support for 3D in the canvas? What if Visual Studio included a JavaScript library capable of just as complex graphics and just as sophisticated events/binding as is possible with WPF? What if every obstacle that currently exists in JavaScript development that is possible to overcome was done so by the new Visual Studio? Would you be happy to develop desktop applications using HTML/JavaScript then? EDIT: Also, it would be perfect if Microsoft's new fancy JavaScript library was accessed via a jQuery-like variable/function, "M$". ;)

        Help a brotha out and vote Managing Your JavaScript Library in ASP.NET as the best ASP.NET article of May 2011.

        A Offline
        A Offline
        Andy Brummer
        wrote on last edited by
        #23

        One thing I would want is that it only supported the next version of Javascript with a lot of the crap stripped out. There are a lot of good language features in js, and a few completely horrible ones. If you stay a way from those, or they weren't there in the first place, then it is actually a pretty nice language.

        Curvature of the Mind now with 3D

        1 Reply Last reply
        0
        • realJSOPR realJSOP

          It would still be slow because it's javascript. Javascript isn't designed for heavy lifting, and any attempt to make it more capable in this area will just turn it into another variation of PHP, or worse, Visual Basic.

          ".45 ACP - because shooting twice is just silly" - JSOP, 2010
          -----
          You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
          -----
          "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997

          A Offline
          A Offline
          Andy Brummer
          wrote on last edited by
          #24

          I seem to remember you saying the same thing about C# at some point. With the current engines js is already compiled and with things like typed arrays, so it's not slow anymore. The only question is how sophisticated the optimizations get with each release.

          Curvature of the Mind now with 3D

          realJSOPR 1 Reply Last reply
          0
          • R Rama Krishna Vavilala

            AspDotNetDev wrote:

            What if you were given access to the entire .Net Framework from JavaScript?

            You can already do it through JScript.NET (nonetheless).

            AspDotNetDev wrote:

            What if Visual Studio supported a pseudo form of generics (e.g., var myList = new List.of(String)(constructorParameter);)?

            No. If you do not twist JavaScript to adapt to these conventions, it is far more powerful. Why bloat JS when there is no need to/

            AspDotNetDev wrote:

            What if the framework included full support for 3D in the canvas?

            does not matter.

            AspDotNetDev wrote:

            What if Visual Studio included a JavaScript library capable of just as complex graphics and just as sophisticated events/binding as is possible with WPF?

            Again, there are some libraries which already provide features which are close to WPF.

            AspDotNetDev wrote:

            Would you be happy to develop desktop applications using HTML/JavaScript then?

            I am happy now. I have been mixing JS and HTML to develop desktop applications since the days of IE4. It was a neat concept and still remains a neat concept.

            A Offline
            A Offline
            AspDotNetDev
            wrote on last edited by
            #25

            Rama Krishna Vavilala wrote:

            You can already do it through JScript.NET (nonetheless).

            Rama Krishna Vavilala wrote:

            Again, there are some libraries which already provide features which are close to WPF.

            You can already do most of what I said in JavaScript. I'm talking about Visual Studio making it mainstream and easy (and better than the current implementations).

            Rama Krishna Vavilala wrote:

            No. If you do not twist JavaScript to adapt to these conventions, it is far more powerful. Why bloat JS when there is no need to.

            What I was really talking about in that case was adding a JavaScript library that has knowledge of this pseudo form of generics. It wouldn't require JavaScript itself to be adapted in any way (the syntax I gave in the example is valid JavaScript). Visual Studio would support it by providing that library and by giving you fancy features, such as intellisense appropriate for the generic type and compile-time type checking.

            Rama Krishna Vavilala wrote:

            does not matter.

            Perhaps to you. However, I know there are those out there who would not consider HTML/JavaScript development if it didn't have good 3D support.

            Rama Krishna Vavilala wrote:

            I am happy now.

            Well alright then. :)

            Help a brotha out and vote Managing Your JavaScript Library in ASP.NET as the best ASP.NET article of May 2011.

            R 1 Reply Last reply
            0
            • L Lost User

              That's ok until you want to write software. You know, that needs to carry out the task before the user falls asleep.

              Join the cool kids - Come fold with us[^] "Program as if the technical support department is full of serial killers and they know your home address" - Ray Cassick Jr., RIP

              A Offline
              A Offline
              AspDotNetDev
              wrote on last edited by
              #26

              Are you saying JavaScript is too slow? That really depends on the implementation. And if we get a fresh implementation in IE10 on Windows 8, then there is the potential that it will be much faster than any current implementation.

              Help a brotha out and vote Managing Your JavaScript Library in ASP.NET as the best ASP.NET article of May 2011.

              1 Reply Last reply
              0
              • A AspDotNetDev

                Rama Krishna Vavilala wrote:

                You can already do it through JScript.NET (nonetheless).

                Rama Krishna Vavilala wrote:

                Again, there are some libraries which already provide features which are close to WPF.

                You can already do most of what I said in JavaScript. I'm talking about Visual Studio making it mainstream and easy (and better than the current implementations).

                Rama Krishna Vavilala wrote:

                No. If you do not twist JavaScript to adapt to these conventions, it is far more powerful. Why bloat JS when there is no need to.

                What I was really talking about in that case was adding a JavaScript library that has knowledge of this pseudo form of generics. It wouldn't require JavaScript itself to be adapted in any way (the syntax I gave in the example is valid JavaScript). Visual Studio would support it by providing that library and by giving you fancy features, such as intellisense appropriate for the generic type and compile-time type checking.

                Rama Krishna Vavilala wrote:

                does not matter.

                Perhaps to you. However, I know there are those out there who would not consider HTML/JavaScript development if it didn't have good 3D support.

                Rama Krishna Vavilala wrote:

                I am happy now.

                Well alright then. :)

                Help a brotha out and vote Managing Your JavaScript Library in ASP.NET as the best ASP.NET article of May 2011.

                R Offline
                R Offline
                Rama Krishna Vavilala
                wrote on last edited by
                #27

                AspDotNetDev wrote:

                What I was really talking about in that case was adding a JavaScript library that has knowledge of this pseudo form of generics.

                Yes I understood what you were talking. People have tried simulating classes, interfaces etc in JS using libraries. It is al possible but very bloated. The workarounds are far simpler and far faster.

                A 1 Reply Last reply
                0
                • L Lost User

                  Cross browser, cross platform etc. Lowest common denominator.

                  A Offline
                  A Offline
                  AspDotNetDev
                  wrote on last edited by
                  #28

                  Not really sure what your point is. Could you clarify?

                  Help a brotha out and vote Managing Your JavaScript Library in ASP.NET as the best ASP.NET article of May 2011.

                  L 1 Reply Last reply
                  0
                  • A AspDotNetDev

                    What if HTML/JavaScript really were the only way to go from Windows 8 and onward? What if you were given access to the entire .Net Framework from JavaScript? What if the IDE verified JavaScript variable types at compile time? What if Visual Studio supported a pseudo form of generics (e.g., var myList = new List.of(String)(constructorParameter);)? What if the framework included full support for 3D in the canvas? What if Visual Studio included a JavaScript library capable of just as complex graphics and just as sophisticated events/binding as is possible with WPF? What if every obstacle that currently exists in JavaScript development that is possible to overcome was done so by the new Visual Studio? Would you be happy to develop desktop applications using HTML/JavaScript then? EDIT: Also, it would be perfect if Microsoft's new fancy JavaScript library was accessed via a jQuery-like variable/function, "M$". ;)

                    Help a brotha out and vote Managing Your JavaScript Library in ASP.NET as the best ASP.NET article of May 2011.

                    Sander RosselS Offline
                    Sander RosselS Offline
                    Sander Rossel
                    wrote on last edited by
                    #29

                    I'd site in a corner and cry... Then learn HTML and JavaScript.

                    It's an OO world.

                    A O 2 Replies Last reply
                    0
                    • M Marc Clifton

                      AspDotNetDev wrote:

                      Would you be happy to develop desktop applications using HTML/JavaScript then?

                      Are you nuts? Not just no, but hell no. Marc

                      My Blog

                      A Offline
                      A Offline
                      AspDotNetDev
                      wrote on last edited by
                      #30

                      Why the hell not?

                      Help a brotha out and vote Managing Your JavaScript Library in ASP.NET as the best ASP.NET article of May 2011.

                      M 1 Reply Last reply
                      0
                      • L Lost User

                        Cross browser, cross platform etc. Lowest common denominator.

                        P Offline
                        P Offline
                        Pete OHanlon
                        wrote on last edited by
                        #31

                        I love the naivety. Thanks for making me smile.

                        Forgive your enemies - it messes with their heads

                        My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                        1 Reply Last reply
                        0
                        • A Andy Brummer

                          I seem to remember you saying the same thing about C# at some point. With the current engines js is already compiled and with things like typed arrays, so it's not slow anymore. The only question is how sophisticated the optimizations get with each release.

                          Curvature of the Mind now with 3D

                          realJSOPR Offline
                          realJSOPR Offline
                          realJSOP
                          wrote on last edited by
                          #32

                          Just because I code in .Net doesn't mean my views of it has changed. It just means that if you want to be able get a job as a programmer, you often have to do a lot shit that you don't really like.

                          ".45 ACP - because shooting twice is just silly" - JSOP, 2010
                          -----
                          You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
                          -----
                          "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997

                          1 Reply Last reply
                          0
                          • R Rama Krishna Vavilala

                            AspDotNetDev wrote:

                            What I was really talking about in that case was adding a JavaScript library that has knowledge of this pseudo form of generics.

                            Yes I understood what you were talking. People have tried simulating classes, interfaces etc in JS using libraries. It is al possible but very bloated. The workarounds are far simpler and far faster.

                            A Offline
                            A Offline
                            AspDotNetDev
                            wrote on last edited by
                            #33

                            Right, but if we are talking about making current C# and VB.NET developers comfortable with JavaScript, they're probably going to want generics. Not to mention interoperability with the .Net Framework (which is filled with generics). And I can imagine a JIT compiled version of JavaScript that makes use of generics being much faster than the current simple workarounds, especially when interacting with native .Net libraries.

                            Help a brotha out and vote Managing Your JavaScript Library in ASP.NET as the best ASP.NET article of May 2011.

                            R 1 Reply Last reply
                            0
                            • Sander RosselS Sander Rossel

                              I'd site in a corner and cry... Then learn HTML and JavaScript.

                              It's an OO world.

                              A Offline
                              A Offline
                              AspDotNetDev
                              wrote on last edited by
                              #34

                              :laugh: That's the spirit!

                              Help a brotha out and vote Managing Your JavaScript Library in ASP.NET as the best ASP.NET article of May 2011.

                              1 Reply Last reply
                              0
                              • A AspDotNetDev

                                Why the hell not?

                                Help a brotha out and vote Managing Your JavaScript Library in ASP.NET as the best ASP.NET article of May 2011.

                                M Offline
                                M Offline
                                Marc Clifton
                                wrote on last edited by
                                #35

                                AspDotNetDev wrote:

                                Why the hell not?

                                The first thing I can think of is the nightmare of browser incompatibilities. I can't imagine that browsers and platforms would be 100% interchangeable with the same HTML/JavaScript, even backed by a .NET framework, 3D modeling, etc. Each would end up with a subset of the implementation, or some quirks, or whatever. Basically, the same problem we have today. Marc

                                My Blog

                                A 1 Reply Last reply
                                0
                                • L Lost User

                                  That's ok until you want to write software. You know, that needs to carry out the task before the user falls asleep.

                                  Join the cool kids - Come fold with us[^] "Program as if the technical support department is full of serial killers and they know your home address" - Ray Cassick Jr., RIP

                                  R Offline
                                  R Offline
                                  Rama Krishna Vavilala
                                  wrote on last edited by
                                  #36

                                  Trollslayer wrote:

                                  You know, that needs to carry out the task before the user falls asleep.

                                  JS was slow ages back. With V8 engine and corresponding changes in JavaScriptCore (Webkit) which JIT compile to native code, JS probably can match .Net speed. I think IE9 JS engine also JIT Compiles to native code (though I am not so sure). Regardless, do you know that JS is already in use in UI of many devices such as TVs and set-top boxes. For "most" UI/Form work, the speed between interpreted languages and compiled languages do not matter a lot.

                                  L 1 Reply Last reply
                                  0
                                  • A AspDotNetDev

                                    Right, but if we are talking about making current C# and VB.NET developers comfortable with JavaScript, they're probably going to want generics. Not to mention interoperability with the .Net Framework (which is filled with generics). And I can imagine a JIT compiled version of JavaScript that makes use of generics being much faster than the current simple workarounds, especially when interacting with native .Net libraries.

                                    Help a brotha out and vote Managing Your JavaScript Library in ASP.NET as the best ASP.NET article of May 2011.

                                    R Offline
                                    R Offline
                                    Rama Krishna Vavilala
                                    wrote on last edited by
                                    #37

                                    AspDotNetDev wrote:

                                    Right, but if we are talking about making current C# and VB.NET developers comfortable with JavaScript

                                    That was tried with Microsoft ASP.NET Ajax which turned out to be bloated. MS finally moved to jQuery which is easier and simple. Twisting a language like that usually turns out to be bad idea.

                                    A 1 Reply Last reply
                                    0
                                    • W wizardzz

                                      (I don't work for MS, exodus from VS would've been more accurate.) Same thing I do now, browse CP all day ;)

                                      "I have a theory that the truth is never told during the nine-to-five hours. " — Hunter S. Thompson

                                      O Offline
                                      O Offline
                                      Oakman
                                      wrote on last edited by
                                      #38

                                      wizardzz wrote:

                                      Same thing I do now, browse CP all day

                                      ROFL :thumbsup:

                                      The 3-legged stool of understanding is held up by history, languages, and mathematics. Equipped with these three you can learn anything you want to learn. But if you lack any one of them you are just another ignorant peasant with dung on your boots. R. A. H.

                                      1 Reply Last reply
                                      0
                                      • R Rama Krishna Vavilala

                                        Trollslayer wrote:

                                        You know, that needs to carry out the task before the user falls asleep.

                                        JS was slow ages back. With V8 engine and corresponding changes in JavaScriptCore (Webkit) which JIT compile to native code, JS probably can match .Net speed. I think IE9 JS engine also JIT Compiles to native code (though I am not so sure). Regardless, do you know that JS is already in use in UI of many devices such as TVs and set-top boxes. For "most" UI/Form work, the speed between interpreted languages and compiled languages do not matter a lot.

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

                                        Acutally Java is used in the top level user interface, I know because I work on them. Webkit isn't that fast since it only compiles to byte code not native code. All the 'heavy lifting' to use someone else's term is done in C.

                                        Join the cool kids - Come fold with us[^] "Program as if the technical support department is full of serial killers and they know your home address" - Ray Cassick Jr., RIP

                                        R 2 Replies Last reply
                                        0
                                        • Sander RosselS Sander Rossel

                                          I'd site in a corner and cry... Then learn HTML and JavaScript.

                                          It's an OO world.

                                          O Offline
                                          O Offline
                                          Oakman
                                          wrote on last edited by
                                          #40

                                          Naerling wrote:

                                          I'd site in a corner and cry... Then learn HTML and JavaScript.

                                          That is, of course, the only answer a professional should give. Those who code only for love and not for money have a freedom that many others lack.

                                          The 3-legged stool of understanding is held up by history, languages, and mathematics. Equipped with these three you can learn anything you want to learn. But if you lack any one of them you are just another ignorant peasant with dung on your boots. R. A. H.

                                          A 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