MVC Template

This forum is meant for questions and discussions about the X# language and tools
Post Reply
boonnam
Posts: 88
Joined: Mon May 08, 2017 6:42 pm
Location: USA

MVC Template

Post 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
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

MVC Template

Post 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
XSharp Development Team
The Netherlands
robert@xsharp.eu
leon-ts
Posts: 429
Joined: Fri Feb 03, 2017 1:43 pm

MVC Template

Post 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 49 times
Best regards,
Leonid
boonnam
Posts: 88
Joined: Mon May 08, 2017 6:42 pm
Location: USA

MVC Template

Post by boonnam »

Thank you, Leonid.  I downloaded it and will have a look.
Post Reply