Boxing & Unboxing in .NETWhen we declare a variable in .NET application, some memory gets allocated to it. This memory has 3 parts: Name, Datatype & Value of the…Feb 25Feb 25
Events & Delegates in C#In C#, delegate helps you set up and run callbacks. It’s like a middleman for one or more function pointers. In the .NET world, we use…Dec 20, 2023Dec 20, 2023
From Cloud to Edge: Edge ComputingEdge Computing is a computing type that takes place on-site or near a specific data source, reducing the need for data to be processed in a…Sep 3, 2023Sep 3, 2023
BLE V.S Wi-FiThe IoT business has evolved dramatically over the last decade, and one subject that has been revolutionised by IoT is wireless…Aug 6, 2023Aug 6, 2023
How a SQL query executes?SQL (Structured Query Language) is a declarative language which means it tells the SQL engine what to do rather than how to do it.Jul 3, 2023Jul 3, 2023