I created a windows form solution and in the constructor of a class I called
Console.WriteLine("constructer called")
But I only got the form and not the console.. so where is the output?
In project settings set application type as Console. Then you will get console window and Windows form.