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
MVC Template
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
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
The Netherlands
robert@xsharp.eu
MVC Template
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:
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:
Best regards,
Leonid
Leonid
MVC Template
Thank you, Leonid. I downloaded it and will have a look.