PinnedAlexHow to implement HttpClientFactory in a .NET Core applicationThis tutorial will explain how to implement the classes HttpClient and HttpClientFactory and the various ways in which to do this.Nov 26, 2023Nov 26, 2023
PinnedAlexinLevel Up CodingHow to search/filter through data in ReactIn this article I am going to show you from scratch how to implement a searchable/filtered list of data in React.Feb 21, 20219Feb 21, 20219
PinnedAlexHow to create your first modal popup for your React-Native appFor many of my React-Native projects I like to create popup modals which contain extra information about the item that I either click or…Dec 19, 20191Dec 19, 20191
AlexSOLID — Dependency Inversion Principle (with C# example)What is the Dependency Inversion Principle?Dec 7, 2023Dec 7, 2023
AlexSOLID — Interface Segregation Principle (with C# example)The Interface Segregation Principle explains that clients should not be forced to implement interfaces they do not use. Interfaces should…Dec 7, 2023Dec 7, 2023
AlexSOLID — Liskov Substitute PrincipleToday we will be going over the L of the SOLID principles, and this stands for Liskov (Substitute), this principle states that you should…Dec 7, 2023Dec 7, 2023
AlexSOLID — Open-Closed Principle with C# exampleThe Open-Closed Principle of the SOLID principles acronym states that software entities such as classes and methods should be open for…Dec 1, 2023Dec 1, 2023
AlexSOLID — Single Responsibility Principle with C# exampleThroughout the internet there are a plethora of articles explaining what SOLID is, what SOLID isn’t, as well as, code examples of how each…Dec 1, 2023Dec 1, 2023
AlexDependency Injection and using AddTransient, AddScoped and AddSingleton in an ASP.NETWithin this tutorial I will give a brief explaination of what dependency injection is, with an example. I will also explain and give…Nov 29, 2023Nov 29, 2023
AlexHow to implement the Options Pattern in ASP.NET Core (Razor Pages)Retrieving configuration information in .NET Core using the options patternNov 23, 2023Nov 23, 2023