Home/General

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

Using Model First Design to improve your development productivity

Using Model First Design to improve your development productivity Do you want to be able to create 10'000's of lines of computer code in an hour? With Model First Design and Code Generation you can! I will give some examples and explain some of the key concepts in this article. Model First Design Project Examples An [...]

By |2018-12-13T14:26:32+00:00December 13th, 2018|Code Automation, General|0 Comments

Code Generation Tips: Output to code to a temporary directory

Code Generation Tips: Output code to a temporary directory There are lots of different ways to use Code Generation in your project. Below is the top five reasons why you might want to output your code to a temporary directory. Cut and Paste the code you wantCreate code snippetsAvoid overwriting your existing codeQuickly test an ideaAdd new [...]

By |2018-12-07T13:33:15+00:00December 7th, 2018|Code Automation, General|0 Comments

Updates for SilverModel 2018.4.1

Overview of the new features in SilverModel 2018.4.1 In this release, there are a number of new features that will help improve your experience and productivity within SilverModel. The new features are: Your Code Generators Improved Undo/Redo Support. Your Code Generators Your Code Generators allows you to create your own code generators in a separate [...]

By |2019-07-29T09:05:13+01:00November 22nd, 2018|Code Generators, General, New Features, SilverModel|0 Comments

Updates for SilverModel 2018.3.1

Introduction This update helps to unleash the ability to automaticity creates 10,000's of lines of code with only a few hours of work using the UML Class Diagram Designer. For example, with one internal project I am working on. A model that was designed in hours is creating 80,000+ lines of code. This is allowing the underlying core [...]

Title

Go to Top