MOTOSHARE 🚗🏍️
Turning Idle Vehicles into Shared Rides & Earnings

From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.

With Motoshare, every parked vehicle finds a purpose. Owners earn. Renters ride.
🚀 Everyone wins.

Start Your Journey with Motoshare

How to Host your own Nuget Feed? | Step by Step Guide | Tutorial

hosting-your-own-nuget-feed

Hosting your own Nuget Feed? 1. Local File Based Package Source Limitation with fles based source – It does not have nuget capable feed. Can not push the package. We will have to copy into local directly Can not use Nuget Gallery 2. Setup Nuget.Server Step 1 – In Visual Studip, New Project and Select … Read more

How to Publish a Nuget package in NuGet Gallery?

publish-a-nuget-package-in-nuget-gallery

How to Publish a Nuget package in NuGet Gallery? Step 1 – Create an account at NuGet.org Head over to http://nuget.org/ and register for an account. Once you do that, click on “My Account” to see an API Key that was generated for you. Step 2 – In a command console, run the command: $ … Read more

How to create a package in Nuget? | Nuget Tutorial

create-a-package-in-nuget

Hosting your own Repository in Nuget How to create a package in Nuget? Mehtod 1 – From An Assembly If you have an assembly, you can easily generate a nuspec file from metadata within the assembly and create a package. $ nuget spec MyAssembly.dll This creates a Nuspec file. Edit the NuSpec file as needed … Read more