Skip to content

overview

ahmad.shahid edited this page Nov 17, 2022 · 3 revisions

The GC .Net Web Templates presented below are the results of our department having to integrate the Centrally Deployed Templates Solution CDTS into our applications. The code provided here can be used by your team to reduce cost, time and energy in integrating the CDTS into your applications.

After reading the document ESDC CDTS framework implementation and seeing the impacts and changes required to our applications and the duplication of efforts to be done by each development team in doing this work, it was decided to create Web Templates in both .Net and Java to assist developers in integrating the CDTS and meet the Web Renewal projects requirements.

These Web Templates will:

  • reduce the duplication of effort in understanding the CDTS;
  • reduce the duplication of effort in implementing the CDTS into your applications;
  • provide a working solution in the form of a master page/layout page;
  • provide sample code to configure the template to meet the needs of your application;
  • offer properties and methods to configure and interact with the template;
  • reduces the complexity of the technologies used by the CDTS like Google Closure Templates, JSon;
  • provide the features in the language of the application (.Net or Java);

Change Logs

https://github.com/wet-boew/cdts-DotNetTemplates/blob/master/CHANGELOG.md

About this Guide

This guide provides the details of the .Net and Java Web Template, how to install them, steps for your web pages and the description of the options and properties offered by the Templates.

You will also find the same description of the properties and options of the template on the sample pages. The code samples can be found in the their respective projects. You can fork and clone them to run and experiment with it. See the Samples page for more details.

System Requirements

  • .NET Core 2.1 or 3.0 is required for the CoreMVC template.
  • .NET Framework 4.6.1+ is required for the MVC and WebForms template.
  • Visual Studio 2019 is required
  • The Web Template Components is compiled and therefore will work with both C#, VB, and F# projects.
Clone this wiki locally