All Questions

1
answer

What do the terms MDI and SDI mean in relation to the software interface?

What do the terms MDI (Multiple Document Interface) and SDI (Single Document Interfaces) mean in relation to the software interface? I read about it, but I am still confused about the terms, perhaps for lack of examples. What are these patte...
asked on 11.04.2016 / 19:56
3
answers

Standardization of "String Resources" nomenclature

To support internationalization, Android has "resource" files called resource in XML, containing the texts to be displayed in the application. By default, the /res/values/strings.xml file has the texts of an Android application....
asked on 09.09.2016 / 15:07
2
answers

Export charts from an Excel worksheet without Interop

I need to read and write data from Excel spreadsheets, and export some graphics, using C #. But I can not use the interop library ( Microsoft.Office.Interop ) for this. How can I do it? Does anyone have any nuGet package indication for...
asked on 03.12.2018 / 15:14
1
answer

Asynchronous function chaining alternatives

I need to make 3% with%. One in each table, and its exact result to use in the%% of% remaining. In the original application, I do a lot of manipulations in the result of each query, which leaves a lot of content, so I summarize my problem in...
asked on 15.07.2016 / 13:16
1
answer

What is the role and responsibility of HTML, CSS and JavaScript technologies when creating the front end?

With these three technologies HTML, CSS and JavaScript can be developed all front-end or client-side of a particular site. So, I would like to know what role and responsibility each of these technologies mentioned above plays in creating t...
asked on 17.04.2016 / 18:36
1
answer

Select multiple CSS classes with wildcard

I want to color all classes of a grid that I downloaded, the Flexbox. It has 12 columns, I want to do something like col-md-* and select all that use this class to color.     
asked on 05.01.2017 / 01:54
1
answer

The Joel Test how does it work?

I came across the following sentence below.    "We achieved 11/12 points on" The Joel Test, "which measures the quality of   software development within our company. " What is it about? How does The Joel Test work? Is it really a software...
asked on 09.07.2016 / 01:19
2
answers

Filter items that do not contain words in my list

I have a personal: List<Grupos> lista = new List<Grupos>(); And I have this code var txtFiltro = "noivas,unhas"; var palavrasFiltro = txtFiltro.ToLower().Split(','); matches = lista.Where(x => !palavrasFiltro.Contains(...
asked on 12.05.2016 / 16:50
4
answers

Responsive picture

How to make the effect below gradually, according to the screen resolution. * No clip, otherwise there would be a lot of media queries, and on this site, the effect seems like a smooth transition. CSS:/*listadenotícias*/.chamada{border-bo...
asked on 05.09.2016 / 15:08
2
answers

EF6 + PostGresql - 22021: invalid byte sequence for encoding \ "UTF8 \": 0xc9 0x52

I am trying to get data from a PostGreSql database with SQL_ASCII Enconding, however in some records I get the error message 22021: invalid byte sequence for encoding \ "UTF8 \": 0xc9 0x52 " / p> I have tried to set the Enconding in the conne...
asked on 04.06.2016 / 22:10