BSBoris Stanojevicinbostano.hashnode.dev·Aug 29, 2021 · 5 min readMan's Search For (ValueTask) MeaningPull requests. A way to have an insight on a new feature, discuss design decisions, and ensure codebase quality. If done with the proper attitude and people, also a way to broaden your technical horizons and grow as a professional. Recently, on one o...00
BSBoris Stanojevicinbostano.hashnode.dev·Jun 17, 2021 · 6 min readThe Architecture Of An RDBMS #1When talking about relational databases some of the most common names that come up are Microsoft SQL Server, MySQL, and PostgreSQL. Broadly speaking, what a database represents is an organized set of data that is most commonly stored as a collection ...00
BSBoris Stanojevicinbostano.hashnode.dev·May 15, 2021 · 6 min readOn Indexers In C#C# is a programming language that provides certain syntactical features that we can use when designing members of our types. One of the probably well-known ones is properties, but in this article, I will provide my thoughts on indexers. What are inde...00
BSBoris Stanojevicinbostano.hashnode.dev·Mar 14, 2021 · 5 min readOn Extension Methods In C#In the last article on static classes in C#, I stated that I am not a big fan of extension methods. In this article, I will try to explain why that is so. What are extension methods in the first place? Let us take a look at what Microsoft documentati...00
BSBoris Stanojevicinbostano.hashnode.dev·Jan 22, 2021 · 6 min readOn Static Classes In C#C# is a powerful high-level programming language that has tons of features. One of those features is static classes. In this article, I will provide my own thoughts and feelings on the feature. What are static classes? Static classes are classes that...01A