Forum Replies Created

Viewing 11 posts - 16 through 27 (of 27 total)

  • RE: Introducing SQL+ Dot Net

    Tim Johnstone - Thursday, March 7, 2019 3:36 AM

    The website for this product indicates you can "try" for free. Presumably then there's...

    Alan Hyneman

  • RE: EzAdo - Part 2

    And for those who prefer that approach, and SQL Server version 2014 and lower where JSON is not supported, the framework supports building JSON in the service layer, plus you...

    Alan Hyneman

  • RE: EzAdo - Part 2

    Casing is very important, and throughout the api the case depends on the object type. For JSON the mapping is camelCase, or in this case orderId vs ORDER_ID. ...

    Alan Hyneman

  • RE: EzAdo - Part 2

    Can you email the full trace on the error you are receiving?

    I'll be happy to help you through it.

    alan.h.hyneman@gmail.com

    Alan Hyneman

  • RE: EzAdo - Part 2

    Sql server is cheep compared to the cost of building software.

    Compare writing a stored procedure vs

    a) Write the query

    b) Write the endpoint

    c) Write the object at the endpoint

    d) Create the...

    Alan Hyneman

  • RE: EzAdo - Part 1

    I built the tools for the way we work, Stack overflow built dapper for the way they work. Entity framework is out there and no one would dispute the usefulness...

    Alan Hyneman

  • RE: EzAdo - Part 1

    No problem SS, by the way, the nugget package is done, be sure to follow the instructions in the read me.

    Part 4 is in the publish queue.

    Alan Hyneman

  • RE: EzAdo - Part 1

    Its really about the TEAM thing here. As an SQL developer I try to make things as easy as possible for the callers of routines, and the annotations help...

    Alan Hyneman

  • RE: EzAdo - Part 1

    It will work for other version, however the serialization would be limited to single entities. The full docs are included in the git project but basically you would call...

    Alan Hyneman

  • RE: EzAdo - Part 1

    Thank You lulian.

    I thought that since it made sense for me, and streamlined my code, that others might benefit.

    Alan Hyneman

  • RE: The OUTPUT clause

    For even more fun why not output into a memory optimized udt and do some additional processing with it, get some metrics around performance differences between outputting to temp vs...

    Alan Hyneman

Viewing 11 posts - 16 through 27 (of 27 total)