S1=S1+","+S2;
work by below
1-S1="C#.net";
2-S1="C#.net"+","+"Asp.net";
3-S1="C#.net,Asp.net"+","+"MVC";
4-S1="C#.net,Asp.net,MVC"+","+"Linq";
5-S1="C#.net,Asp.net,MVC,Linq"+","+"EntityFramework";
6-S1="C#.net,Asp.net,MVC,Linq,EntityFramework"+","+"Swagger";
7-S1="C#.net,Asp.net,MVC,Linq,EntityFramework,Swagger"+","+"Web-Api";
8-S1="C#.net,Asp.net,MVC,Linq,EntityFramework,Swagger,Web-Api"+","+"OrcharCMS";
9-S1="C#.net,Asp.net,MVC,Linq,EntityFramework,Swagger,Web-Api,OrcharCMS"+","+"Jquery";
10-S1="C#.net,Asp.net,MVC,Linq,EntityFramework,Swagger,Web-Api,OrcharCMS,Jquery"+","+"Sqlserver";
11-S1="C#.net,Asp.net,MVC,Linq,EntityFramework,Swagger,Web-Api,OrcharCMS,Jquery,Sqlserver"+","+"Docusign";