Question : I’m using a combobox component with Dapper , but I’m not able to fill in the combobox correctly, […]
Tag: c
What is the ‘let’ statement in a LINQ query?
Question : I have the following LINQ query: var source = from em in query select new { Id = […]
Using DTO and ViewModel in ASP.Net MVC Project
Question : I have an ASP NET MVC 4 project with the following projects: Domain Repository Contracts (interfaces) DTO’s And […]
When to use these commands?
Question : What criteria do I use to apply the getch(); , return0; , and system(“pause”) commands to the end […]
“Invalid Data” error when trying to decrypt a file using TripleDES
Question : I am developing a routine that decrypts information from a “.txt” document using TripleDES. However when decrypting it […]
C ++ – Stopping condition in repetition structure
Question : How to place this code in a repeat structure so that after the calculation the “Type S to […]
Updating application (C #) in real time with the Database (Mysql)
Question : I’m creating a client server application, the application would run on multiple machines using the same database (mysql) […]
How do I log in to a desktop application via a web application?
Question : I have a web application developed with ASP.NET MVC and login by storing the data in the Session. […]
How to name the foreign key in the Entity framework
Question : public class Lancamento { // Colunas e métodos omitidos [Column(“IdContaBancaria”)] public virtual ContaBancaria ContaBancaria { get; set; } […]
C programming using GTK
Question : I have to make a game like work in college (Scrabble). The problem is as follows. When the […]