Posts by Jaderson Pessoa • 27 points
4 posts
-
0
votes1
answer880
viewsQ: Query all sql tables
Good night I’m starting in the career of developer and I’m creating an application that will read an xml file. I am having difficulty passing a command in the sql database that returns all tables…
-
1
votes0
answers84
viewsQ: Object-oriented unit test
I’m trying to perform an object-oriented unit test, and the same is saying that the object was not instantiated. Follows the code: [DataSource("Microsoft.VisualStudio.TestTools.DataSource.XML",…
-
0
votes2
answers6462
viewsQ: Create excel file with c#
I have a problem: I have to generate a class in C# to create an Excel file, but I’m not getting it. Someone can help me? The idea is to generate an Excel file with a menu and a line with values.…
-
-1
votes1
answer306
viewsQ: Get list of items from a listbox
I am creating a windows form in C# with a listbox and I would like the information saved inside this listbox to be saved in a list to be used in another class.