Search results for query: *

  • Users: ahmedsa
  • Content: Threads
  • Order by date
  1. A

    How to detect when client delete license file desktop app ?

    I working on desktop application windows desktop made by csharp I make license file have period of license as 30 day and start date and computer mac address my issue is clients delete license file so desktop app start as first day after delete this file so how to prevent users from delete...
  2. A

    Question How to handle multithread on singleton pattern ?

    I work on web api with asp.net core 3.1 I use singelton pattern on my web app so my question is on singlton pattern objects are the same for every object and every request so How to handle multithread on singleton pattern ?
  3. A

    What is best scenario on desktop app for 30 day trial license ?

    I work on windows desktop application using c# I need to sell my app so I need to protect him using license for 30 day then after that client can't use my app as trial version so what best technology or technique that can do that as free library ? What I have tried: I stored key and value...
  4. A

    How to read barcode scanner and receive it on datagridview pos pharamacy ?

    I work on c# windows desktop application on POS Form for pharmacy I need to read barcode to datagridview for every item AND when read another item again go to next line for every reading barcode so are there are any sample for pos form with datagridview on GitHub or any web site so i can't...
  5. A

    Specific cast is not valid in linq query when compare two tables

    Problem Error display in linq query "specific cast is not valid" at System.Data.DataRowExtensions.UnboxT`1.ValueField(Object value) at System.Data.DataRowExtensions.Field[T](DataRow row, String columnName) LinqQuery give error var query1 = (from x in table1.AsEnumerable()...
  6. A

    Question Many To Many Relationship In Windows Form How I Represented It(Need Only Forms Nocode

    I make many to many relationship in erd diagram in sql server 2005 between ca and driver as following car table driver table car_driver table. I need to make fleet management program. When I make forms in windows form are i make car form driver form car_driver form When i insert data are...
Back
Top Bottom