Hallo,
ich würde ein c# Assembly machen, wo ich den Soap Service als Service Reference importiere und dann die Assembly in x# aufrufen.
https://learn.microsoft.com/en-us/dotnet/framework/wcf/how-to-create-a-wcf-client
Der Vorteil ist, dass man die Service Reference auch aktualisieren kann, wenn ...
Search found 93 matches
- Mon Oct 27, 2025 2:40 pm
- Forum: Deutsches Forum
- Topic: WSDL + SOAP
- Replies: 4
- Views: 403
- Mon Oct 13, 2025 3:29 pm
- Forum: Product
- Topic: VO vs X# performance
- Replies: 10
- Views: 2190
Re: VO vs X# performance
There are tools that help you identity performance problems in dotnet.
Visual Studio has the performance profiling tools: https://learn.microsoft.com/en-us/visualstudio/profiling
An alternative are dotTrace and dotMemory from Jetbrains. They are not cheap, but contain some very helpful features ...
Visual Studio has the performance profiling tools: https://learn.microsoft.com/en-us/visualstudio/profiling
An alternative are dotTrace and dotMemory from Jetbrains. They are not cheap, but contain some very helpful features ...
- Fri Oct 03, 2025 6:36 pm
- Forum: Product
- Topic: Smtp relay server
- Replies: 16
- Views: 23105
Re: Smtp relay server
hi,
https://www.mailgun.com/ could be an option. It's a dedicated smtp service for transactional email.
https://www.mailgun.com/ could be an option. It's a dedicated smtp service for transactional email.
- Thu Sep 25, 2025 5:37 pm
- Forum: Visual FoxPro
- Topic: Execscript support, Runtime compilation or razor templates?
- Replies: 10
- Views: 15582
Re: Execscript support, Runtime compilation or razor templates?
You could consider third party scripting engines like
* https://github.com/scriban/scriban
* https://github.com/Handlebars-Net/Handlebars.Net
Both are availabe as nuget.
* https://github.com/scriban/scriban
* https://github.com/Handlebars-Net/Handlebars.Net
Both are availabe as nuget.
- Wed Sep 10, 2025 11:22 am
- Forum: Chit-Chat
- Topic: New Version of Visual Studio announced
- Replies: 4
- Views: 8040
Re: New Version of Visual Studio announced
Interesting. That is good news.
Thanks
Thanks
- Wed Sep 10, 2025 9:34 am
- Forum: Chit-Chat
- Topic: New Version of Visual Studio announced
- Replies: 4
- Views: 8040
Re: New Version of Visual Studio announced
Robert.
At least on the announcement, the say that:
Visual Studio now offers compatibility with extensions developed for Visual Studio 2022, enabling you to install your favorite extensions on day one.
But your integration is probably quite deep, so it's very likely that some things changed ...
At least on the announcement, the say that:
Visual Studio now offers compatibility with extensions developed for Visual Studio 2022, enabling you to install your favorite extensions on day one.
But your integration is probably quite deep, so it's very likely that some things changed ...
- Wed Sep 10, 2025 7:47 am
- Forum: Chit-Chat
- Topic: New Version of Visual Studio announced
- Replies: 4
- Views: 8040
New Version of Visual Studio announced
Microsoft announced a new version of Visual Studio called Visual Studio 2026... No release date yet, just an insider version for now.
https://visualstudio.microsoft.com/insiders/?rwnlp=de
https://visualstudio.microsoft.com/insiders/?rwnlp=de
- Mon Jul 21, 2025 5:59 pm
- Forum: Suggestions
- Topic: The Future of X#
- Replies: 12
- Views: 37144
Re: The Future of X#
One idea for noncommercial projects could be to create a community license for these kinds of projects. A requirement for this license could be that it can only be used for projects that are open source (i.e., contain an open source license file and are published in a public git repository).
Volkmar
Volkmar
- Mon Apr 14, 2025 10:33 am
- Forum: Deutsches Forum
- Topic: Neue Programmversionen zum Download
- Replies: 11
- Views: 9084
Re: Neue Programmversionen zum Download
Hallo,
sobald das Programm auf einem Netzwerk läuft, wird das ganze problematisch.
Für lokal installierte Programme gibt es unter anderem 2 interessante Projekte aus GitHub:
https://github.com/velopack/velopack
https://github.com/ravibpatel/AutoUpdater.NET
Volkmar
sobald das Programm auf einem Netzwerk läuft, wird das ganze problematisch.
Für lokal installierte Programme gibt es unter anderem 2 interessante Projekte aus GitHub:
https://github.com/velopack/velopack
https://github.com/ravibpatel/AutoUpdater.NET
Volkmar
- Sun Feb 09, 2025 4:33 pm
- Forum: Product
- Topic: Format document in X# 2.21
- Replies: 17
- Views: 14724
Re: Format document in X# 2.21
There's one thing I would be willing to change, which is commenting/uncommenting with a simple one key toggle, like Ctrl B in VO. Unfortunately, that is not possible. Nobody at Microsoft was smart enough to see that a toggle is the only logical way.
Instead of Ctrl K Ctrl C , Ctrl K Ctrl U ...

