SGSumit Guptainsumit9770.hashnode.dev·Nov 26, 2025 · 46 min readReact JSReact is a JavaScript Library for building user interfaces React is used to build single-page applications. React allow us to create reusable UI components. React is a free& open source library. What Is React React is a declarative, efficient, and fl...00
SGSumit Guptainsumit9770.hashnode.dev·Oct 7, 2024 · 8 min readAdo .netWhat is ADO.Net The ADO.NET is one of the Microsoft's data access technology which is used to communicate between the .NET Applicatio (Console,WCF,WPF,Windows,MVC,Web Form,etc) and data sources such as SQL Server Oracle, MySQL,XML document etc ADO.NE...00
SGSumit Guptainsumit9770.hashnode.dev·Aug 6, 2024 · 62 min readOPPS ConceptWhat is a oops : Oops is a paradigm /methodology/ way of programming approach of creating real-world applications, providing security and building business application What is The Constructor :- Constructor is same name of the class name which is us...00
SGSumit Guptainsumit9770.hashnode.dev·Aug 6, 2024 · 2 min readC# Oopsinterview question What are the main concepts of oops ? 1.Object 2.Class 3.Inheritance 4.Polymorphism 5.Abstraction 6.Encapsulation Piller of oops? 1.Inheritance 2.Polymorphism 3.Abstraction 4.Encapsulation What is a Class: A class is a LOGICAL UNIT ...00
SGSumit Guptainsumit9770.hashnode.dev·Aug 3, 2024 · 71 min readSQL Tutorialsql server demo ---------------------- 1 SQL (structured query language) 2 T-SQL (transact-sql) Database :- ---------------- => a db is a organized colllection of interrelated data . For example a univ db stores data related to students,...00