Category: Inspiration

✅ Start with the post “🌿 Grow with Less Force, More Flow”
-
How to use Visual Studio with Multithreading?

Using Visual Studio with Multithreading tips, tricks, C# Programmers who start coding with multithreading and C#, get different first impressions. First, they are either afraid of new frameworks and patterns, then try their own methods. Secondly, they are brave, ready to jump on Visual Studio, C# and start learning multithreading. I had to be brave, I didn’t…
-
What is Data Annotations Extensions?

Data Annotations Extensions MVC C# Visual Studio Data Annotations extensions are for model validation, both on client and server-side. Well, these are great if you’re looking for something simple and fast. Don’t use them if you’re working on a project with many fields and dependencies. If you’re doing complex validation, I would highly recommend writing custom…
-
Broadcaster: How to use effectively use OBS?

Start broadcasting your games and show the public what you can do on the battlefield! I downloaded Open Broadcaster Software, its free, so it was my first choice. However, using the software free and not straightforward to learn. Therefore, be ready a few tutorials and then start streaming. Setup to be a Broadcaster The stream is unique…
-
Reset Form Unobtrusive jQuery validation: How to?

I was looking around for a way to reset form Unobtrusive jQuery validation. In other words, I want to reset everything to default. Unobtrusive validation closely relates to data annotations because they hold the validation rules. For example, you can set up min or max length a text box field. More importantly, how to clear…
-
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,…

