#.net 8.0

  1. T

    Question VS2022 Extension: How can I add multiple views in the main view of a toolwindow?

    I'm developing a Visual Studio 2022 ToolWindow extension using .NET 8. My extension needs to display multiple views within the main view and switch between them when specific buttons are clicked. In a standard WPF application, I would handle this using UserControls and simply switch them in a...
  2. R

    C#.NET 8.0 running on Linux cannot access full AD group memberships larger than 1500 members

    The System.DirectoryServices.AccountManagement library can't be used because it only works on Microsoft servers/workstations. The System.DirectoryServices.Protocols library enables me to access our AD groups; however, at least for my company's AD domain, it can only access the first 1500...
Back
Top Bottom