Skip to main content

EF Core Doubts - Learn these things

 EF Core Doubts - Learn these things

-----------------

1. Migration in details?

2. EF Core has a new feature in LINQ-to-Entities where we can include C# or VB.NET functions in the query. This was not possible in EF 6.

3. EF Core creates a clustered index on Primarykey columns and a non-clustered index on ForeignKey columns, by default.

4. Shadow Properties?

5. Conventions are default rules using which Entity Framework builds a model based on your domain (entity) classes.

6. The Student entity class includes a reference navigation property of Grade type. (https://www.entityframeworktutorial.net/efcore/one-to-many-conventions-entity-framework-core.aspx)

7. The Grade entity includes a collection navigation property of type ICollection<student>. (https://www.entityframeworktutorial.net/efcore/one-to-many-conventions-entity-framework-core.aspx)

8. EF 6.x or prior does not support conventions for One-to-One relationship. Unique constraint is supported in Entity Framework Core but not in EF 6 and that's why EF Core includes conventions for one-to-one relationship but not EF 6.x.

9. In EF Core, a one-to-one relationship requires a reference navigation property at both sides.

10. Data annotation attributes are the same in EF 6 and EF Core.

11. Fluent API configurations have higher precedence than data annotation attributes.

12. Many-to-many relationships without an entity class to represent the join table are not yet supported.

 However, you can represent a many-to-many relationship by including an entity class for the join table and mapping two separate one-to-many relationships.

 (https://docs.microsoft.com/en-us/ef/core/modeling/relationships?tabs=fluent-api%2Cfluent-api-simple-key%2Csimple-key)

13. Entity Framework Core introduced a new type of property called "Shadow" property which was not exist in EF 6.x.

14. FromSql Limitations

a. SQL queries must return entities of the same type as DbSet<T> type. e.g. the specified query cannot return the Course entities if FromSql is used after Students. Returning ad-hoc types from FromSql() method is in the backlog.

b. The SQL query must return all the columns of the table. e.g. context.Students.FromSql("Select StudentId, LastName from Students).ToList() will throw an exception.

c. The SQL query cannot include JOIN queries to get related data. Use Include method to load related entities after FromSql() method.


Comments

Popular posts from this blog

All the require docs of job seekers (java docs, testing docs, study materials, genuine consultancy link)

# JUST_FOR  JAVA LOVERS : CORE & ADVANCED JAVA Notes ! Core Java and Advanced Java Notes! . Link 1 :-  https://www.dropbox.com/s/t…/1--%20Core%20Java%28TOC%29.pdf… Link 2 :-  https://www.dropbox.com/s/0ahi8r…/9--%20Advanced%20Java.pdf… _________________________________ 1.  https://drive.google.com/…/0BxJrew1xg5ZLZjdabnVUUkswalk/view 2. https://drive.google.com/…/0BxJrew1xg5ZLVHVSQ0tiU1VmVXM/view 3. https://drive.google.com/…/0BxJrew1xg5ZLdS1JUTAxMWtTcEU/view 4. https://drive.google.com/…/0BxJrew1xg5ZLY1M5bGp2Ym5lZUk/view 5. https://drive.google.com/…/0BxJrew1xg5ZLck13Rndpd1ZlcEU/view 6.  https://drive.google.com/…/0BxJrew1xg5ZLb2xodlhOTEVzLTA/view --------------------- Spring --------------------- https://drive.google.com/…/0BxJrew1xg5ZLQ3VaQnlja3N1Mkk/view https://drive.google.com/…/0BxJrew1xg5ZLTXNVLUdOR0xmTzQ/view https://drive.google.com/…/0BxJrew1xg5ZLWU9PUmVKUUYtMjQ/view ---------------------- Hibernate ---------------------...

Use your mobile phone as web cam to your pc/laptop

 Brief  This thing started when I had an interview😮 with one of the company in Nepal and my laptop camera quality was so bad that I was asked to turn off 😥 it which made me to think to buy a webcam for my laptop and I realized if the webcam be attached to my laptop using USB cable or WIFI then why we cannot use my phone. This is how it started. I have tested it and using this app called iVCam since then it worked very well as well with teams, zoom and other streaming app as well. We need to download these 2 stuffs only: The mobile app. The PC client software. Install these two software on your individual mobile and pc and then you are good to go.Mobile phone will ask for the permissions, and allow all the permission it ask for. There are two by which we can connect your mobile phone as web cam and they are:  A) WIFI: Connect your laptop and mobile to the same wifi network. Open app in both mobile and laptop/pc. It will automatically connect to the mobile camera....

Terminology used in CPU, GPU, APU, RAM or Hardisk(HDD or SSD)

 Brief We will discuss the terminology used in the CPU, RAM or Hardisk(HDD or SSD). CPU GPU Si RAM Virtual Memory (From the  also called Page File,  Single Stick Dual Stick Single Channel Dual Channel Single Slot Dual Slot RAM Disk RAM Caching Note - More size, more frequency, more channel, and less latency is best for RAM but it depends upon your laptop, if your laptop mother board only supports 2400MHz frequency then buying more than that frequency of RAM is not good idea because your RAM will work at 2400MHz frequency only. If you want to use the High Frequency RAM then use the technique of RAM Disk and RAM Caching. Hardisk References & Recommendations 🔥 High Speed RAM 🔥 Does Memory Frequency Matter? 🔥Desktop vs Laptop 🔥 Hindi