|
Yeah, I meant developer tech support. I'm not saying you absolutely must use C#, but I'm just explaining my situation. My client's CIO explained that if they were experiencing a problem with Microsoft code, and the Microsoft developer tech support couldn't help them via phone or email, then my client supposedly has the power to actually request the Microsoft employees get on a plane and bring the native code with them so that my client can debug it themselves. It's all heresay though.
I've never made an application ready to sell, but I imagine you would just need to offer your own support. In this case, you're self-employed, so you would be responsible for offering your own support when the customer submits a "bug" report, which may either be a user error, or it's something that you would need to fix with your code and upload a patch for your customer to download (i.e. if your program ends up using 100% CPU, there's a good chance you accidentally put in an infinite while/for loop that needs to be fixed).
|