Working with Kubernetes Objects

Contents Replication Controller ReplicaSets Deployments Replication Controller Kubernetes encourages Desired State deployment. Controllers are responsible for managing the pod lifecycle and ensuring that the specified number of pod replicas are…

SQL – Questions

Nth maximum salary in (two ways)  Delete the duplicates in table?  Difference between CTE and Temp tables?  Indexes in SQL and Uses? Table valued parameters in SQL? Transactions in sql…

ADO.NET – FAQ’s

To fetch 10th table from stored procedure in C# using ado.net? How to pass table data in to database? Differenece between connected and disconnected architecture ? Comands to execute the…