Posts by ViniJones • 13 points
4 posts
- 
		0 votes1 answer32 viewsQ: How to write this query using lambda Linq in c#The query I have to pass to lamba is as follows: select * from Linguagem inner join Cadastro on Lin_ID=Cad_IDLinguagem and Cad_Situation=0 only coonsegui do until the part of the joint but Where do… 
- 
		0 votes0 answers63 viewsQ: Error reading text file with Filestream C#I am making a program that reads a txt file from the user’s machine, all the other files are normally read only a specific file that when it is read appears the following error. the error is in the… 
- 
		1 votes1 answer418 viewsQ: The file name LaravelI’m saving a file on Amazon’s AWS S3, the file is being saved but it puts an underline and a number in front, as shown below: And this is in the way of getting the URL of the PDF to show the PDF to… 
- 
		-1 votes1 answer207 viewsQ: How to convert a text to htmlIn my database I am saving the body of a news, and it is coming with tags s in html, as I do to show this text without the tags s being saved in the database