Posts by Thyago Campos • 115 points
4 posts
-
0
votes2
answers86
viewsA: Save photo to database and then display it
Hello. Try changing the type of the Binary parameter to Image. comando.Parameters.Add(new SqlParameter("@FT_ALUNO", SqlDbType.Image));
-
7
votes1
answer87
viewsQ: Use of predicate and lambda expression
I am studying WPF and the MVVM model by the following article : https://msdn.microsoft.com/en-us/magazine/dd419663.aspx In the implementation of the Icommand interface, the author defines the…
-
2
votes0
answers36
viewsQ: Animation with dependency Property
I’m studying dependency properties in WPF. In all the articles I read I cited the use of this resource in the animations, but I could not find any application. What is the advantage of using a…
-
2
votes1
answer43
viewsQ: Edit default Errotemplate layout
I implemented the interface Idataerrorinfo, that is working according to the image below. I didn’t create my Errortemplate, what is being used is the . NET default. I wonder if there is somewhere…