Difference between Throw and Throw ex in C# Hey folks, till day you have read Difference between Var and Dynamic

asp.net,c#.net, MVC, WPF, WCF, JavaScript, JQuery, SQL Server, Interview Q&A
Interview Q&A
Difference between Throw and Throw ex in C# Hey folks, till day you have read Difference between Var and Dynamic
Use of Yield in C# Quote from MSDN “The yield keyword signals to the compiler that the method in which
Problem: An important step in optimizing a system is to take a holistic approach and look at stored procedures that
How to enumerate Enum C# Problem: We have enum declared in our class and we want to enumerate enum. How could
Difference between Hashtable and Dictionary Hey readers, till day you have read Insert data into Database table using SQLBulkCopy class in
Remove Cross duplicate rows in SQL Server Hello friends, I got one question from my friend who recently appeared for
———********* Most expensive queries starts****** ———— SELECT TOP 10 SUBSTRING(qt.TEXT, (qs.statement_start_offset/2)+1, ((CASE qs.statement_end_offset WHEN -1 THEN DATALENGTH(qt.TEXT) ELSE qs.statement_end_offset
————****** Script to find redundant indexes *********——- ;WITH MyDuplicate AS (SELECT Sch.[name] AS SchemaName, Obj.[name] AS TableName, Idx.[name] AS
Select Primary Key value from Table dynamically Hello friends, Today I am going to teach select primary key value from
—– ************ Find most expensive tables Starts ****** ————– Select Object_Name(ix.[object_id]) as objectName , Sum(ddius.user_seeks) As ‘table_seeks’ , Sum(ddius.user_scans)
Should we Shrink database – Sql Server Lets try to understand with an example. First we will create database and
Find Blocking queries in Sql Server Hello folks, today I will explain regarding most common problem of blocking in Sql