7 followers
A full-stack web developer passionate about software development, science and technology.
C# | Dotnet Core | Angular | MS SQL | TypeScript
Some tips on how to review a PR better 路 Peer PR (Pull Request) reviews are an important part of a developer's everyday schedule. Whenever we are...
Adding an extended implementation of the SQL LIKE operation with multiple match expression selectors. 路 EF Core is a very powerful and convenient way of...
Avoid adding multiple parameters to your method 路 Suppose we have to build an object with a lot of different configurations based on a scenario. For...
Putting case when in C# to use 路 Every developer encounters a situation where they have to write a logic that requires checking multiple conditions but...
Integrating Send Grid in your Dotnet Core App 路 Sending an email is an important feature that's required for any production-level application. While...