Well, I'm starting now in C #, but I already have a great experience with PHP and I know more or less Python .
And the means I use to understand is to do something that I found difficult to do in a language I know in a language I do not...
I have the following MessageBox
MessageBox.Show("Deseja iniciar a forma automática?", "Atenção",
MessageBoxButtons.YesNo, MessageBoxIcon.Question)
Can I customize it?
Instead of being the YesNo buttons, put...
I have a Asp.Net MVC project with .Net Framework 4 in Visual Studio, where I need to transform a string with HTML code into a server-side image .
I've tried using this library , but I'm open to new options.
The code looks like this:
Im...
I was trying to get whitespace from a string , but .Trim() does not work, this still displays whitespaces:
var teste = texto.Trim();
txtConteudo.Text = teste;
For example, if it receives: "text text", it continues: "text text" eve...
When I test my application, it returns some specific data, but when the requested data is null, this unhandled exception error appears
ItriedtocapturehimbutIthinkI'mwrong.HowcanIleaveatreatmentthatwarnsinatextboxthattherequesteddatawasnotfou...
I was trying to practice the use of pointers in C #, so I created a website in the following method:
public static Nodo[] MontaTree(){ //... código ... }
Obviously the above code does not make it possible to use pointers, so we need keywor...
I have an Asp.Net MVC project and would like to securely store user passwords in the database.
Home
The goal is to create something that can not be easily decrypted in a few hours of brute force on a PC (I'm aware that with a little more effort...
In some videos in numberphile on the Zeno's Paradox the teacher of the video tried to explain how this paradox worked using the hands to beat palamas (I'm not sure how to explain this but I'll leave the video there in question, please watch...