Skip to content

Instantly share code, notes, and snippets.

We couldn’t find that file to show.
@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
{

Intel® Hardware Accelerated Execution Manager (Intel® HAXM)

Error message

This computer does not support Intel Virtualization Technology (VT-x) or it is being exclusively used by Hyper-V. HAXM cannot be installed. Please ensure Hyper-V is disabled in Windows Features

If you already turned off the Hyper V and Windows Hypervisor plataform and could not install the HAXM. You can try it.

Run Command Prompt as Administrator and type:

@eduardoalba
eduardoalba / git-essentials.md
Last active May 8, 2020 20:36
My compilation of git links and commands