Month: April 2024

Asp.Net Questions Answers
.Net Core Asp.Net Interview

Asp.Net Top 20 Interview questions answer for freshers

Starting a career in ASP.NET development can be an exciting journey, but it often begins with facing interviews that can feel daunting. To help you prepare effectively, here are the top 20 ASP.NET interview questions along with detailed answers that will not only boost your confidence but also showcase your knowledge and skills. 1. What […]

Read More
C# Interview Questions Answer
C# Interview

C# Interview questions answer for freshers

Are you gearing up for a C# programming interview? Whether you’re a recent graduate or transitioning into a software development career, mastering the basics of C# is crucial. To help you prepare, here are the top 20 C# interview questions along with concise answers tailored for freshers. 1. What is C#? C# is a modern, […]

Read More
MySQL Database Size
Database MySQL

List table sizes from a given database

The below query will be used to get the table sizes from a given database in MySQL. The above query will produce an output like the below table Query to get the list of tables with sizes   Here I have taken only 20 rows to limit the query result else if the database is […]

Read More