inetrview questions Interview questions Top 10 SqlServer Stored Procedure Interview Questions Answers For Freshers By Mallikarjun A 18:02:00 Add Comment 1). What is Stored Procedure? Ans: A stored procedure is a named group of SQL statements that have been previously created and stored i... Read More
C# inetrview questions Frequently Asked c# program in Interviews ( Freshers ) By Mallikarjun A 11:40:00 Add Comment Read a String and find the Sum of all Digits in the String using System; class program { public static void Main() { ... Read More
interview tips IQ 20 Things to Never do in an Interview By Mallikarjun A 22:31:00 Add Comment 20 things to never do in an interview No matter how impressive a cover letter or CV you carry to an interview, there could be certain last ... Read More
IQ 497 C# Single line interview Questions Part - 4 By Mallikarjun A 00:04:00 Add Comment 400) What is finally block? Finally block will be executed automatically and compulsorily even though an exception is raised or not. 401... Read More
IQ 497 C# Single line interview Questions Part - 3 By Mallikarjun A 00:10:00 Add Comment 300) What are the three layers used in application development? i) Presentation logic is written in Presentation Layer. ii) Business logi... Read More
IQ 497 C# Single line interview Questions part - 2 By Mallikarjun A 00:20:00 Add Comment 101) What is inheritance explain? Inheritance is a process of creating a new class from already existing class. In inheritance proces... Read More
IQ 497 C# Single line interview Questions Part - 1 By Mallikarjun A 00:14:00 Add Comment 1) What is .NET? NET stands for Network Enabled Technology..NET is a Framework tool which supports many programming languages. Ex: VB.NET... Read More