Browse by Tags
All Tags »
Sela (
RSS)
Entity Framework at Sela Open House Yesterday, even though I’m currently sick (I have the flu), I delivered a session about Entity Framework at Sela Open House event. In the session I introduced Entity Framework , talked about the EDM , explained how to query and manipulate data and in the end talked about what is coming in EF4 . I want to thank all the attendees who came to hear the session. As I promised, I uploaded the session slide deck and demos to my SkyDrive and you can download them from...
Defining Custom Functions in Entity Framework During the SDP conference I have been asked about the use of functions inside the EDM . This post will try to answer one such question of how to define a custom function in EF . Custom Functions in Entity Framework One of the capabilities of EF since EF1 was the creation of custom functions inside the SSDL part of the model. After their creation we could consume them like other imported functions. In that way we could define functions in the...
Sessions in Sela SDP Yesterday I finished my part in the Sela SDP with two sessions. The first session I delivered was EF4 evolution in .NET 4 . In that session I showed the new features of EF4 which make it a mature technology. I want to thank the audience that attended the session. Since I finished the lecture early, I also had an improvised session about how to create inheritance with EF . In the afternoon I took a part of the Sela ’s 6 MVP ’s session which was an experts panel about technologies...
ORM Day at Sela SDP Today I took a part of an ORM tutorial day at Sela SDP conference . The day included the following sessions: ORM and EF by Ido Flatow EF and NHibernate Head to Head by Erez Harari and Bernie Almosni EF Deep Dive by myself Real World Data Patterns with ORM by Erez Harari and Bernie Almosni Experts panel with all the gang of four ( Ido , Bernie , Erez and myself) and joined us Oren Eini In my session I talked about the use of Stored Procedures in EF model, Inheritance mapping and...