Posts by Elton A. Pering • 142 points
14 posts
-
0
votes2
answers985
viewsA: How to export an HTML/C#(Razor) page to PDF?
I tried using Pdfsharp and Itextsharp. For simple things you need to write a lot of code and it should be encapsulated making your life easier. I suggest using the Ironpdf library that has good…
-
2
votes1
answer138
viewsA: iTextSharp - Add TIFF image to a PDF
I tried using Pdfsharp and Itextsharp. For simple things you need to write a lot of code and it should be encapsulated making your life easier. I suggest using the library Ironpdf that has good…
-
1
votes1
answer102
viewsA: Accept terms of use
This is an issue that may give room for other interpretations. Since the legal environment does not have very well defined what is valid or not. That is, the validity of the consent of the users to…
ipanswered Elton A. Pering 142 -
0
votes2
answers658
viewsA: Mapping Composite key nhibernate with Firebird bank
For a composite key, the above answer almost meets the problem; has another solution, so: Entity public class ItemNota { public virtual int NumeroNota { get; set; } public virtual Int32 Serie { get;…
-
0
votes1
answer342
viewsA: List Dates Online Schedules in One Table
First you’d have to understand what it would look like inside <table> , see: <table> <tr> <th>Usuário</th> <th>Segunda</th> <th>Terça</th>…
-
-2
votes1
answer432
viewsQ: Consultation Group by Linq
It would be possible to consult the table below in a single query? It would be a group by query using Context with Entity Framework where: The 3 customers who spent the most on services per month in…
-
0
votes2
answers3910
viewsA: Why is it important to inform users of the cookie policy?
To know why this kind of warning, you need to understand what cookies are capable of doing. Cookies are a feature of web browsers that store small information on the computer so that websites can…
cookiesanswered Elton A. Pering 142 -
0
votes1
answer735
viewsA: How to select rows in a table?
see if the code below can give you a sense of how to do some of the things you’re looking for. To delete, you would click edit, then open the window with the edited data and you do whatever you want…
-
0
votes1
answer327
viewsQ: New Line Stringbuilder message Box C#
I would like to show in a messagebox the records with line break. but the result is this: I’d like you to stay line by line; My implementation is like this : When I’m debugging, no builder.append I…
-
2
votes2
answers48
viewsQ: Use Firefox to run ASP.NET application
When I debug (F5), before I can choose the browser standard. IE, Google Chrome. I have installed Firefox, but it is not appearing to me.…
visual-studio-2015asked Elton A. Pering 142 -
-1
votes1
answer194
viewsQ: Scraping in Python. Mounting an Insert
I would like to extract this table using maybe Scraping in Python:…
-
3
votes1
answer89
viewsA: Questions with database
there’s a lot of stuff on the internet, search about Data Warehouse, data mining and business intelligence (BI) . is a very interesting area to study and apply. in short, it is the extraction of…
databaseanswered Elton A. Pering 142 -
0
votes1
answer141
viewsQ: How do we know Heroku’s out?
I am facing connection problems, how to know if the Heroku server is really off the air ?
herokuasked Elton A. Pering 142 -
1
votes1
answer118
viewsQ: Initialize server.js IONIC 1 to run in "production"
THE SERVER.JS SHOULD BE STARTED AS SOON AS I RUN IT ON MY MOBILE ? How could I set you up to work that way? This is because I have a service in Mongo, and it needs to be run the connection to Mongo…