12

Not being able to directly read in inputs as any data type rather than string and thus having to convert it and check for Exceptions if users enter bullshit

Comments
  • 0
    What is your client side? Asp.net? Winforms? WPF?
  • 0
    @grimtar I mean .NET, yes
  • 0
    Proposals for a solution?
  • 1
    @gmnxx depends what your client side is implemented in. Winforms for example you can find to a binding source which binds it directly to the object and there's no converting. But I realize Winforms is rare nowadays.
Add Comment