Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. docotor

    working with SQL "FOR JSON AUTO

    I would suggest to do following: 1. Create stored procedure, which taks as input parameter page size and page number. 2. Stored procedure should return subset of data 3. Create one more stored procedure which will tell whole dataset size. 4. It may be worthy to analyze SQL query execution plan...
  2. docotor

    Where do we put public functions in C# (modules don't exist) ?

    I would suggest couple of solutions: 1. Use Class library, and put there needed functionality 2. From design prospective, make sure to use some kind of dependency injection and mocking mechanism for dealing with TDD.

Part and Inventory Search

Back
Top