Results 1 to 4 of 4

Thread: C# console

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2005
    Location
    Cebu
    Posts
    607

    C# console

    Anyone knows a C# console? Something that we can evaluate a C# statement and the like? Please share. Thanks.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: C# console

    Does this help?

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2005
    Location
    Cebu
    Posts
    607

    Re: C# console

    Thanks Hack but it seems not the thing I'm finding. Really appreciated. I need something like Javascript console, where we want to execute JS statements and get results. I'm curious if there's something like that console for C#.

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: C# console

    You can evaluate any expression in the Watch window and you can evaluate expressions and execute code in the Command Window when it is in Immediate mode.

    Watch Window
    Immediate Mode, Command Window
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width