Click here to Skip to main content
15,920,508 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Why this query produce wrong results ? Pin
dilkonika21-Feb-15 7:53
dilkonika21-Feb-15 7:53 
GeneralRe: Why this query produce wrong results ? Pin
Dave Kreskowiak21-Feb-15 8:01
mveDave Kreskowiak21-Feb-15 8:01 
GeneralRe: Why this query produce wrong results ? Pin
dilkonika21-Feb-15 8:05
dilkonika21-Feb-15 8:05 
GeneralRe: Why this query produce wrong results ? Pin
Dave Kreskowiak21-Feb-15 12:59
mveDave Kreskowiak21-Feb-15 12:59 
GeneralRe: Why this query produce wrong results ? Pin
dilkonika21-Feb-15 14:32
dilkonika21-Feb-15 14:32 
GeneralRe: Why this query produce wrong results ? Pin
Dave Kreskowiak21-Feb-15 15:38
mveDave Kreskowiak21-Feb-15 15:38 
GeneralRe: Why this query produce wrong results ? Pin
dilkonika21-Feb-15 16:00
dilkonika21-Feb-15 16:00 
GeneralRe: Why this query produce wrong results ? Pin
Dave Kreskowiak21-Feb-15 16:44
mveDave Kreskowiak21-Feb-15 16:44 
dilkonika wrote:
You don't have my database , but you have my EF model from my first post.


Model, yes. Data, no.



dilkonika wrote:
Anyway , my last question was not for database , but for a simple In memory For.. each loop that run slow.


Oh, but it IS about your database. You just refuse to listen to why when I've told you time and time again. Your data is NOT in memory!! You have a proxy object that EF must go back to requery the data for and that's why it's so slow! That's why I keep telling you to use an Include to get the child elements into memory! That's why I keep telling you to pick up a book on EF so you understand all of these little details you don't understand about EF, such a "deferred execution" and "lazy loading"!

dilkonika wrote:
You that have problems with Entity ------ Read this book

You that have problems with C# ------------ Read this book.


There's simply too much information to cover in a few forum posts! Forums can NOT answer all questions because forum posts can NOT convey all of the little details of an answer in the limited space available to us. If we could... if we did that we'd all be writing entire book chapters for forum posts! Mad | :mad:
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

GeneralRe: Why this query produce wrong results ? Pin
dilkonika21-Feb-15 16:52
dilkonika21-Feb-15 16:52 
GeneralRe: Why this query produce wrong results ? Pin
dilkonika21-Feb-15 17:28
dilkonika21-Feb-15 17:28 
GeneralRe: Why this query produce wrong results ? Pin
Dave Kreskowiak22-Feb-15 3:36
mveDave Kreskowiak22-Feb-15 3:36 
QuestionHow do I display different group boxes, according to radio button selected ? Pin
Member 1144766219-Feb-15 7:30
Member 1144766219-Feb-15 7:30 
AnswerRe: How do I display different group boxes, according to radio button selected ? Pin
Wendelius19-Feb-15 7:40
mentorWendelius19-Feb-15 7:40 
GeneralRe: How do I display different group boxes, according to radio button selected ? Pin
Member 1144766219-Feb-15 7:41
Member 1144766219-Feb-15 7:41 
GeneralRe: How do I display different group boxes, according to radio button selected ? Pin
Wendelius19-Feb-15 7:56
mentorWendelius19-Feb-15 7:56 
QuestionVB dropdown list that will enable another after a selection is made with a private sub Pin
Bluewolf3119-Feb-15 2:34
Bluewolf3119-Feb-15 2:34 
AnswerRe: VB dropdown list that will enable another after a selection is made with a private sub Pin
Eddy Vluggen19-Feb-15 5:57
professionalEddy Vluggen19-Feb-15 5:57 
GeneralRe: VB dropdown list that will enable another after a selection is made with a private sub Pin
Bluewolf3119-Feb-15 7:56
Bluewolf3119-Feb-15 7:56 
GeneralRe: VB dropdown list that will enable another after a selection is made with a private sub Pin
Bluewolf3119-Feb-15 8:20
Bluewolf3119-Feb-15 8:20 
GeneralRe: VB dropdown list that will enable another after a selection is made with a private sub Pin
Eddy Vluggen19-Feb-15 8:39
professionalEddy Vluggen19-Feb-15 8:39 
QuestionData entry in sequential file in vb6 Pin
Preeti197918-Feb-15 22:28
Preeti197918-Feb-15 22:28 
AnswerRe: Data entry in sequential file in vb6 Pin
den2k8818-Feb-15 22:35
professionalden2k8818-Feb-15 22:35 
GeneralRe: Data entry in sequential file in vb6 Pin
Preeti197919-Feb-15 1:06
Preeti197919-Feb-15 1:06 
QuestionIs possible to use a global variable inside a class ? Pin
dilkonika18-Feb-15 11:11
dilkonika18-Feb-15 11:11 
AnswerRe: Is possible to use a global variable inside a class ? Pin
Duncan Edwards Jones18-Feb-15 11:19
professionalDuncan Edwards Jones18-Feb-15 11:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.