Posts by Vagnerlandio Nunes • 53 points
3 posts
-
0
votes1
answer248
viewsQ: Update a website to a newer version of Rails
How to upgrade a website developed in Ruby on Rails to a newer version of Rails? For example from 4.2.4 to a possible Rails 5.0.0. I’m still beginner in the language and framework and I was left…
-
1
votes8
answers45010
viewsA: What is the difference between C# and ASP.NET?
C# => Programming Language. ASP ~> => Technology. ASP.Net => Technology using the Framework . Net. .Net => Framework.
-
4
votes2
answers122
viewsQ: Doubt - Logic of numbers changing places
I’m trying to put together a C algorithm to find integer numbers that change places by multiplying by another. I haven’t found problems like this on the Internet, I don’t even know if there’s a way…