Posts by Hugo Pratters • 161 points
5 posts
-
1
votes1
answer1111
viewsQ: Difference between Partial Render and Render Action
I would like a help to better understand these types of partial view rendering.
-
3
votes1
answer237
viewsQ: Convert Double to String Mongodb
I own a field Double in a Collection on Mongodb and would like to exchange this field in every collection to String.
-
7
votes1
answer2836
viewsQ: Differences about WCF, Webservice and Webapi with Asp.net?
I will create a service to make my company’s data available to a client. But I am evaluating the creation of the services and I came across this technical doubt. I know there are differences between…
-
2
votes1
answer469
viewsQ: What are the differences between Stored Procedures and Functions within Sql Server?
This is a question in a certain academic way, but I have come up with the question. What are the differences between one and the other? What I should consider to choose each case in certain…
-
2
votes1
answer69
viewsQ: Create Linq - EF List with n sublists
I have a list with N results, I would need to make some change in the list for this list to return N lists of only 3 underlying results. Any idea?