All Questions
3 questions
-2
votes
2
answers
2k
views
What does it mean to "wrap" a stored procedure?
My manager has asked me to "just wrap the stored procedure".
The requirements are to create a microservice that will do the following:
Accept parameters from the user.
Pass those parameters to the ...
4
votes
3
answers
305
views
Is an Inner Function Justified in this Situation
I'm new to the functional programming concepts in C#, but I have some experience with higher order functions via Haskell, Scala, Python and Ruby. I'm currently going through an old .NET 2.0 codebase ...
1
vote
2
answers
249
views
Need help with deciding elements for icon creating application
I'm trying to practice programing by creating a simple application which, I think, I can manage to do in .Net C# in Visual Studio 2010.
I'm working on simple application which will let me to create ...