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's your quickest/lightest way to try a code?

What's your quickest/lightest way to try a code?

Scheduled Pinned Locked Moved The Lounge
csharpvisual-studiojavascriptpythonalgorithms
39 Posts 31 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.
  • M musefan

    A folder full of console applications for me. That's my usual .Net testing approach.

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

    Yep, me too!

    Best, Sander sanderrossel.com Migrating Applications to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

    1 Reply Last reply
    0
    • N Nand32

      Yes, we got plenty of Online playgrounds. But I mean the offline ones. I've always envied Javascript devs. All they need is just a notepad and a browser and they are good to try out a logic or an algorithm. Poor guys like me used to install Visual Studio Elephant (Here Elephant points to the size don't worry) Just to try a simple code, just because I was glued to .net. Now in recent times, I use VS Code & verify the code snippets that the team does with Python. This feels quick & snappy. :-O :thumbsup:

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

      VS Code is really useful, especially without any of the addins. I use it as an editor for C/C++, C#, Java, Javscript, PHP and Python. I use simple batch files in the terminal Window of VS Code to build and run the samples.

      1 Reply Last reply
      0
      • N Nand32

        Yes, we got plenty of Online playgrounds. But I mean the offline ones. I've always envied Javascript devs. All they need is just a notepad and a browser and they are good to try out a logic or an algorithm. Poor guys like me used to install Visual Studio Elephant (Here Elephant points to the size don't worry) Just to try a simple code, just because I was glued to .net. Now in recent times, I use VS Code & verify the code snippets that the team does with Python. This feels quick & snappy. :-O :thumbsup:

        J Offline
        J Offline
        Jacquers
        wrote on last edited by
        #7

        Usually a console app. Haven't made much use of this, but the C# Interactive Window is pretty cool: [Home · dotnet/roslyn Wiki · GitHub](https://github.com/dotnet/roslyn/wiki/C%23-Interactive-Walkthrough)

        1 Reply Last reply
        0
        • N Nand32

          Yes, we got plenty of Online playgrounds. But I mean the offline ones. I've always envied Javascript devs. All they need is just a notepad and a browser and they are good to try out a logic or an algorithm. Poor guys like me used to install Visual Studio Elephant (Here Elephant points to the size don't worry) Just to try a simple code, just because I was glued to .net. Now in recent times, I use VS Code & verify the code snippets that the team does with Python. This feels quick & snappy. :-O :thumbsup:

          D Offline
          D Offline
          Dar Brett 0
          wrote on last edited by
          #8

          I've always liked LINQPad - The .NET Programmer's Playground[^], ever since I heard of it anyway. It's meant for giving you a C# oriented way to query different databases, but I find it great for just trying snippets of C# code. *Not at all associated with the developer other than that we live in the same city and he gave an interesting talk a conference one time.

          V 1 Reply Last reply
          0
          • N Nand32

            Yes, we got plenty of Online playgrounds. But I mean the offline ones. I've always envied Javascript devs. All they need is just a notepad and a browser and they are good to try out a logic or an algorithm. Poor guys like me used to install Visual Studio Elephant (Here Elephant points to the size don't worry) Just to try a simple code, just because I was glued to .net. Now in recent times, I use VS Code & verify the code snippets that the team does with Python. This feels quick & snappy. :-O :thumbsup:

            P Offline
            P Offline
            Phil Benson
            wrote on last edited by
            #9

            Have you tried Notepad++ with the CS-Script Plugin

            Who the f*** is General Failure, and why is he reading my harddisk?

            1 Reply Last reply
            0
            • N Nand32

              Yes, we got plenty of Online playgrounds. But I mean the offline ones. I've always envied Javascript devs. All they need is just a notepad and a browser and they are good to try out a logic or an algorithm. Poor guys like me used to install Visual Studio Elephant (Here Elephant points to the size don't worry) Just to try a simple code, just because I was glued to .net. Now in recent times, I use VS Code & verify the code snippets that the team does with Python. This feels quick & snappy. :-O :thumbsup:

              C Offline
              C Offline
              CPallini
              wrote on last edited by
              #10

              For C or C++ code, I use vim and gcc on Linux console. For quick prototyping, Lua (again, with vim, on Linux console).

              L 1 Reply Last reply
              0
              • C CPallini

                For C or C++ code, I use vim and gcc on Linux console. For quick prototyping, Lua (again, with vim, on Linux console).

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

                What is wrong with emacs? ;P

                C 1 Reply Last reply
                0
                • L Lost User

                  What is wrong with emacs? ;P

                  C Offline
                  C Offline
                  CPallini
                  wrote on last edited by
                  #12

                  The learning curve? I am not used to emacs.

                  L 1 Reply Last reply
                  0
                  • C CPallini

                    The learning curve? I am not used to emacs.

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

                    Yes it is a bit of a challenge, but so much better than vim once you get used to it.

                    K 1 Reply Last reply
                    0
                    • M musefan

                      A folder full of console applications for me. That's my usual .Net testing approach.

                      N Offline
                      N Offline
                      Nand32
                      wrote on last edited by
                      #14

                      Haha, that folder name is called "POC" for me. Been doing that from day 1 of my career.

                      M 1 Reply Last reply
                      0
                      • N Nand32

                        Yes, we got plenty of Online playgrounds. But I mean the offline ones. I've always envied Javascript devs. All they need is just a notepad and a browser and they are good to try out a logic or an algorithm. Poor guys like me used to install Visual Studio Elephant (Here Elephant points to the size don't worry) Just to try a simple code, just because I was glued to .net. Now in recent times, I use VS Code & verify the code snippets that the team does with Python. This feels quick & snappy. :-O :thumbsup:

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

                        I also like LINQPad[^] for doing some quick POCs.

                        Advanced TypeScript Programming Projects

                        1 Reply Last reply
                        0
                        • N Nand32

                          Yes, we got plenty of Online playgrounds. But I mean the offline ones. I've always envied Javascript devs. All they need is just a notepad and a browser and they are good to try out a logic or an algorithm. Poor guys like me used to install Visual Studio Elephant (Here Elephant points to the size don't worry) Just to try a simple code, just because I was glued to .net. Now in recent times, I use VS Code & verify the code snippets that the team does with Python. This feels quick & snappy. :-O :thumbsup:

                          F Offline
                          F Offline
                          F ES Sitecore
                          wrote on last edited by
                          #16

                          But surely you'll have VS installed anyway? I don't see the issue? :confused: Like others have said though, in terms of "quick" I'll use console apps, especially if trying to develop an algorithm or something. If even that is too much for me, some days I'll just copy and paste my task onto a web forum and ask someone else to give the codes.

                          1 Reply Last reply
                          0
                          • L Lost User

                            Yes it is a bit of a challenge, but so much better than vim once you get used to it.

                            K Offline
                            K Offline
                            kalberts
                            wrote on last edited by
                            #17

                            emacs is a good OS, but it could really use a decent editor...

                            L U 2 Replies Last reply
                            0
                            • K kalberts

                              emacs is a good OS, but it could really use a decent editor...

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

                              There's nothing wrong with three finger shortcuts.

                              L Kornfeld Eliyahu PeterK 2 Replies Last reply
                              0
                              • N Nand32

                                Yes, we got plenty of Online playgrounds. But I mean the offline ones. I've always envied Javascript devs. All they need is just a notepad and a browser and they are good to try out a logic or an algorithm. Poor guys like me used to install Visual Studio Elephant (Here Elephant points to the size don't worry) Just to try a simple code, just because I was glued to .net. Now in recent times, I use VS Code & verify the code snippets that the team does with Python. This feels quick & snappy. :-O :thumbsup:

                                R Offline
                                R Offline
                                RickZeeland
                                wrote on last edited by
                                #19

                                Here are some suggestions: tools-for-interactively-writing-c-code-without-having-to-compile-it[^]

                                1 Reply Last reply
                                0
                                • N Nand32

                                  Yes, we got plenty of Online playgrounds. But I mean the offline ones. I've always envied Javascript devs. All they need is just a notepad and a browser and they are good to try out a logic or an algorithm. Poor guys like me used to install Visual Studio Elephant (Here Elephant points to the size don't worry) Just to try a simple code, just because I was glued to .net. Now in recent times, I use VS Code & verify the code snippets that the team does with Python. This feels quick & snappy. :-O :thumbsup:

                                  Z Offline
                                  Z Offline
                                  ZurdoDev
                                  wrote on last edited by
                                  #20

                                  C# Online Compiler | .NET Fiddle[^]

                                  Social Media - A platform that makes it easier for the crazies to find each other. Everyone is born right handed. Only the strongest overcome it. Fight for left-handed rights and hand equality.

                                  1 Reply Last reply
                                  0
                                  • N Nand32

                                    Haha, that folder name is called "POC" for me. Been doing that from day 1 of my career.

                                    M Offline
                                    M Offline
                                    musefan
                                    wrote on last edited by
                                    #21

                                    The worst thing is when you *think* you have given it a descriptive name, but then a week later you have no idea what the hell it is :laugh:

                                    N 1 Reply Last reply
                                    0
                                    • L Lost User

                                      There's nothing wrong with three finger shortcuts.

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

                                      Ctrl-Shift-S; "save all" in Visual Studio - a habit that a lot of us have.

                                      Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

                                      1 Reply Last reply
                                      0
                                      • L Lost User

                                        There's nothing wrong with three finger shortcuts.

                                        Kornfeld Eliyahu PeterK Offline
                                        Kornfeld Eliyahu PeterK Offline
                                        Kornfeld Eliyahu Peter
                                        wrote on last edited by
                                        #23

                                        Indeed! The problem starts when you have to bring in some fingers from the neighborhood...

                                        "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

                                        "It never ceases to amaze me that a spacecraft launched in 1977 can be fixed remotely from Earth." ― Brian Cox

                                        1 Reply Last reply
                                        0
                                        • N Nand32

                                          Yes, we got plenty of Online playgrounds. But I mean the offline ones. I've always envied Javascript devs. All they need is just a notepad and a browser and they are good to try out a logic or an algorithm. Poor guys like me used to install Visual Studio Elephant (Here Elephant points to the size don't worry) Just to try a simple code, just because I was glued to .net. Now in recent times, I use VS Code & verify the code snippets that the team does with Python. This feels quick & snappy. :-O :thumbsup:

                                          P Offline
                                          P Offline
                                          PIEBALDconsult
                                          wrote on last edited by
                                          #24

                                          Notepad and CSC.

                                          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