Posts by PauloJ • 29 points
4 posts
-
-3
votes2
answers513
viewsA: Monetize Windows Forms C#?
Windows Forms is increasingly out of use, so I find it hard to find something like this. However, it is fully possible to monetize applications (either for Pcs, tablets or Mobile). Microsoft itself…
-
0
votes3
answers645
viewsQ: SQL Server subquery is always returning null. How to fix.
I have a Procedure and a COMMON TABLE EXPRESSION(subquery). This my CTE does a search and offers to my query the result, my query then uses the results of it. In my table Address I have a field…
-
2
votes2
answers2412
viewsQ: How to implement an abstract method in a daughter class?
I abstracted a method from an abstract class as well. But I’m not sure how to implement this method in the daughter class. Here’s my code, what I fix? using System; using System.Collections.Generic;…
-
-1
votes1
answer449
viewsQ: Problem with builder
This is the code of my class: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Banco_Exercicio1 { public class Conta { public string Titular { get;…