.net framework

  1. philip

    Question Dispose webView2

    Hi good day! I'm displaying a pdf from local machine using webView2 from Microsoft.Web.WebView2 by Microsoft installed through Nuget Packages. Now I'm really confused should I manually dispose webView2? but it says that webView2 is managed resource base on chatGPT. I just want to make sure that...
  2. MYJZ003

    How to pass NUnit test when reading the data from excel file?

    At ExcelReader.cs, I got the code: At ExcelReader_Tests.cs, I have the code: I have the excel file, "Registration_Data.xlsx" and I put in the following: Name | Email | Phone | Password Mark | Testing | 12345678 | M456912 After I run, the result is exited with code 0. How will I solve this...
  3. M

    How to close a Console application

    I have developed a console application that sort of automates the renaming of RT structures in Radiotherapy clinical trials. I would like the console window to be closed from the program when it reaches the end. I tried many ways (please, see attached excerpts) but the window does not disappear...
  4. R

    Resolved How to draw maze from .CSV file?

    Keep in mind I'm still relatively new to both Visual Studio, and C#, but I'm stuck on that seemed like a pretty simple project at first. I'm trying to read specific characters from a .CSV file, and turn it into a maze done with simple rectangles. I've gotten completely stuck, and after a few...
  5. K

    Question Customize output in hosted CLR (.NET)

    Hi, I'm hosting CLR in Golang program (but it doesn't matter where). Is the way to configure CLR to capture output from .NET assembly executed in my in-process CLR runtime straight into a file? I run .NET assembly in hosted CLR and I want to capture this output straight to the file (or some buffer).
Back
Top Bottom