Posts by Danko • 43 points
2 posts
-
0
votes1
answer27
viewsQ: Error sending Controller object to View
I am creating a small project in Asp.net MVC 5 to train and I am having problems passing a Controller object to the View, is showing some error related to the Where<> method of the LINQ…
-
3
votes1
answer81
viewsQ: Is it correct to use an object to call a method where it will be the parameter?
I am creating a small project in without Entity Framework and I have a question at the time of passing an object as parameter, it is correct to pass the same object that calls the method as…