I can’t figure out where the C# helper class goes in my project (using VS2010). I’m following the tutorial at https://sites.google.com/a/janrain.com/developers/articles/engage-tutorial but it’s in PHP. In this context, is “rpx.php” analogous to “rpx.aspx”, “rpx.aspx.cs”, or “rpx.cs”? Know what I mean?
Or, does anyone know of a C# Janrain tutorial/example? That would keep me from posting my next dozen questions. Thanks in advance!
The
phpfile will be most closely analogous to the code behind filerpx.aspx.cs.Though, in the .NET world, both the
.aspxand the.aspx.csfiles are closely related.