Skip to content

Instantly share code, notes, and snippets.

@eduardoalba
eduardoalba / Log4NetHelp.md
Created February 25, 2021 14:11 — forked from HarryAmmon/Log4NetHelp.md
Log4Net .NET Core Console App Quickstart

Log4Net .NET Core Console App Quickstart

Getting Log4Net working with a .NET Core console app is simple. You may have found guides for getting Log4Net working on a .NET Framework project. The setup is similar but requires a few additional steps. This quick start assumes you are using Visual Studio 2019.

Installing Log4Net

This process is the same for installing any other package using NuGet. Either the Package Manager Console or the Manage NuGet Packages GUI can be used.

Package Manger Console

Open the Package Manager Console and run the following command.

@eduardoalba
eduardoalba / rfc-sap-dotnet.cs
Created September 2, 2020 13:14 — forked from georgepaoli/rfc-sap-dotnet.cs
Exemplo de integração com SAP via RFC em C#
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SAP.Middleware.Connector;
namespace exemplo
{
@eduardoalba
eduardoalba / rfc-sap-dotnet.cs
Created September 2, 2020 13:14 — forked from georgepaoli/rfc-sap-dotnet.cs
Exemplo de integração com SAP via RFC em C#
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SAP.Middleware.Connector;
namespace exemplo
{