Template:PT3 CSHARP MAC DOTNET: Difference between revisions
From Phidgets Support
(Created page with "<div class="phd-slide-deck" data-deck="PT3_CSHARP_MAC_DOTNET"> <div class="phd-slide-deck-header"><h3>Language - C#</h3></div> <div class="phd-slides"> <div class="phd-slide"> <h2>MacOS with dotnet CLI</h2> <div class="phd-panels"> <div class="phd-panel phd-flex-column-align-center phd-flex-column-justify-middle"> <div class="phd-lazy-image" data-src="https://www.phidgets.com/decks/PT3_CSHARP_MAC_DOTNET/200x-/50/dotnet.jpg"></div> </div> <div class="phd-panel phd-flex-c...") |
No edit summary |
||
Line 11: | Line 11: | ||
<div class="phd-panel phd-flex-column-align-left phd-flex-column-justify-top"> | <div class="phd-panel phd-flex-column-align-left phd-flex-column-justify-top"> | ||
<p>Welcome to using Phidgets with C#! By using C#, you will have access to the complete Phidget22 API, including events.</p> | <p>Welcome to using Phidgets with C#! By using C#, you will have access to the complete Phidget22 API, including events.</p> | ||
<p>The dotnet command-line interface is the quickest way to start programming in C# | <p>The dotnet command-line interface is the quickest way to start programming in C#.</p> | ||
</div> | </div> | ||
</div> | </div> | ||
Line 20: | Line 20: | ||
<p> | <p> | ||
If you plan on using any USB Phidgets that use the HID stack, you'll need to install the | |||
<span>[https://www.phidgets.com/docs/OS_-_macOS Phidget drivers for MacOS]</span>. You can check which stack your USB Phidgets use by checking the 'USB Stack' | |||
in the product specifications. If all of your Phidgets use the PHIDUSB stack, you can skip installing the drivers. | |||
</p> | </p> | ||
Line 30: | Line 31: | ||
<p>Click on the .pkg file once it's finished downloading, and follow the steps to install the .NET SDK.</p> | <p>Click on the .pkg file once it's finished downloading, and follow the steps to install the .NET SDK.</p> | ||
<p>If you are a Visual Studio Code user, you can get the '.NET Install Tool' extension instead of installing manually.</p> | |||
</div> | </div> | ||