Search results for query: *

  1. J

    Which c# component to learn for better job prospect?

    I am fairly interested in which c# component to learn first. By job prospect, i just mean like the market demand overall or what is the in trend now? I am quite torn between learning asp,net first or xamarin. This is for like my own personal self and also for the future job market maybe like...
  2. J

    Bootstrap like not working properly

    I have a bunch of html and css codes that I ran with sublime text. The output was nice like what I wanted. However, when I wanted to use the same way in asp.net, I transfered the codes from my sublime to asp.net, it seems like the asp.net webpage become smaller and certain features like the...
  3. J

    Example of asp.net project that are good to learn for beginners

    What are example of websites that beginners can learn and create using ASP.NET and c#? Like as a manager or a seasoned programmer, what kind of websites or applications that would impress you if a junior developer showcased his/her portfolio.
  4. J

    Main page disappearing after splash screen loaded.

    I have a splash screen created for when I load my program, then the splash screen will be loaded and then after a few seconds, it will be redirected to my main home page. My main issue here is that the splash screen will be shown and then the main page will be shown for a second only before it...
  5. J

    Trying to understand logic for boolean

    At the moment, my program is able to upload files and display alert messages to users when it is uploaded. The thing is now, after uploading, it is supposed to see if it is a duplicate file or not. If it is, then a message alert will inform the user that it is a duplicate while if it is new ...
  6. J

    Message pop-up for throw catch exception

    The code block below is supposed to sort of compare the hash value of the files and if there is an existing hash, then a message should be notified to the user that it is a duplicate. For now, i am able to see it from the throw catch exception. I just wanted like an error message to be...
  7. J

    Upload No Message Pop-up

    I am using sweet alert alongside c# asp.net. For my download and delete button, the sweet alert display managed to be displayed when the user clicked the button. For the upload button, i wanted that the code will check if the file uploaded by the user was empty or not. If it was empty, then a...
  8. J

    Message Box Appear After User Click Upload Button

    Good day everyone, I have a simple program here and I want that when the user clicks on the upload button, if the file is able to be uploaded, then a message should pop up like "Succesfully uploaded" and If the file already exists in the database, then a message should appear "Please upload...
  9. J

    How to read credentials from user json file for Google Accounts

    I am able to read the google credentials from my json file if I were to provide a path for it. My question would be how I can do it if I want like everytime I run my app, the sign in page to the Google Auth 2.0 will be loaded? I have tried several ways like specifying a path such as string...
  10. J

    Question generate hash value for new file with Google Drive REST Api?

    I am able to upload files into the Google Drive. However, now I would want to generate a hash value for the new file that would be uploaded to the Google Drive so that it can be compared with the other hashes of the files and sort of like display a message if there is a duplicated hash. But for...
  11. J

    No output of hash displayed

    I am currently doing a data deduplication program in C# and so far, I am able to upload, download, select and delete files. However, i would want to generate the hash value of the files in the table of my application. However, there is no hash that is displayed, hence I am unsure if I am doing...
  12. J

    Question Hashing files

    I am currently working on a project that implements google drive rest api alongside asp.net. This project will perform like a basic data deduplication whereby duplicated files in the google drive will be detected and not allowed to be uploaded. Hence, in order to do this, I need to hash the...
Back
Top Bottom