Last post Feb 08, 2019 06:09 AM by Brando ZWZ
Member
33 Points
85 Posts
Feb 07, 2019 12:11 PM|nambir|LINK
Hi Team,
I have a project in VS2012, with .Net version 4.7.1. Can i implement Azure event hub in it? is it compatible?
<httpRuntime targetFramework="4.7.1" />
Star
9831 Points
3120 Posts
Feb 08, 2019 06:09 AM|Brando ZWZ|LINK
Hi nambir,
As far as I know, we could implement Azure event hub in the .Net Framework 4.7.1 application.
We could directly install the WindowsAzure. ServiceBus package from nuget package manager.
Install-Package WindowsAzure.ServiceBus -Version 5.1.0
Result:
More details about how to use Nuget package manager to install the package, you could refer to below article:
https://github.com/paypal/sdk-core-dotnet/wiki/Using-Nuget-in-Visual-Studio-2010-&-2012
About how to use azure event hub in asp.net application, you could refer to below article:
https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-dotnet-framework-getstarted-send
Best Regards,
Brando
Member
33 Points
85 Posts
Azure event hub for VS2012-4.7.1
Feb 07, 2019 12:11 PM|nambir|LINK
Hi Team,
I have a project in VS2012, with .Net version 4.7.1. Can i implement Azure event hub in it? is it compatible?
<httpRuntime targetFramework="4.7.1" />
Star
9831 Points
3120 Posts
Re: Azure event hub for VS2012-4.7.1
Feb 08, 2019 06:09 AM|Brando ZWZ|LINK
Hi nambir,
As far as I know, we could implement Azure event hub in the .Net Framework 4.7.1 application.
We could directly install the WindowsAzure. ServiceBus package from nuget package manager.
Result:
More details about how to use Nuget package manager to install the package, you could refer to below article:
https://github.com/paypal/sdk-core-dotnet/wiki/Using-Nuget-in-Visual-Studio-2010-&-2012
About how to use azure event hub in asp.net application, you could refer to below article:
https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-dotnet-framework-getstarted-send
Best Regards,
Brando