migrating-linq-to-sql-to-ef-core Skill
Migrates LINQ to SQL (System.Data.Linq) data access layer to Entity Framework Core during .NET Framework to modern .NET upgrades. Covers DataContext to DbContext conversion, DBML entity mapping to EF Core model configuration, stored procedure migration, query translation differences, and concurrency handling changes. U Published by microsoft in upgrade-agent-plugins.
What is migrating-linq-to-sql-to-ef-core Skill?
Migrates LINQ to SQL (System.Data.Linq) data access layer to Entity Framework Core during .NET Framework to modern .NET upgrades. Covers DataContext to DbContext conversion, DBML entity mapping to EF Core model configuration, stored procedure migration, query translation differences, and concurrency handling changes. U Published by microsoft in upgrade-agent-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Database workflows
- Data analysis
- Research
- Database workflows use cases
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use migrating-linq-to-sql-to-ef-core Skill
- Use it for database workflows.
- Use it for data analysis.
- Use it for research.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/upgrade-agent-plugins
- Skill file: plugins/upgrade-agent/extenders/upgrade-dotnet/upgrade/skills/lazy/data/migrating-linq-to-sql-to-ef-core/SKILL.md
What it does
Migrates LINQ to SQL (System.Data.Linq) data access layer to Entity Framework Core during .NET Framework to modern .NET upgrades. Covers DataContext to DbContext conversion, DBML entity mapping to EF Core model configuration, stored procedure migration, query translation differences, and concurrency handling changes. U
Skill instructions
LINQ to SQL to Entity Framework Core Migration Overview Migrates .NET Framework projects from LINQ to SQL (System.Data.Linq) to Entity Framework Core. LINQ to SQL is not available in .NET 6+ — this is a migration blocker, not an optional improvement. Reference files for detailed patterns: - references/entity-mapping-conversion.md — DBML/attribute mapping to EF Core - references/datacontext-to-dbcontext.md — DataContext lifecycle and API migration - references/query-translation-gotchas.md — Query behavior differences (critical for runtime correctness) - references/stored-procedure-migration.md — SP/function mapping - references/concurrency-and-change-tracking.md — UpdateCheck/conflict resolution - references/relationship-migration.md — EntitySet/EntityRef to navigation properties Prerequisites Verify LINQ to SQL usage before proceeding: 1. Check for System.Data.Linq assembly reference in the project file 2. Search for .dbml files in the project directory 3. Search for using System.Data.
Explore related resources
Frequently asked questions
What is migrating-linq-to-sql-to-ef-core?
migrating-linq-to-sql-to-ef-core is a open-source AI agent skill with Copy skill directory. Migrates LINQ to SQL (System.Data.Linq) data access layer to Entity Framework Core during .NET Framework to modern .NET upgrades.
Who is migrating-linq-to-sql-to-ef-core best for?
migrating-linq-to-sql-to-ef-core is best for reusing agent instructions, scripts, and references, database workflows, data analysis workflows, research workflows.
How do I install migrating-linq-to-sql-to-ef-core?
Install or run migrating-linq-to-sql-to-ef-core using Copy skill directory. Check migrating-linq-to-sql-to-ef-core for the latest setup command.
Is migrating-linq-to-sql-to-ef-core actively maintained?
migrating-linq-to-sql-to-ef-core may need a closer maintenance check before production use.
Auto-fetched from GitHub.