So, I'm creating an editor for a PS2 football game in C #.
And the "color system" of the game is RGB, and so far everything was going very well,
because I was encountering with "normal" Hex codes in the game how to choose the color R: 255 G: 255...
I have an ASP.NET MVC project and I use web.config to save some parameters that will be used by the system, but should not be changed by any users.
Now I have to implement some other parameters that can be changed by users, without ha...
Code optimizer tools aim, for example:
- Code Removal: removes any class code, attribute, or dead method that is not referenced and used in the project.
- Rewrite and reduce functions: rename as much as possible to further increase mem...
According to MSDN a WebApp Class (Microsoft.Owin.Hosting) is Thread Safety . What does this mean exactly?
This class specifically has a method Start that:
Start a web app ....
Would every request to this app...
I would like to add one more condition in my ternary operator. Is it possible for more than two conditions? Or is there another possibility?
I need to insert the ProductCatalogDigital property, which is of the BasicLongDTO type.
Currentl...
I'm making a call in my repository but the CPF does not always exist in the DB. When it does not exist in the database I get the following error.
Repository
public VendedorModel GetById(int CPF)
{
using (var db = new Pow...
I have a method that will receive a string in the format "June 15, 2001", for example, which is equivalent to the date to be compared, I need to pass this string to a DateTime, how would I do this conversion?
My project was working perfectly. I opened it now and it gives me this error:
When I got my grandson I was with my notebook, but I do not think he (3 years) would damage it. It is more certain to be a virus, but I scanned it and did not g...
Hello, I am developing Bingo software for the Church that I attend. Whenyoupressanynumberbutton,itwillappearinthePictureBoxontheside.Asthefollowingimageshows. Now,noticethatthereisthe
I have this call to another page, passing 2 parameters.
Response.Redirect("/frmPVFichaCadastral.aspx?CdProcesso=" + vhdfCdProcesso.Value + "&CdTipoUsuario=" + vhdfCdTipoUsuario.Value)
How do I get these parameters passed here on this pa...