All Questions
2 questions
0
votes
0
answers
78
views
Code snippets editor for developers in a web application
I was asked to create a configuration web interface for a set of configurable C# code snippets. This interface will be used massively by our company's developers.
Our company codding standard is ASP....
0
votes
1
answer
43
views
how to create bootstrap html library from a template or a snippet with placeholders to change classes easily?
I am currently using c# to make functions that i provide with parameters to control bootstrap elements such as buttons and tables. Here is an example,
Buttons button = new Buttons();
simple_button = ...