entity framework

  1. M

    Windows 11 Column '*' is dependant on the object 'DF__*' - Changing int to double

    In essence, I obtained a table in my EF database with the following properties: public int Id { get; set; } public string Title { get; set; } public string Description { get; set; } public string Image { get; set; } public string WatchUrl { get; set; } public int Year { get; set; } public string...
  2. News

    Using SQLite databases in UWP apps

    For many developers, SQLite has become the preferred client-side technology for data storage. It is a server-less, embedded, open-source database engine that satisfies most local data access scenarios. There are numerous advantages that come with its use, many of which are explained in the...
  3. News

    Data Access in Universal Windows Platform (UWP) Apps

    Link Removed SQLite version 3.11.2 is shipping with the Windows 10 Anniversary edition as part of the Universal Windows Platform (UWP) and is recommended for all UWP local data storage needs. This represents the first time an open source, third-party library, such as SQLite, has shipped as part...
  4. News

    Migrations in Entity Framework 7 with Brice Lambson

    This is the last installment in a series of videos made with the Entity Framework team. In this episode Brice Lambson describes migrations and how they are used in Entity Framework 7. Here are some links for more information: Entity Framework 7 Github Repository for EF7 Link Removed Link...
  5. News

    Last Week on Channel 9: August 10th - August 16th, 2015

    Even with the Channel 9 Studio closed in order to host the Channel 9 Live: Developer’s Guide to Windows 10 event, there was still a huge number of posts this week! Here are just 30 of them... Link Removed This week on Channel 9, Nikola and Vlad discuss the week's top developer news, including...
  6. News

    Shadow Properties in Entity Framework 7

    In this short video Rowan describes shadow properties new in Entity Framework 7. This is a super useful feature for those times when your database and your class model don't quite match up. Would love your thoughts! Here are some links for more information: Entity Framework 7 Github...
  7. News

    Key Generation Strategies in Entity Framework 7

    In this short video Rowan takes us through a different approach to generating keys in Entity Framework 7 using sequences. This approach is interesting in cases of large INSERT batches primarily because keys are all fetched beforehand. Would love your thoughts! Here are some links for more...
  8. News

    The future of Entity Framework (EF7)

    In this entry we're continuing the discussion of Entity Framework by looking toward the future. We focus primarily on EF7 and its primary design decisions. It was truly enlightening Entity Framework 7 Github Repository for EF7 Rowan Miller As an aside, I spent a couple of days with Rowan...
  9. News

    Entity Framework 6.1.3 Beta 1 Tools for Visual Studio

    Beta 1 of the Entity Framework 6.1.3 Tools for Visual Studio Link Removed
  10. News

    Windows 7 TWC9: Coded UI Test, TFS Power Tools, Sudoku Webcam Solver

    This week on Channel 9, Dan and Brian discuss the week's top developer news, including: Steve Marx* - Playing with the new Windows Azure Storage Analytics features Laurent Bugnion - Automated Installer for MVVM Light v3 and v4 Beta 1 coming by the end of August Davide Zordan - Multi-touch...
  11. News

    Windows 7 Silverlight TV 74: What's New in RIA Services

    In this episode, Deepesh Mohnani of the WCF RIA Services team discusses all of the new features introduced since the initial RIA Services release. These include expanded localization support, improved MVVM support, Windows Azure table storage, datetimeoffset, operation tag, jQuery client, and...
  12. News

    Windows 7 Checking In: Jeff Derstadt - Programming Data and the Entity Framework

    Jeff Derstadt is a developer on the Entity Framework team. Erik stops by to learn more about what Jeff does day to day. Jeff and Erik talk about programming data, generally, and the Entity Framework development model, specifically. We learn about how Jeff got into software development, how/why...
  13. News

    Windows 7 TWC9: Expression Web SP1 adds HTML5 support, New Events section, Task.Show

    This week on Channel 9, Dan and Brian discuss the week's top developer news, including: [00:32] Charles Torre - Link Removed on Channel 9 [01:44] Expression Web SP1 includes IE9 support including Super Preview, HTML code view support, and CSS 3 [02:34] Duncan Mackenzie - New Link Removed...
  14. News

    Windows 7 Hanselminutes on 9 - Digging into Entity Framework 4 Code First (Magic Unicorn Edition)

    Scott is in Redmond this week and talks to Jeff Derstadt, the Lead Developer on Entity Framework Code First (or, as Scott says, EF Magic Unicorn). What's the deal with this new feature in Entity Framework? What about the bad rap that EF got back in the day? What's new in EF4 and how does EF Code...
  15. News

    Windows 7 TWC9: WP7 gets multi-tasking,NuGet 1.1, MJPEG Decoder, Reflector

    This week on Channel 9, Dan is joined by Link Removed to discuss the week's top developer news, including: [00:25] Windows Phone 7 Announcements at Mobile World Congress [02:57] Window Azure Team -Link Removed, includes performance enhancements, improved diagnostic, cache size option, and...
  16. News

    VIDEO TWC9: VS2010 SP1 Beta, , Native Extensions for Silverlight, EF Code First

    This week on Channel 9, Dan is joined by Clint Rutkas to discuss the week's top developer news, including: [watch] Jason Zander - Link Removed (Link Removed) includes a local Help viewer, unit testing for .NET 3.5, Performance wizard for Silverlight and more [watch] Adam Kinney - A new series...
  17. News

    Windows 7 Web Camps TV #10 - Update from Web Camp India

    Join Link Removed, Link Removed, and Harish Ranganathan from Hyderabad, India as they discuss the Web Camps running in India. During the Web Camp in Hyderabad, there were 300+ in-person attendees and over 10,000 watching online via live streaming! At Web Camps, attendees get free hands-on...
  18. News

    Windows 7 TWC9: Scott Hanselman, IIS7 live streaming, WP7 for Beginners, SQL Azure + EF

    This week on Channel 9, Dan is joined by guest host Scott Hanselman to discuss the week's top developer news, including: [watch] Silverlight Firestarter online event - See Link Removed [watch] P&P - Prism 4.0 Now Available (Link Removed | What's new) [watch] Facebook - Facebook Link Removed...
  19. News

    Windows 7 The Full Stack, Part 1 - Building the Admin Site with ASP.NET MVC 3, NuPack and EF Code First

    Jesse Liberty and Jon Galloway are kicking off a new screencast series called The Full Stack. They're pair-programming, building out a full application from a server back-end down to Windows Phone, web, Silverlight, and wherever else the app-building process leads them. Join them for the ride...
  20. News

    Windows 7 Sells, Laverty and Flasko: Entity Framework 4, oData and PDC10

    Chris Sells takes us on a small tour (two offices and a few hallways) in one of the Data Framework and Modeling Group's buildings (interesting - the same building the C9 team launched C9 from 6+ years ago: Building 18). The goal here is to get a sense of what's new in Entity Framework 4 and...
Back
Top