Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Logica CMG C Sharp Interview Questions
Questions Answers Views Company eMail

What is a resource? Provide an example from your recent project.

2 6759

Write the sample code for threading in c# .net..

4 14124

Is it possible to implement an interface to a structure? Is it possible to extend a struct? Is it possible to inherit a class to struct?

9 19359

Post New Logica CMG C Sharp Interview Questions


Logica CMG C Sharp Interview Questions


Un-Answered Questions

What is a local repository and when it is useful while using ambari environment?

71


Where is the developer tab in excel?

289


In general, how many Fact & Dimension tables are present in a Banking Data warehouse project ?

1720


What is use of #include in c?

611


Why does java not support pointers?

560






SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

2162


What is autoboxing and unboxing?

593


What is the name of the windows logon executable file?

444


Can you make a property optional?

501


What is stateless code?

509


How the system finds rules through rule resolution?

195


Which impurities form hard scale and which impurities soft scale ?

653


What are cultural traits?

1


What is @@rowcount in sql?

568


Does treemap allow null keys?

504