This is first time, I am trying to migrate one application from VC++ to Dot Net. During my analysis I found NCB, CLW, DSP, DSW, vcxproj and vcxproj.filter files in VC++ but I don't have any clue about their equivalents in Dot_Net/C#. (Note : before asking this question, I checked for duplicate but could not find)
Do we need to create files with above extensions in Dot_Net/C# or they will be automatically created? Can somebody please guide me?