Skip to content

Highlights

  • Arctic Code Vault Contributor
  • Pro

Pinned

  1. Entity Framework Core Power Tools - reverse engineering, migrations and model visualization for EF Core

    C# 501 94

  2. SQLite & SQL Server Compact Toolbox extension for Visual Studio, SSMS (and stand alone)

    C# 600 139

  3. Forked from dotnet/ef6

    This is the codebase for Entity Framework 6 Power Tools Community Edition

    C# 127 12

  4. SQL query stress simulator created by Adam Machanic http://dataeducation.com/sqlquerystress-the-source-code/

    C# 435 135

  5. Entity Framework Core SQL Server Compact provider

    C# 68 11

  6. .NET Library for loading data fast (doing bulk inserts) into a SQL Server Compact database file. Attempts to mimic the SqlClient SqlBulkCopy API.

    C# 24 5

485 contributions in the last year

Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri

Contribution activity

July 2020

Created a pull request in MicrosoftDocs/sql-docs that received 3 comments

Created an issue in dotnet/efcore that received 1 comment

Reverse engineering with EF Core 5 preview 6 has unneeded changes (from 3.1)

but maybe it is a deliberate decision? Before: entity.HasKey(e => new { e.OrganizationId, e.AspectType, e.AspectId }); After: entity.HasKey(x …

1 comment

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.