Home/2019

Designing a database in UML

Designing a database in UML Overview Traditionally, database design tools are used only within a specific database. In other words,  the design tool included with SQL Server can only be used to design and create a database specifically and solely for SQL Server. Unfortunately, this means the design cannot be used anywhere else in the [...]

By |2019-07-26T12:02:08+01:00July 26th, 2019|Invoice Microservice, Modeling, UML|0 Comments

New Feature: Preserving User Code Changes during Code Generation with Razor

New Feature: Preserving User Code Changes during Code Generation with Razor This new feature will revolutionise how code generation is used by helping to preserve any custom code changes made to the output code generated files. When using code generation traditionally, one big issue is that if any changes were made to the output file, [...]

Razor Templates: Best Practices in Code Generation

Razor Templates: Best Practices in Code Generation Razor Templates are brilliant for Code Generation. However, there are a few significant issues. Razor Templates are fine-tuned to work extremely well with HTML, but can run into problems with languages like Javascript, TypeScript, C#, Java, JSON, etc.   This article will outline these roadblocks and provide simple, effective fixes. [...]

By |2019-06-25T10:34:46+01:00June 25th, 2019|General|0 Comments

Model First Design: Getting started with UML

By combing UML and code automation it is possible to boost your development productivity by 1000%! My current record is creating 100,000 lines of code in just four hours. I want to pass these skills on to you. In this post I will firstly explain how to get started with UML. I will then cover [...]

By |2019-02-05T14:11:16+00:00February 5th, 2019|General, Modeling, UML|0 Comments

Introduction to using Model First Design: Creating an Invoice Microservice

Introduction to using Model First Design: Creating an Invoice Microservice This post is the first in a series on creating an Invoice Microservice using Model First Design. Firstly let us look at the outline the goals for the Microservice. Secondly I will dive into the benefits of using Model First Design. Thirdy I will examine [...]

Title

Go to Top