Click here to Skip to main content
15,896,557 members

Comments by SKOTAJI (Top 38 by date)

SKOTAJI 7-Jan-14 7:57am View    
A kiosk, where it will be used to buy cinema tickets or etc .. there I am planning to give eCart advs to buy goods from the near by shopping mall.. So, it gives good hospitality along with cinema ticket. .. to do that - I need to provide payment gateway checkout. :)
SKOTAJI 7-Jan-14 7:56am View    
A kiosk, where it will be used to buy cinema tickets or etc .. there I am planning to give eCart advs to buy goods from the near by shopping mall.. So, it gives good hospitality along with cinema ticket. .. to do that - I need to provide payment gateway checkout. :)
SKOTAJI 5-Nov-13 0:41am View    
Hi,

I want to mention one thing here is - this logs main object is to store a metric information to collect for a period of 365 days of 365 records. So, NLog is mainly suitable for logging Debug or Trance information. So I believe Sqlite gives good performance.

In my project there is an hardware interaction and those areas already logging the various metric informations in WMI. So, from .Net point of view this is not correct I believe and I am going opposite to Senior Management's aspect and not to store towards WMI.

I have observed for a transaction with WMI - its taken 33 sec. and without WMI it is 28 sec. As a design change to improve this I am proposing Sqlite Metrics logging. Hope this works. I did POC on this - its take for a record to enter is 8 m.sec. for a transaction complete is 30 sec. Some improvement is there. Metrics object will have an employee record type of 6 fields at max.

Hope this works good. Suggest me.
SKOTAJI 12-Aug-13 1:33am View    
Hi, Thanks for the comment. I am still in confusion.. could you please elaborate the solution to proceed with..
SKOTAJI 31-May-12 7:37am View    
Check the IFaxDoc interface .. it has list of return codes.

public interface IFaxDoc
{
[DispId(29)]
string BillingCode { get; set; }
[DispId(35)]
int CallHandle { get; set; }
[DispId(34)]
object ConnectionObject { set; }
[DispId(2)]
string CoverpageName { get; set; }
[DispId(26)]
string CoverpageNote { get; set; }
[DispId(27)]
string CoverpageSubject { get; set; }
[DispId(5)]
int DiscountSend { get; set; }
[DispId(31)]
string DisplayName { get; set; }
[DispId(30)]
string EmailAddress { get; set; }
[DispId(33)]
string FaxNumber { get; set; }
[DispId(1)]
string FileName { get; set; }
[DispId(8)]
string RecipientAddress { get; set; }
[DispId(9)]
string RecipientCity { get; set; }
[DispId(7)]
string RecipientCompany { get; set; }
[DispId(12)]
string RecipientCountry { get; set; }
[DispId(14)]
string RecipientDepartment { get; set; }
[DispId(16)]
string RecipientHomePhone { get; set; }
[DispId(6)]
string RecipientName { get; set; }
[DispId(15)]
string RecipientOffice { get; set; }
[DispId(17)]
string RecipientOfficePhone { get; set; }
[DispId(10)]
string RecipientState { get; set; }
[DispId(13)]
string RecipientTitle { get; set; }
[DispId(11)]
string RecipientZip { get; set; }
[DispId(3)]
int SendCoverpage { get; set; }
[DispId(20)]
string SenderAddress { get; set; }
[DispId(19)]
string SenderCompany { get; set; }
[DispId(22)]
string SenderDepartment { get; set; }
[DispId(36)]
string SenderFax { get; set; }
[DispId(24)]
string SenderHomePhone { get; set; }
[DispId(18)]
string SenderName { get; set; }
[DispId(23)]
string SenderOffice { get; set; }
[DispId(25)]
string SenderOfficePhone { get; set; }
[DispId(21)]
string SenderTitle { get; set; }
[DispId(4)]
int ServerCoverpage { get; set; }
[DispId(28)]
string Tsid { get; set; }

[DispId(32)]
int Send();