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. Thank you Microsoft.

Thank you Microsoft.

Scheduled Pinned Locked Moved The Lounge
javascriptcsharpcomtools
11 Posts 4 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.
  • D dan sh

    Today started off to take a look at Angular 2 for the first time. Setting up tools and environment itself is painful. I now realize how awesome MS has been with .Net and IDEs.

    "It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]

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

    TBH I find Visual Studio gets in the way a lot; I prefer to use WebStorm for front-end stuff these days. I'm finding myself working in VS less and less overall (really now just for building web services). Angular 3 is tipped to be released soon :)

    I came into this game for the action, the excitement. Go anywhere, travel light, get in, get out, wherever there's trouble, a man alone. Now they got the whole country sectioned off, you can't make a move without a form.

    D 1 Reply Last reply
    0
    • D dan sh

      Today started off to take a look at Angular 2 for the first time. Setting up tools and environment itself is painful. I now realize how awesome MS has been with .Net and IDEs.

      "It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]

      A Offline
      A Offline
      Aless Alessio
      wrote on last edited by
      #3

      don't be too hasty :) ... i coded in C# for a lot of time and i started coding in TypeScript and using Angular2 since a couple of months now. I had my doubts in the beginning, but now they are all almost gone :thumbsup:

      D 1 Reply Last reply
      0
      • L Lost User

        TBH I find Visual Studio gets in the way a lot; I prefer to use WebStorm for front-end stuff these days. I'm finding myself working in VS less and less overall (really now just for building web services). Angular 3 is tipped to be released soon :)

        I came into this game for the action, the excitement. Go anywhere, travel light, get in, get out, wherever there's trouble, a man alone. Now they got the whole country sectioned off, you can't make a move without a form.

        D Offline
        D Offline
        dan sh
        wrote on last edited by
        #4

        I still type in html and js for front end (oh..but that is so old some would say) so have not really experienced problems. I saw the post on insider about A3. Let me get basics right and then see which version should I go for.

        "It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]

        L 1 Reply Last reply
        0
        • A Aless Alessio

          don't be too hasty :) ... i coded in C# for a lot of time and i started coding in TypeScript and using Angular2 since a couple of months now. I had my doubts in the beginning, but now they are all almost gone :thumbsup:

          D Offline
          D Offline
          dan sh
          wrote on last edited by
          #5

          I am not hasty about Angular itself. I barely know it. I am annoyed with setting up my environment to get started with it. BTW, it looks like a different world for now.

          "It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]

          A 1 Reply Last reply
          0
          • D dan sh

            I am not hasty about Angular itself. I barely know it. I am annoyed with setting up my environment to get started with it. BTW, it looks like a different world for now.

            "It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]

            A Offline
            A Offline
            Aless Alessio
            wrote on last edited by
            #6

            Yes it is. Are you using Visual Studio Code right? I lost tons of hours trying to setup angular with the "correct" libraries versions ,and at the end i solved it quickly using the setup suggested in the AngularJS Tour of Heroes tutorial. Quick and painless

            D 1 Reply Last reply
            0
            • D dan sh

              I still type in html and js for front end (oh..but that is so old some would say) so have not really experienced problems. I saw the post on insider about A3. Let me get basics right and then see which version should I go for.

              "It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]

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

              The main problem I have is VS conflicting with gulp/grunt tasks around building (.ts, .less/scss) and moving files around (node_modules, removing .ts and .js.map files). You can manually edit the .csproj file and disable certain bits, but it seems like overkill having to do this for every SPA (especially where there's no C# code) being developed.

              I came into this game for the action, the excitement. Go anywhere, travel light, get in, get out, wherever there's trouble, a man alone. Now they got the whole country sectioned off, you can't make a move without a form.

              D 1 Reply Last reply
              0
              • A Aless Alessio

                Yes it is. Are you using Visual Studio Code right? I lost tons of hours trying to setup angular with the "correct" libraries versions ,and at the end i solved it quickly using the setup suggested in the AngularJS Tour of Heroes tutorial. Quick and painless

                D Offline
                D Offline
                dan sh
                wrote on last edited by
                #8

                Aless Alessio wrote:

                Tour of Heroes

                I still have not clicked it. It should be called tour for dummies. :)

                "It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]

                S 1 Reply Last reply
                0
                • L Lost User

                  The main problem I have is VS conflicting with gulp/grunt tasks around building (.ts, .less/scss) and moving files around (node_modules, removing .ts and .js.map files). You can manually edit the .csproj file and disable certain bits, but it seems like overkill having to do this for every SPA (especially where there's no C# code) being developed.

                  I came into this game for the action, the excitement. Go anywhere, travel light, get in, get out, wherever there's trouble, a man alone. Now they got the whole country sectioned off, you can't make a move without a form.

                  D Offline
                  D Offline
                  dan sh
                  wrote on last edited by
                  #9

                  Ok, I am using VS code. Just started today. May be my views would change in future. :)

                  "It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]

                  L 1 Reply Last reply
                  0
                  • D dan sh

                    Ok, I am using VS code. Just started today. May be my views would change in future. :)

                    "It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]

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

                    Ah, I use that for .NET Core Web API development - it seems to be decent enough, at least it gets out of the way. I sometimes think that Visual Studio (not Code) tries to do too many things sometimes.. :)

                    I came into this game for the action, the excitement. Go anywhere, travel light, get in, get out, wherever there's trouble, a man alone. Now they got the whole country sectioned off, you can't make a move without a form.

                    1 Reply Last reply
                    0
                    • D dan sh

                      Aless Alessio wrote:

                      Tour of Heroes

                      I still have not clicked it. It should be called tour for dummies. :)

                      "It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]

                      S Offline
                      S Offline
                      SockPuppeteer
                      wrote on last edited by
                      #11

                      I recommend using VS Code and creating your projects using Angular CLI It does the set up for you - nothing more to do. Here is Angular CLI - with a step by step startup[^]

                      .\\axxx

                      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