Browse by Tags
All Tags »
ADO.NET »
Miscellaneous (
RSS)
Not Just a Designer: Code First in Entity Framework Article on VS Magazine Lately I wrote an article about Code First approach in Entity Framework 4.1 for Visual Studio Magazine . The article was published a few days ago and you can read it here . Enjoy! CodeProject
My SDP Lecturer Interview Last week Sela conducted a live broadcast with trailers to the sessions that will be presented on stage in the SDP conference. The broadcast was recorded if you want to see me “making a fool” of myself in the live broadcast you can watch the recording of my interview here ( in Hebrew ). I’m reminding that I’m going to have two sessions: Creating OData Services with WCF Data Services Data is a first-class element of every application. The Open Data Protocol (OData) applies...
Book Review – Entity Framework 4 In Action I spent some time lately to read the book “Entity Framework 4 in Action” which was written by several authors – Stefano Mostarda, Marco De Sanctis and Daniele Bochicchio. This book was sent to me by Manning Publications as part of the Manning Early Access Program ( MEAP ). What You are Going to Gain from The Book? The book is all about Entity Framework 4. The authors don’t assume that you are familiar with the technology and they take you to an Entity Framework...
MIX11 Open Call Voting Has Started Today MIX conference is the biggest Microsoft web conference which occurs every year in Las Vegas. As in every year Microsoft asked the developers and designers communities to propose sessions that will be part of a community voting. The sessions that will be chosen will be performed on stage at this year’s conference. Since I’m going to MIX11 as in last year, I proposed two sessions and they were chosen to the open call voting. This is the session descriptions...
Entity Framework 4 Session Lately I wasn’t blogging or working because of a very annoying virus. I’m feeling better now so don’t worry I’ll return blogging gradually. I also wanted to tell you about an open house I’m having at Microsoft about Entity Framework 4 . The session will take place at Microsoft ’s office at Ra’anana in Monday 24 of January. In the session I’m going to introduce Entity Framework and then what’s new in Entity Framework 4 . For more details and for registration you can go to...
My Teched Session (or Why I’m Not Blogging Lately) If you are a reader of my blog probably you have noticed that I didn’t write posts for a while. The reason is obvious… I’m getting ready for my Teched session. My coming session isn’t going to be an introduction to Entity Framework . This time I’m going to talk about considerations and approaches for building N-Tier applications with Entity Framework . I wrote a teaser Hebrew article about the subject which was published in Newsgeek and you can read...
EFProf – Profiler Tool for Entity Framework One of the important tools in your tool arsenal when you develop with an ORM tool is a profiler. Like SQL profiler to a SQL Server DBA an Entity Framework profiler is a must have tool to Entity Framework developer. The main reasons to acquire such a tool are to understand what is going on underneath the hood in the query engine and for performance tuning. If you think that you can use Entity Framework without knowing what it is committing to database then...
Get Ready for Sela SDP Conference The PDC conference is over. A new conference is on the way. The SDP conference is going to happen between the 27 to 30 of December. In that conference we ( Sela Group ) are going to to share the future technologies including the ones that where exposed in the Microsoft PDC . In the conference I’m going to have a session with Bnaya Eshet on ADO.NET Entity Framework Evolution in .NET 4.0 . If you want to hear where EF is heading, this is the place to be...
Working with Large Databases in Entity Framework Yesterday I was asked by a colleague a very good EF question. The question was how to split a model or how create a model for a large database . I pointed that colleague for the next three good resources which deal with such situations: Working With Large Models In Entity Framework – Part 1 Working With Large Models In Entity Framework – Part 2 How to split your EDM? I hope it will help you too if you seek for such an answer. Enjoy!
Entity Framework Free Tools List In my last session at Microsoft I mentioned some EF free tools that you can use which can help you to be more productive. Since I got a comment about sharing my list, this is the free tool list and the places you can find them and download them: eSqlBlast – a suite of tools that target editing and executing eSQL statements. LINQPad – lets you query data sources in a modern language – LINQ . Supports not only EF and also: LINQ to Objects, LINQ to SQL, LINQ to XML and...
ADO.NET Entity Framework Session Slide Deck Two days ago I had a half day session at Microsoft about Entity Framework . The agenda was as follows: Entity Framework Introduction Exploring the Entity Data Model Querying and Manipulating Entity Data Models Customizing Entity Data Models Examples EF4 As I promised the slide deck and demos can be downloaded from here . I want to thank the attendees of the session and I hope you had great time like I did. Also, I’m sorry for the late publishing but it...
ADO.NET Entity Framework Session at Microsoft A few months ago I wrote about a session I’m supposed to do on ADO.NET Entity Framework at Microsoft Israel . This is a reminder for that session which will take place on October 19 at Microsoft Ra’anana . In the session I’ll introduce Entity Framework and talk about how to use it. I’m also going to dedicate the end of the session for EF4 and show some of the features it include like POCO, Model-Defined Functions and more. If you are interested to hear...
Exploring Entity Framework and Data Services Slide Deck Yesterday I had a session about Entity Framework and Data Services in the Israeli Defense Forces (IDF) .NET Developers Group . As promised, the slide deck and demos can be downloaded from here . I want to thank all the participants of the session . P.S. – a backup of the database that I used in the demos is located in the Demos directory. Enjoy.
ADO.NET Entity Framework Session I know that it is very early to announce, but I’m scheduled for an Entity Framework half a day session on October 19 in Microsoft Israel. In that session I’m going to talk about Entity Framework and in particular about LINQ to Entities and the new features of EF4 . If you want to hear the session you can sign in to it from here . I hope to see you there.
New Tracing and Caching Wrapper Providers for Entity Framework Yesterday two new Entity Framework Wrapper Providers were added to MSDN Code Gallery . The new providers: EFTracingProvider – adds the ability to log SQL commands that are executed against the data storage EFCachingProvider – adds query results cache to Entity Framework These providers will add more power to Entity Framework especially the caching provider that also enables using Microsoft Distributed Cache codename "Velocity"...
More Posts
Next page »