Posts by Paulo César • 1 point
2 posts
-
3
votes1
answer96
viewsA: Where should I put the model classes (POCO) in a C#Solution?
When you create an Asp.Net MVC Project, the automatically created Models folder has this purpose, that is, it is within the main solution. But nothing prevents you from creating another project and…
-
0
votes1
answer177
viewsA: Encrypt password in.config app
Yes, there is a way. I have already needed to do this, but I did it in the simplest way possible. I set up this whole connection structure via code. For example, in my app.config or web.config file,…