I have two custom validation method for two class attributes. Both share the same code, but for different attrs. Could you help me reduce code duplication here?
I've tried the usual way of: var form = new FormCollection { "WeekList" = weekfilter, "PracticeList" = practicefilter} and all possible deviations I could th
I have been dealing with an issue with min and max width usage in the last few years with websites I am developing for the company I work for. Though I can ea
i've tried to make a project, but i can't draw a sprite as i want. I mean that everything works when i just draw a sprite, but it stop working when i am trying
I am following these tutorials: https://docs.microsoft.com/en-us/azure/azure-maps/tutorial-creator-indoor-maps https://docs.microsoft.com/en-us/azure/azure-maps
I am authenticating with identityserver4. I am using database sql server. I have completed migration processes, user registration and user authorizations. There
I've been trying to write a regex to match for Severity Errors 17 - 25, looking at the error log. (I can provide the full code necessary to get the error log re
I am having 2 entities Customer and Orders and they are related customer --------- CustomerId name Order --------- OrderId OrderDate CustomerId I want to f
Whats' the difference between initializing a string using quotes vs preceding it with the colon? I.e "bobo" vs :bobo. When you inspect them they appear the sam