Hi all,
i read that the .net framework is a wrapper around the win32 api.
can someone please clarify the following for me:
1.if .net is a wrapper around win32 api it means we are able to do everything with .net that we used to do with win32 api. then why we still need the p/invoke to the win32 api? (i understand that p/invoke can be used with other non windows api as well)
2.what are the limitations (in terms of programming) of .net compared to win32 api ?