When we try to update the existing date with Entity Framework, you might to following steps. In above case, application will get following error. To resolve this error, this .AsNoTracking()…Continue readingUpdate entity with Auto Mapper
What is the difference between String and string in C# code? I reviewed one of our team members code and realized that he changed some existing code from string to…Continue readingString vs string in C# code