Chess program in C# transfer to live server using Blazor

Hi, girls and guys, I have a question. How to transfer chess program written in C# to live server and don't write again piece by piece of code again, using Blazor?


7 Replies

NR Nevitha Ravi Syncfusion Team August 2, 2021 09:11 AM UTC

Hi Darko, 

Greetings from Syncfusion Support. 

Could you please confirm whether you need to use any Syncfusion Blazor controls to meet your requirement? 

Regards, 
Nevitha 



DK Darko Kosanin August 2, 2021 12:12 PM UTC

I would use ALL controls.



NR Nevitha Ravi Syncfusion Team August 3, 2021 08:03 AM UTC

Hi Darko, 

Thanks for your update. 

We couldn’t provide you prompt solution with the shared details, so could you please share the following details to help you at earliest? 
  • Whether you want to create application- chess program using Syncfusion controls in Blazor framework?
  • Whether you have already implemented partly?
  • If so please share the code snippets?
  • Whether you wish to host your application?

Regards, 
Nevitha 



DK Darko Kosanin August 3, 2021 08:50 AM UTC

In fact, I would like to host my chess application written in C# variant to enable people to play online . How to do that?



NR Nevitha Ravi Syncfusion Team August 4, 2021 08:08 AM UTC

Hi Darko, 

Thanks for your update. 

We suspect that you want to deploy your application for that you can refer the following links. 

Regards, 
Nevitha 



DK Darko Kosanin replied to Nevitha Ravi August 5, 2021 07:16 AM UTC

Main main question is can I just simple upload all files in C# app like on any other server and just setup few things to work? Or should I code maybe to write new Blazor app to include my C#?  



NR Nevitha Ravi Syncfusion Team August 6, 2021 01:28 PM UTC

Hi Darko,

Thanks for your update. 

You can’t directly use all your files in Blazor application and may refactor your existing code to suits them in Blazor application. Could you please refer the below link to get an idea on developing game applications in Blazor? 

We hope this helps you to move in a right direction. 

Regards, 
Nevitha 


Loader.
Up arrow icon