Posts by André Figueiredo • 173 points
4 posts
-
2
votes1
answer103
viewsA: Doubts about table of states and cities
Of course, in terms of performance, it is better if the information is defined directly in the code, as it avoids communication with the database or any other structure that makes it available.…
-
-1
votes1
answer34
viewsA: Search broken links(path) in the project in Visual Studio
To verify which files are not being used, there is (at least) this extension. In relation to missing references, Resharper has this type of verification.…
-
1
votes3
answers2635
viewsA: How to put my ASP.NET site online
Danilo, Simple and direct answer: No. The extent .cshtml is used by the ASP.NET View Engine Razor, which may contain code other than HTML, but is ultimately rendered pure HTML. +info:…
asp.net-mvcanswered André Figueiredo 173 -
1
votes3
answers8309
viewsA: What Java byte serves
Well, byte is a data type consisting of 8 Bites. There are several uses of this type of data, among them, for example: Masks; Images, Strings, Dll’s, among many other data types/compiled objects;…
javaanswered André Figueiredo 173