SOLID Design Principles
S.O.L.I.D is an acronym for the first five object-oriented design(OOD) principles .These principles, when combined together, make it easy for a programmer to develop software that are easy to maintain and extend.
View MoreS.O.L.I.D is an acronym for the first five object-oriented design(OOD) principles .These principles, when combined together, make it easy for a programmer to develop software that are easy to maintain and extend.
View MoreThe DRY (Don't Repeat Yourself) principle is a design principle that promotes code reusability and maintainability by avoiding duplication of code. The DRY principle states that every piece of knowledge or logic in a software system should have a single, unambiguous, authoritative representation.
View MoreIn this article, I am going to share a free NuGet package which will help you do to the following in the free of cost and package name is RSEasyExceptionHandler.
View MoreMongoDB and PostgreSQL are the most popular open-source databases that almost all companies use. This blog will see a detailed comparison between MongoDB vs PostgreSQL.
View MoreSQL Injection is a technique that results in unauthorized SQL commands being executed against your database. SQL injection usually occurs due to taking user input and concatenating it with hard-coded SQL statements that form part of an application's code base. The user input has been explicitly crafted to alter the SQL that the program's designer intended to execute.
View More.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML.
View MoreSSL stands for Secure Sockets Layer and, in short, it's the standard technology for keeping an internet connection secure and safeguarding any sensitive data that is being sent between two systems, preventing criminals from reading and modifying any information transferred, including potential personal details
View MoreThe implementation was pretty simple - I had to invoke an external API for every input request and return the records returned by the API; pretty much the role of an aggregator for some underlying data services.
View MoreBlazor is a single-page app framework for building interactive client-side Web apps with .NET. Blazor uses open web standards without plugins or code transpilation.
View MoreThis basic tutorial shows you three ways on how you can implement URL Rewrite rules using the Microsoft.AspNetCore.Rewrite library.
View MoreThere are two simple steps to point a GoDaddy domain to an EC2 instance — create an elastic IP for that EC2 instance you are integrating, and connect the elastic IP to your domain.
View MoreMicrosoft’s Visual Studio is one of the most popular developer IDEs in the world. Not only is Visual Studio modern, feature-rich, and advanced, but it also gets more frequent updates than any other IDE out there. The next version of Visual Studio is going to be Visual Studio 2022. The Visual Studio team just released the first public preview of Visual Studio 2022.
View MoreGit is nowadays a must-have skill for any developer. There is no way you’ll work on a project without a version control tool. The most famous and used is Git.
View MoreThe 5Ds define the opportunities for consumers to interact with brands and for businesses to reach and learn from their audiences in different ways:
View More.Net Core is a lightweight and cross-platform version of the DotNet framework and the awesome thing is Developers required the same expertise to work with Asp.Net Core as .Net Framework.
View More“java.exe” exited with code 2 Xamarin.Android project
View More