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. .Net developers, what is your go-to scripting language?

.Net developers, what is your go-to scripting language?

Scheduled Pinned Locked Moved The Lounge
questioncsharp
29 Posts 28 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.
  • R realJSOP

    English. I tried writing a script in French once, but the actors gave up trying to read it, and went home.

    ".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

    H Offline
    H Offline
    hoernchenmeister
    wrote on last edited by
    #13

    Are you sure they went home and not that they did surrender?

    1 Reply Last reply
    0
    • B bzsparks

      I'm wondering what the majority of people use as their primary scripting language for quick tasks?

      G Offline
      G Offline
      Gary Wheeler
      wrote on last edited by
      #14

      .BATch and VBScript. If I can't do it with those two, I write an app.

      Software Zen: delete this;

      J 1 Reply Last reply
      0
      • B bzsparks

        I'm wondering what the majority of people use as their primary scripting language for quick tasks?

        P Offline
        P Offline
        Paul A Howes
        wrote on last edited by
        #15

        Ruby and IronRuby

        Paul A .NET developer who now drinks the Ruby and Cocoa Koolaid.

        1 Reply Last reply
        0
        • B bzsparks

          I'm wondering what the majority of people use as their primary scripting language for quick tasks?

          F Offline
          F Offline
          Fabio Franco
          wrote on last edited by
          #16

          I don't use scripts. C# on windows forms accomplish most of my quick tasks very efficiently.

          "To alcohol! The cause of, and solution to, all of life's problems" - Homer Simpson

          1 Reply Last reply
          0
          • B bzsparks

            I'm wondering what the majority of people use as their primary scripting language for quick tasks?

            S Offline
            S Offline
            StarNamer work
            wrote on last edited by
            #17

            For scripting of command line (or similar) tasks I use Perl.

            1 Reply Last reply
            0
            • B bzsparks

              I'm wondering what the majority of people use as their primary scripting language for quick tasks?

              B Offline
              B Offline
              Brad Stiles
              wrote on last edited by
              #18

              BAT, Perl, Powershell, depending on the task. Currently reading: "The Prince", by Nicolo Machiavelli

              1 Reply Last reply
              0
              • B bzsparks

                I'm wondering what the majority of people use as their primary scripting language for quick tasks?

                K Offline
                K Offline
                Karl Sanford
                wrote on last edited by
                #19

                I find that I've been using Powershell more and more. I really like being able to work with .NET objects in script to quickly test something as I work on a larger project, rather than firing up another solution to test 3 lines of code.

                "It's like the sixties, but with less hope."

                1 Reply Last reply
                0
                • B bzsparks

                  I'm wondering what the majority of people use as their primary scripting language for quick tasks?

                  E Offline
                  E Offline
                  eslsys
                  wrote on last edited by
                  #20

                  Powershell, Javascript - very much depends on what needs doing

                  1 Reply Last reply
                  0
                  • B bzsparks

                    I'm wondering what the majority of people use as their primary scripting language for quick tasks?

                    D Offline
                    D Offline
                    David Lumm
                    wrote on last edited by
                    #21

                    Usually some kind of shell scripting, whether Batch or BASH. I keep meaning to try Python out, but have just never gotten round to it.

                    Er, I can't think of a funny signature right now. How about a good fart to break the silence?

                    1 Reply Last reply
                    0
                    • B bzsparks

                      I'm wondering what the majority of people use as their primary scripting language for quick tasks?

                      L Offline
                      L Offline
                      loctrice
                      wrote on last edited by
                      #22

                      I use gentoo at home, and m$ at work. This leads to vbs,vba, and perl. I prefer perl.

                      1 Reply Last reply
                      0
                      • B bzsparks

                        I'm wondering what the majority of people use as their primary scripting language for quick tasks?

                        W Offline
                        W Offline
                        wbaxter37
                        wrote on last edited by
                        #23

                        Ruby. I still resort to DOS batch files, but that's because I've used it since it first appeared.

                        1 Reply Last reply
                        0
                        • B bzsparks

                          I'm wondering what the majority of people use as their primary scripting language for quick tasks?

                          A Offline
                          A Offline
                          alexdresko
                          wrote on last edited by
                          #24

                          Here lately, I've been using LINQPad for all my local machine scripting needs. It's fast, light weight, and because I have a license, it has full intellisense support. It's also much faster than firing up VisualStudio to create a new C# project. Regardless, I don't "script" anything. Why script something when I can get full intellisense and debugging support in LINQPad or VisualStudio?

                          I'm not a player, I just code a lot! Alex Dresko

                          1 Reply Last reply
                          0
                          • B bzsparks

                            I'm wondering what the majority of people use as their primary scripting language for quick tasks?

                            G Offline
                            G Offline
                            Gates VP
                            wrote on last edited by
                            #25

                            Now that I know PowerShell, it's PowerShell all the way. I keep a lib of tools handy on my LiveMesh and use this to control everything.

                            1 Reply Last reply
                            0
                            • G Gary Wheeler

                              .BATch and VBScript. If I can't do it with those two, I write an app.

                              Software Zen: delete this;

                              J Offline
                              J Offline
                              James Lonero
                              wrote on last edited by
                              #26

                              I second this.

                              1 Reply Last reply
                              0
                              • B bzsparks

                                I'm wondering what the majority of people use as their primary scripting language for quick tasks?

                                M Offline
                                M Offline
                                Member 4457245
                                wrote on last edited by
                                #27

                                PowerShell. Written in .Net, it allows script to instantiate any .Net classes as script variables, including WPF for UI.

                                DZiegelmiller

                                1 Reply Last reply
                                0
                                • A AspDotNetDev

                                  C'est la vie.

                                  Martin Fowler wrote:

                                  Any fool can write code that a computer can understand. Good programmers write code that humans can understand.

                                  F Offline
                                  F Offline
                                  Frank QR
                                  wrote on last edited by
                                  #28

                                  I am alien which scripting language you rtecomend

                                  1 Reply Last reply
                                  0
                                  • B bzsparks

                                    I'm wondering what the majority of people use as their primary scripting language for quick tasks?

                                    D Offline
                                    D Offline
                                    dav0idz
                                    wrote on last edited by
                                    #29

                                    +! vote for JavaScript, but sometimes VBScript or batch files

                                    ____-=< |>@\/ø!c| >=-____
                                    `````````_`````_`````````
                                    ```````o/ \^w^/ \o```````
                                    ``````````(o o)``````````
                                    ------ooO--(_)--Ooo------
                                    I'm not a complete idiot;
                                    bits of me are missing.
                                    -><-

                                    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