Skip to content
| Marketplace
Sign in
Visual Studio>Tools>FullStackCodeGen
FullStackCodeGen

FullStackCodeGen

Auc Inc

|
264 installs
| (0) | Free
Generates SQL Server Stored Procedures, ASP .Net Model, Service, and Controller code, and Angular Model, Service, and Components code from a SQL Server CREATE TABLE definition file.
Download

Description

A Visual Studio extension that parses a SQL Server CREATE TABLE definition file and generates SQL Server Stored Procedures, ASP .Net Model, Service, and Controller code, and Angular Model, Service, and Components code... all with a few clicks.

Operation

  • Right-click on a *.sql file that contains a CREATE TABLE statement, similar to the following:
CREATE TABLE [dbo].[SampleObject]
(
    [Id] INT NOT NULL PRIMARY KEY,
    [Name] VARCHAR(50) NOT NULL,
    [Comments] VARCHAR(max) NULL,
    [Price] DECIMAL(20,2),
    [IsEnabled] BIT DEFAULT((1)) NOT NULL,
    [TypeId] INT NULL,
    [StartTimestamp] DATETIME NULL
)
  • Select the "Full Stack Code Gen" command:

SolutionExplorer.png

  • Select the appropriate options on the "Full Stack Code Gen" tool window and click "Preview Code":

FullStackCodeGen-CompleteWindow.png

  • Smile :)

More Information

  • For a complete walkthrough and explanation of features, please visit: Full Stack Code Gen - Walkthrough

  • Any Issues? Please visit: Full Stack Code Gen - GitHub. You may also submit a question here in the Visual Studio - Marketplace.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft