Set of snippets for use in Visual Studio Code for the development of ASP.NET Core & EntityFramework Core
EntityFramework Core Snippet | Description |
---|---|
ef-context | Create Context class of DbContext |
ef-onmodelcreating | Add OnModelCreating method in code |
ef-onconfiguring | Add OnConfiguring method in code |
AspNet Core Snippet | Description |
---|---|
aspnetcore-new-controller | Create empty controller |