Posts by Thiagopsw • 43 points
3 posts
-
1
votes4
answers179
viewsQ: Create method that avoids code repetition in ASP.NET with SQL
I am building an ASP.NET site, using C#. I want to 'link' the site information (text and images) in an SQL Server database. This part of connection I’ve managed to do successfully. However, I have…
-
1
votes1
answer478
viewsQ: Read Tags with the same name in XML
I am with the following example XML file: <?xml version="1.0" encoding="UTF-8"?> <EnviarLoteRpsEnvio xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"…
-
1
votes2
answers1974
viewsQ: Read specific XML tags?
I need to do the reading of tags specifics of that file XML: <?xml version="1.0" encoding="UTF-8"?> <EnviarLoteRpsEnvio xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"…