One of errors you can get in case of improperly used FindAsync() function is: System.ArgumentException: The key value at position 0 of the call to ‘DbSet<Product>.Find’ was of type ‘Guid’, which does not match the property type of ‘int’. The…
One of errors you can get in case of improperly used FindAsync() function is: System.ArgumentException: The key value at position 0 of the call to ‘DbSet<Product>.Find’ was of type ‘Guid’, which does not match the property type of ‘int’. The…
To cut a very long story short, ASP.NET Core with Entity Framework package provides a kind fo bridge between models represented as code/class and tables/fields in database. This way, we can do more by writing code, instead jumping between code…
ASP.NET Core starting with version .NET 6 is game changer in my opinion. I mean ASP.NET Core which is cross platform, not the old ASP.NET. With ASP.NET Core you can build Web APIs and MVC sites rather easier than with…
First of all – due to Catch 22 to get a first job is difficult, but doable. To find job, you need experience, but to get experience, you need a job. This is Catch 22. Obviously, as a minimum you…
Is it worth learning PHP? In other words: is PHP programming language bad? No, it isn’t. It only looks that way, but PHP projects – especially legacy ones – are very messy. Often you will find that no documentation exists…
To decide which IDE you will use for C++ development is a very important decision. Tools are important. For programming in C++ I had so far experience with mainly Eclipse, Xcode, Visual Studio, Visual Studio Code, PyCharm, CodeLite and CLion,…
Before I start explanations, I have to note, that exact address values for variables used in the examples in this article can be different, because they may depend on machine memory architecture and used OS. References – the very basic…
This mouse can be solution to mouse arm syndrome / shoulder pain problems, anyway it helped me. I had pain in wrist, elbow and shoulder because of much time I was spending using computer mouse (generic cable computer mouse), and…