Advertisement
korax

Links

Sep 29th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. // Create Index
  2. http://stackoverflow.com/questions/16853909/create-database-index-with-entity-framework
  3.  
  4. // Overload operator
  5. http://www.tutorialspoint.com/csharp/csharp_operator_overloading.htm
  6.  
  7. // Custom conversion???
  8. https://csharp.2000things.com/tag/custom-conversion/
  9.  
  10. // Lambda expression
  11. http://stackoverflow.com/questions/3492856/entity-framework-writing-query-using-lambda-expression
  12.  
  13. // LINQ
  14. https://msdn.microsoft.com/en-us/library/bb738645(v=vs.110).aspx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement