Hi, i'm looking for a program or editor where i can write some c# and/or asp.net core to test if something works without having to run my app each time or create a console app.
for example if i want to test some calculations on a list, or conversions on some type.
Any opinions or tips on what is the best tool that exist that are free to do this in?
Member
153 Points
185 Posts
editor to quickly test code?
May 23, 2019 08:03 AM|bluMarmalade|LINK
Hi, i'm looking for a program or editor where i can write some c# and/or asp.net core to test if something works without having to run my app each time or create a console app.
for example if i want to test some calculations on a list, or conversions on some type.
Any opinions or tips on what is the best tool that exist that are free to do this in?
thankyou!
All-Star
190380 Points
27642 Posts
Moderator
Re: editor to quickly test code?
May 23, 2019 08:09 AM|Mikesdotnetting|LINK
I use LinqPad for this kind of thing.
https://www.linqpad.net/
The free version of great for quickly testing code.