what is entity graph in entity framework?
No Answer is Posted For this Question
Be the First to Post Answer
Where does web.config info stored? Will this be stored in the registry ?
1 Answers Accenture, BirlaSoft,
Mention some action filters which are used regularly in ASP.Net MVC?
In Server how to check whether model has error or not in ASP.Net MVC
What is .net architecture?
If u have an Empty Xml file and u have to bind dataset data to empty xml file? if u have an empty dataset u have to bind xml file data to it?
What is GUID and why we need to use it and in what condition? How this is created
what is way of loading data in ef (entity framework)?
What does assemblyinfo.cs file consists of ?
1 Answers Accenture, BirlaSoft,
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
What are the derived classes from xmlReader and xmlWriter
What are class access modifiers
will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;