Posts by Alex Becker • 107 points
8 posts
-
0
votes2
answers207
viewsQ: ENTITY FRAMEWORK - make a query like SQL
Fala Pessoal, I have a problem that may be not doing correctly, I have a query in a table description field for example Select description table Where field like 'test%Description' How do I do this…
entity-frameworkasked Alex Becker 107 -
0
votes1
answer565
viewsQ: Working with view in context in Entity Framework 6
It’s all right, guys? I have a certain problem I’d like you to help me. Good I have a simple application with 4 related tables I am using Entity framework 6, my problem is in the USUARIOS class,…
-
2
votes1
answer167
viewsA: Problem returning items in a Relationship in the Entity Framework
I managed to solve this problem apparently we have to specify a maximum size of fields when they are PK/Fks looks seemed strange but as I am working with Entity Framework for a little while I can…
-
4
votes1
answer167
viewsQ: Problem returning items in a Relationship in the Entity Framework
Talk Personal All right!? I’m going through the following problem in the Entity framework that I think is some mistake I’m making when it comes to relating two classes: I have a Class called:…
-
0
votes1
answer911
viewsQ: jquery datatable grab values from an input
Fala Pessoal! I need your help! I am using the jquery datatable plugin to generate a paged table dynamically in a modal, until then all right, but within this table I have an input that I need to…
asked Alex Becker 107 -
1
votes1
answer2400
viewsQ: Webapi 2 Route Configuration web form application
About 6 months ago I am entering the MVC world, before I used a lot of Webforms and I confess that I have difficulties understanding how to configure the routes for a ApiController, from what I…
-
0
votes1
answer59
viewsQ: Jquery.Validate
Talk personal, all right!? I am breaking my head with the following, I am using the plugin jquery validate, working all right, but in my form I am using a button that I do not want to validate in…
-
3
votes1
answer77
viewsQ: Entity Framework - Data Access Tips
I am working on a project using EF6 with C#, in one of my classes I have to save a file, example below: public partial class Arquivo { [Key] public int ArquivoID { get; set; } public string Nome {…