Speed of Ebay API on C#
I have developed a C# ebay app that goes and search ebay items by keywords using the ebay finding API. I have done one in WinForms and one in ASP.NET(the same functionality on both). Only 10000 items can be retrieved…
I have developed a C# ebay app that goes and search ebay items by keywords using the ebay finding API. I have done one in WinForms and one in ASP.NET(the same functionality on both). Only 10000 items can be retrieved…
I am super stuck on a simple api usage for over a week now. Here are the details. Trying to make an api call to ebay.com. Here is what my code looks like... This is the starting pages code: protected…
I have searched around Google and StackOverflow trying to find a solution to this, but they all seem to relate to ASP.NET etc. I usually run Linux on my servers but for this one client I am using Windows with…
I have a shared hosting account with ASP.NET , Windows Server 2003 , IIS6 and Plesk 8.6 control panel. How can I set the expiry date of CSS, JS and images? Is it possible in shared hosting? With web.config or…
I have registerd my own domain name and web hosting space too on parallels thay are having there plesk control panel. I know that for html pages I need to copy my all pages into httpdoc folder But what about…
I have developed a Web Application using ASP.Net with Microsoft Access as database. Now i have connected to the database using OleDB connection. The problem is when i give the database source in Connection String Source="C:/WebApp/DB/data.mdb". The connection throws an…
I have an affiliate account with Amazon and have been collecting information from the Amazon site for the purpose of sending them buyers. Today, I tested my site and found that all of the requests to Amazon failed. Here is…
I am working on an application like eBay. The application has a cart page for customers where they can see more than 1 items. The items are there to be paid for. The items are with CheckBoxes so user can…
I have a basic MVC view model with annotations, for example: [Required(ErrorMessage="Your Name Required")] [Display(Name = "Your Name")] [DataType(DataType.Text)] [MaxLength(120, ErrorMessage = "Must be under 120 characters")] public String YourName { get; set; } I have a strongly-typed view based…
In my scenario, users are able to upload zip files to a.example.com I would love to create a "daemon" which in specified time intervals will move-transfer any zip files uploaded by the users from a.example.com to b.example.com From the info…