Niclas Blomberglambda-snail.hashnode.dev·May 1, 2024Calling Host Native Functions from DotnetThis is the second entry in the documentation of my C++ journey. Since I work a lot with c#/dotnet on my job, today I would like to write about C++ and dotnet, specifically about hosting/embedding dotnet in a C++ application. In this article I will l...My C++ Learning JourneyC++
Nilay Barotnullbyte.hashnode.dev·Apr 4, 2023C# and C++ Interops: Combining the Best of Both WorldsWhat are C++ Interops? C++ Interop enables calling C++ code from C# code by utilizing various techniques and libraries provided by the .NET Framework, including Platform Invocation Services (P/Invoke), COM Interop, and C++/CLI. What are the benefits ...433 readsC#
Ishrar Gblog.ishrar.in·Jul 5, 2022Alternative to MS Interop to Export DataTable to ExcelAh no, I just built a whole code to export the data into Excel but the client does not have MS Office on their computer. Without wasting your time let me share with you why I am writing this article for you. There are scenarios when you will use thi...35 likes·2.5K readsC#C#