top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are IDE’s provided by Microsoft for C# development?

+1 vote
254 views
What are IDE’s provided by Microsoft for C# development?
posted Apr 19, 2017 by Amit Sharma

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

These are the some IDE's provided by Microsoft for C# development

Visual Studio Express (VCE)

Visual Studio (VS)

Visual Web Developer

answer Apr 24, 2017 by Manikandan J
Similar Questions
0 votes

I am using dynamic keyword to deserailize my JSON Object. But I am getting error "Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create".

dynamic userId = JValue.Parse(responseLine);

I have added Mycrosoft,CSharp.dll reference also in the project but no luck.

Let me know what I am missing.

...