Related resources for RFC
  • Connect To SAP Using C#6/10/2024 10:53:23 AM. Learn to connect to SAP with C# using SAP .NET Connector 3.0 for RFC and Web services. Implement ECCDestinationConfig and IRfcTableExtension classes. Access SAP functions, structures, and tables with
  • Integrating SAP System With .NET Application6/5/2024 5:37:00 AM. Learn to connect and access data from SAP systems using SAP .NET Connector. Follow steps to integrate sapnco libraries, handle exceptions, and manage platform compatibility for successful execution. E
  • RFC 1123 "R" or "r" Format Specifier in LightSwitch 20126/22/2017 7:09:59 AM. This article describes how to use the RFC 1123 R or r Format Specifier in LightSwitch Visual Studio 2012. The R or r format specifier is a format specifier for the RFC 1123 date and time format standa
  • HTTP Status Codes (RFC 2616) In Web API10/29/2015 2:23:54 AM. In this article we will learn what are HTTP Status codes in Web API. It includes, 204 No Content, 100 Continue, 201 Created , and others.
  • Extracting Modules and Component(RSAParameter) from X509Certificate PublicKey10/3/2012 9:28:28 AM. In some applications, it might be necessary to extract the modulus and exponent from the X509Certificate PublicKey. The X509Certificate.GetPublicKey() returns a byte array that contains the ASN.1 Encoding information along with the modulus and exponent as described in the RFC2459.
  • RFC Architecture for Finance Project (The Invoicing Project)4/6/2009 5:54:42 AM. RFC is an open source initiative for Finance projects. It has reusable components like invoicing, accounting and purchase modules. In this section we will discuss about the Invoicing section of the RFC architecture.
  • FTP Server in C#8/30/2006 3:26:42 AM. The application is a simple implementation of FTP Protocol RFC 959.
  • SmallPOP: Hackish Implementation of POP RFC in .NET12/26/2005 2:05:13 AM. The attached source code and this article contains the details for the C# version of SmallPOP, a quick and dirty component for retrieving e-mail from POP servers.