- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Upgrading SAP .NET Connector from .NET 2.0 to .NET 3.0
You are correct. NET Connector 2.0 uses proxy classes however .NET Connector 3.0 uses generic API. You need to rewrite all code that include NCo interaction.
.NET Connector 3.0 has many benefits over .NET 2.0:
- NCo 3.0 Is more stable, robust and supports heavy load
- .NET 3.0 provides better design of your application by decoupling the connection handling.
- It consumes less memory
- Allows dynamic programming without the need for proxy generation
- Can dynamically look up metadata (so if something changes in the related ABAP system – e.g. if parameters in a function module signatures are added or the ABAP system is switched from Non-Unicode to Unicode, you no longer need to regenerate the proxies and recompile your solution)
- Is no longer bound to a special Visual Studio version.
To know more about SAP NCo 3.0, you can refer this link:
- Related Articles
- Upgrading SAP.NET Connector 1.0 to .NET Connector 3.0
- Connecting SAP system from C# application via .NET Connector 3.0
- Adding a field to SAP RFC table using .NET Connector 3.0
- Alternative of SAP .NET Connector
- Downloading file using SAP .NET Connector
- Modifying or Executing SAP jobs using .NET Connector
- Writing a material on SAP system via .NET Connector
- With use of SAP .NET Connector to perform an upgrade
- Downloading SAP.NET connector to integrate .NET application with SAP system
- Values are not readable while calling RFC method in .net via SAP.NET Connector 2.0
- How to extract data from SAP using .NET provider.
- Parsing SAP Logon ticket with .NET
- Fetching list of products from SAP: connecting SAP database from .net application
- Creating orders in SAP system using .Net
- Error while connection SAP HANA with .NET

Advertisements