Tag: code
-
Drawing Plan 76: Challenge, Programming Art, and Pinterest
Hi, friends, for the drawing plan 76, I’m proposing on starting a new challenge. Also, it will have a few questions. Then, I will pass it to a few friends. Upon completion, we will all receive a badge with custom initials. However, I need some time to prepare everything and choose a few loyal bloggers […]
-
How to use Data Annotations?
Interesting snippet from C#, ASP.NET and MVC, that uses the ValidationAttribute Ever wanted to add validation to your MVC view, well look further for more details. The ValidationAttribute will help you validate your model and server-side properties. As a programmer, you will need to add certain rules or attributes to the properties, such as required, […]