Category Archives: coding

My Visual Studio Achievements

Finally, you can take a look at my achievements in Visual Studio as well! You may do this as well!

Posted in Blogwelt, coding, Visual Studio | 1 Comment

String.GetHashCode() Internals

While I was eating dinner, I had this somehow suprising question in my mind: How is String.GetHashCode() implemented? Is it fast? It needs a linear time based on the length of the string. This is understandable if you think about … Continue reading

Posted in .net, C#, coding | Leave a comment

Dependency injection & their Pitfalls*

After I had my dependency injection set up and running, I noticed a shift in my way of developing. I started to be more focused on only one class and their implementation at a time. If I felt the need … Continue reading

Posted in C#, coding, dependency injection, Prism | Leave a comment