Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
I am looking for approach and not any code here - What is the best method to implement ajax like content fetch (from DB) in WinForms ?
AJAX is a web term. Retrieve your data via an API.
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 11 hours ago.
Improve this question
I keep user credit card information in database. After the user enters the cc information, I encrypt it with BCrypt and keep it in the database.
Do you think it is safe enough? If not, how can I save it to the database more securely with C#?
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 days ago.
Improve this question
How can we connect the git repository using c# code.I have to perform the read write operation. Coping files from one repository to another or from local machine to another repository using c# code.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 months ago.
Improve this question
I am a junior developer. Is this the best practice to initialize and call methods on a string in one line? I find it unreadable but not sure if there is any advantage to doing so.
public static string something = "ABC".toLower();
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I'm having difficulty trying to remember the term describing the wasted time of trying to understand the code of a legacy application that has no documentation. I had thought the term was code rediscovery, but Google is telling me I'm misremembering.
You are probably referring to Software/Code Archaeology which is the process of studying badly/not documented legacy projects/code.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I have to create a module using c# to consume Zimbra Webservice (soap protocol)
I wonder if anybody has already done this kind of project (talking about the Zimbra part)?
Regards,
you can find it here:
http://zimbra.svn.sourceforge.net/viewvc/zimbra/trunk/ZimbraCSharpClient/
and how to use it ... here :
http://www.zimbra.com/forums/developers/14017-zimbra-csharp-client-library.html