Search found 94 matches

by VR
Mon Dec 08, 2025 10:40 am
Forum: Product
Topic: JetBrains / AI powered IDE
Replies: 13
Views: 1120

Re: JetBrains / AI powered IDE

Hi Wolfgang,

since working on a new c# Backend + React Frontend Project, I started using Jetbrains Rider because it supports both c# and react projects. All Jetbrains IDEs use IntelliJ as core component and extend the necessary functionality using plugins. In the case of Rider, they use their other ...
by VR
Mon Oct 27, 2025 2:40 pm
Forum: Deutsches Forum
Topic: WSDL + SOAP
Replies: 4
Views: 625

Re: WSDL + SOAP

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 ...
by VR
Mon Oct 13, 2025 3:29 pm
Forum: Product
Topic: VO vs X# performance
Replies: 10
Views: 2822

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 ...
by VR
Fri Oct 03, 2025 6:36 pm
Forum: Product
Topic: Smtp relay server
Replies: 16
Views: 23901

Re: Smtp relay server

hi,

https://www.mailgun.com/ could be an option. It's a dedicated smtp service for transactional email.
by VR
Thu Sep 25, 2025 5:37 pm
Forum: Visual FoxPro
Topic: Execscript support, Runtime compilation or razor templates?
Replies: 10
Views: 16004

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.
by VR
Wed Sep 10, 2025 11:22 am
Forum: Chit-Chat
Topic: New Version of Visual Studio announced
Replies: 4
Views: 8236

Re: New Version of Visual Studio announced

Interesting. That is good news.

Thanks
by VR
Wed Sep 10, 2025 9:34 am
Forum: Chit-Chat
Topic: New Version of Visual Studio announced
Replies: 4
Views: 8236

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 ...
by VR
Wed Sep 10, 2025 7:47 am
Forum: Chit-Chat
Topic: New Version of Visual Studio announced
Replies: 4
Views: 8236

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
by VR
Mon Jul 21, 2025 5:59 pm
Forum: Suggestions
Topic: The Future of X#
Replies: 12
Views: 37582

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
by VR
Mon Apr 14, 2025 10:33 am
Forum: Deutsches Forum
Topic: Neue Programmversionen zum Download
Replies: 11
Views: 9419

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