.net - How to (easily) find the proper assembly for a given namespace -


i have problems attributes. can't find proper assembly. can't find them on google either:

 [key, column(order = 0)]  [databasegenerated(databasegenerationoption.none)] 

in this code following namespaces declared:

using system.data.entity.database; using system.data.entity.infrastructure; 

where can find assemblies these namespaces? isn't there easy way find assembly besides searching namespace on google?

in case have assembly referenced:

  • go declaration. (f12 in visual studio when cursor on definition searching for.)
  • the object browser should pop up. @ root of tree can see assembly.

when did not reference assembly:

  • you can still use object browser search assembly (view -> object browser).
  • in dropdown box, select "all components", ... , search.

when classes looking aren't microsoft:

it seems classes looking aren't microsoft. in case can create 'custom component set' in object browser. can add third party assemblies there want search through. lastly, if don't have assemblies themselves, guess there left google.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -