PinnedPublished inAbhima C# ProgrammingSimplify Data Validation in .NET with Record ValidatorIntroductionJan 141Jan 141
Published inAbhima C# ProgrammingDesign Patterns in Action: Mastering the Repository PatternRepository pattern is used mostly in scenarios where we need to do CRUD operations on database. Earlier we used to create separate data…Jan 211Jan 211
Published inAbhima C# ProgrammingThe easiest way to validate your data using Record ValidatorMay 5, 20241May 5, 20241
Published inAbhima C# ProgrammingHow to maintain sequence using enum Flags attributeHave you ever faced an issue where you want to have all the previous enum values from the current value but you ended up creating a new…Aug 19, 20231Aug 19, 20231
Published inAbhima Database TechnologyFetch clause in SQLToday, we are going to discuss about the Fetch clause and some of the unknow keywords used along with it. Fetch clause limits the number of…Jul 29, 20231Jul 29, 20231
Published inAbhima C# ProgrammingHow to bring down the memory usage using interface?Have you been in any situation, where you don’t want to use some functions of the class but then also that function is occupying the space…Jul 16, 20231Jul 16, 20231
Published inAbhima Database TechnologySimple way to stop accidental update and delete in the DatabaseToday we are going to show you that how you can minimize the accidental update and delete on non-intentional data by using view.Feb 5, 2023Feb 5, 2023
Published inAbhima Database TechnologyEnums in PostgresSQL & when to use themHow to use enum data type in PostgresSqlJan 7, 2023Jan 7, 2023
Published inAbhima Database TechnologyArray in Postgres SQL Part 2In our Previous article we have shown you the basics of Array Data type in Postgres SQL. Now in this article you will see some advance…Dec 31, 2022Dec 31, 2022
Published inAbhima Database TechnologyArray in Postgre SQLYou would have seen Array in multiple programming languages but today we are going to see Array in Postgre SQL with different data types.Oct 5, 2022Oct 5, 2022