Tag: visual studio
-
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…