Posts by DANIEL Araújo • 21 points
2 posts
-
1
votes1
answer194
viewsA: Is it possible to make a basic CRUD in JSON file?
Despite the computational cost, an option for this case could be to work directly on serialization and deserialization of class instances that materialize JSON via methods. CRUD work would be in…
-
1
votes4
answers7370
viewsA: Validate content from Textbox
In my project, I had the need to develop various controls to meet specific needs and one of them was precisely the issue above. I developed a Usercontrol that only accepted numbers. The component…