Open csharp/iis/PubNubExampleASPNET/PubNubExampleASPNET.csproj, and the example PubnubExampleNETxx.aspx(xx = 35 or 40 based on target framework) should demonstrate all functionality, asyncronously using delegates. You can also view and inspect the unit tests on C# Core API at c-sharp/csharp.net/PubNub-Messaging.Tests for additional insight.
NuGet usage and example screencast is also available here: https://vimeo.com/pubnub/videos/search:.net/sort:date/format:detail
- Open up the PubNubExampleASPNET project file
- Right click on PubnubExampleNET40.aspx (when Target Framework is 4.0/4.5), and set as Start Page
- CTRL-F5 or F5 to run it
- Open up the PubNubExampleASPNET project file
- Right click on the project, select properties
- Click the Application Tab
- Set Target Framework to 3.5 or 4
- Right click on PubnubExampleNET35.aspx (for .net 3.5) or PubnubExampleNET40.aspx (for .net 4.0/4.5), and set as Start Page
- Save the project
- CTRL-F5 or F5 to run it
Report an issue, or email us at support if there are any additional questions or comments.