xsharp.eu • MVC Template
Page 1 of 1

MVC Template

Posted: Wed Jul 05, 2023 4:31 pm
by boonnam
Thus far I have to use C# to create my MVC projects. Have anyone created a Web service using X#? Do you have suggestions for using X# to create MVC or Web service..

Thanks,
Boonnam

MVC Template

Posted: Fri Aug 04, 2023 7:51 am
by robert
Boonnam,

I don't have much experience with web service projects.
So I am not sure what Visual Studio expects from the project(system) w.r.t. web projects.
I would recommend to start with a C# front end that calls into an X# library for the real work.

Robert

MVC Template

Posted: Fri Aug 04, 2023 8:13 am
by leon-ts
Hello Boonnam,
Some time ago, as a study, I made a test 64bit web service in X# for reading data from MS SQL. If you're interested, I've attached the project below. I deleted my server and database names in it, but you can substitute your own values ​​and explore this test project.

Test X#-project of 64bit web service for MS SQL:
WorkTest.zip
(12.61 KiB) Downloaded 87 times

MVC Template

Posted: Thu Aug 10, 2023 3:10 am
by boonnam
Thank you, Leonid.  I downloaded it and will have a look.