libcurl.NET Internet Client API
Categories
InternetLicense
MIT LicenseFollow libcurl.NET
Other Useful Business Software
Epicor BisTrack is a powerful business management software designed specifically for the needs of the building materials industry, including lumberyards, construction suppliers, and distributors.
Epicor BisTrack is a powerful business management software designed specifically for the needs of the building materials industry, including lumberyards, construction suppliers, and distributors. Known for its comprehensive suite of tools, BisTrack streamlines operations by integrating inventory management, purchasing, sales, and delivery processes into a single, user-friendly platform. Its advanced reporting and analytics capabilities enable businesses to make data-driven decisions, optimize workflows, and enhance customer service. With robust mobile functionality and seamless cloud-based deployment options, BisTrack supports real-time collaboration and efficient operations across teams, ensuring businesses stay competitive in a fast-paced industry.
Rate This Project
Login To Rate This Project
User Reviews
-
I must say, this project is AWESOME! I have been using it for years to retrieve data from the internet (including projects to log into webpages). There's not a lot of documentation, so it can sometimes be hard to find information, but once you get a nice working solution, you can reuse it. There's one small issue with this. I usually just use the .dll, the stock one (I for some reason never got into the source), and the problem I have been experiencing is a memory leak. I was able to find a way around it however, but if you are using this to do constant fetches to the net (like in my case it was once every 15 secs), a leak does occur. To fix it you need to create a new class with the curl functions, when you are done, declare that variable to null (use to call the class), and then run the Garbage Collector, this seemed to fix the issue after long hours of testing