"Login" to Salesforce API using C#
By Salvador Bosco at Apr 02 2022
Generic Objective-C Delegation template
By Lonnie Altenwerth at Apr 05 2022
Send Gmail email using C#
By Luke Quigley at Apr 06 2022
parse text file in C#
By Antoinette Weber at Apr 06 2022
Drag & Drop with WPF in C#
By Juan Reilly at Apr 10 2022
Pass a string from C# to a C++ DLL in .NET (and get a pointer to the string's chars)
By George MacGyver at May 16 2022
int max_of_four(int a, int b, int c, int d){ int ans; if (a > b && a > c && a > d) ans = a; else if (b > c && b > d) ans = b; else if (c > d) ans = c; else ans = d; return ans; }
By Legion at Jan 11 2021
c# sharp radio button in html how to
By Jane Bailey at Jul 21 2020
passing parameters from C# to js fucntions
By Breakable Bat at Jun 04 2021
open .html file in webbrowser c#
By Ramona D'Amore at Feb 22 2021