Posts by Jerry-SC • 61 points
4 posts
-
2
votes1
answer314
viewsQ: View call @model of the controller
I use the EF Design and import all my models from the bank to a .EDMX. I ask you: How do I call the objects of controllers that I create, within a View? I’ve tried to put @model up to the controller…
-
0
votes0
answers175
viewsQ: Return Image (Blob from Database)
I am unable to return the images of a controller. Below I explain all the encoding: I created a controller, and a view for this controller that returns the image that is in an Oracle blob field. It…
-
3
votes3
answers455
viewsQ: LINQ with JOIN and Where clause, how to do?
Good afternoon. I’m trying to make a left outer join (SQL) with LINQ, however, I’m not getting. The code of my class, is this one below. Can anyone give me a light on how I solve this? public class…
-
1
votes1
answer308
viewsQ: Return List in a View
Hello, I’m a beginner in C# and MVC and I’m having trouble returning a data list. I have the code below and do not know how to return the loaded data from the list. Can anyone suggest me how to do…