-
Recent Posts
Recent Comments
- sandeep on About
- Alpesh Rathod on Sorting and merging geometries in Oracle Spatial
- MOHAN GOKAVARAPU on Sorting and merging geometries in Oracle Spatial
- JUM on Sorting and merging geometries in Oracle Spatial
- Stephan Deckers on Sorting and merging geometries in Oracle Spatial
Archives
Categories
- .Net Core
- Blazor
- Bundling
- Certificate
- Custom Commands
- Debugging
- G/Technology
- Intergraph
- Metadata
- Minification
- MVC4
- Netviewer
- Oracle
- Oracle Spatial
- PL/SQL
- Security patch
- Tooltips
- Uncategorized
- ViewComponents
- Visual Studio
- Visual Studio 2012
- Visual Studio 2019
- Visual Studio 2022
- WASM
- WebService
- Windows 2003
-
Category Archives: WebService
Configuring Webservice endpoints in a .Net Core Webapplication
If you need to invoke a WCF-Soap compliant Webservice from an ASP.Net application, the endpoints for it are stored in the Web.Config: If you need to invoke the same Webservice from an ASP.Net Core application, there is no Web.Config and … Continue reading