No announcements
Found 2819112 threads
-
5 Votes
In C# what is the difference between Object and object?
The question (from the title of this thread) is: "What is the difference between Object and object".Answered | 46 Replies | 20917 Views | Created by randelramirez1 - Sunday, March 13, 2011 3:27 PM | Last reply by Matthew Watson - Sunday, September 11, 2011 11:38 PM -
0 Votes
What is difference between 'Items in the Solution' and 'Items in the Feature' ?
Hello, Items in the solution list all items in your solution (don't call me captain obvious ;) ) , items in the feature are the ...Answered | 1 Replies | 1965 Views | Created by shailesh_k_jaiswal - Thursday, April 18, 2013 1:37 PM | Last reply by Christopher Clement - Thursday, April 18, 2013 1:56 PM -
0 Votes
What is the Difference between Procedure Oriented and Object Oriented.
There is a keyword "class", which defines the type of an object.Answered | 2 Replies | 5273 Views | Created by Lin Zhonghua - Wednesday, August 11, 2010 9:23 AM | Last reply by Igor Tandetnik - Wednesday, August 11, 2010 1:00 PM -
10 Votes
what is difference between an instance and object of a class??
http://stackoverflow.com/questions/1215881/the-difference-between-classes-objects-and-instancesAnswered | 6 Replies | 26804 Views | Created by Pairu - Monday, August 20, 2012 6:36 PM | Last reply by Mou_kolkata - Monday, April 1, 2013 3:11 PM -
0 Votes
FAQ Item: What are the differences between dynamic and object keywords?
object keyword is nothing more than a shortcut for System.Object, which is the root type in the C# class hierarchy.Answered | 1 Replies | 6232 Views | Created by MSDN FAQ - Sunday, June 20, 2010 11:53 AM | Last reply by MSDN FAQ - Sunday, June 20, 2010 11:53 AM -
0 Votes
what is the use of "Dynamic" keyword in wpf ?
Hello I means your "Dynamic" is DynamicResource.Answered | 1 Replies | 4370 Views | Created by Prashanth.net - Friday, October 1, 2010 1:07 PM | Last reply by Yiling Lai - Friday, October 1, 2010 2:10 PM -
2 Votes
Difference between overriding and object initializatoon with new
Same thing happens in both cases as new operator creates the object and invokes constructor; it just does it to different objects.Answered | 8 Replies | 1197 Views | Created by SantanuRaul - Monday, February 11, 2013 6:04 AM | Last reply by MasaSam - Wednesday, February 13, 2013 9:26 AM -
1 Votes
What is the difference between adhoc query and dynamic query?
What happen if we parameterize them explicitly?Answered | 6 Replies | 8854 Views | Created by Chaithanya Reddy - Friday, July 29, 2011 12:26 PM | Last reply by Hunchback - Friday, July 29, 2011 3:53 PM -
5 Votes
What's the difference between string and String?
Their is no such difference between string and String, actually it let the user who is coming from C/C++ background and to make Understand that fimiliar data types ...Answered | 9 Replies | 59412 Views | Created by James_Steven - Friday, April 14, 2006 5:26 PM | Last reply by Ashok Debnath - Thursday, August 2, 2007 5:40 AM -
3 Votes
what is the difference between String.Empty and "" ?
There is no difference at all between String.Empty and "".Answered | 18 Replies | 14469 Views | Created by Vidya Bhatt - Tuesday, December 20, 2011 3:57 PM | Last reply by servy42 - Wednesday, December 21, 2011 9:10 PM -
0 Votes
FAQ Item: What are the differences between the keyword var and dynamic?
Q: What are the differences between the keyword var and dynamic?Answered | 1 Replies | 6743 Views | Created by MSDN FAQ - Sunday, June 20, 2010 11:49 AM | Last reply by MSDN FAQ - Sunday, June 20, 2010 11:50 AM -
1 Votes
What's the difference between CAML and SP object model?
It works like SQL query much faster than object model but you can always optimise code to get similar performance return from object model.Answered | 4 Replies | 6181 Views | Created by starry_we - Wednesday, August 4, 2010 6:53 AM | Last reply by [Yavuz B.] - Wednesday, August 4, 2010 12:26 PM -
7 Votes
FAQ: What’s the difference between (int), Int32.Parse and Convert.ToInt32?
If the value is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.Answered | 2 Replies | 21130 Views | Created by Xiaoyun Li – MSFT - Tuesday, April 14, 2009 8:37 AM | Last reply by srkvellanki - Friday, September 11, 2009 6:08 PM -
0 Votes
difference between object and instance
On 17/05/2011 11:42, koushik_ganguly wrote: now in main void ...Answered | 5 Replies | 6668 Views | Created by koushik_ganguly - Tuesday, May 17, 2011 9:42 AM | Last reply by koushik_ganguly - Thursday, May 19, 2011 9:00 AM -
7 Votes
what is the different between hash table and array
Hi, There are many differences.Answered | 7 Replies | 18831 Views | Created by g patanjali - Sunday, August 7, 2011 7:35 AM | Last reply by RohitArora - Thursday, August 11, 2011 11:07 AM -
0 Votes
What is the performance difference between static strings vs dynamic strings
If you switch out the string between loops, yes this switching would lower performance.Answered | 3 Replies | 3072 Views | Created by RathiR - Thursday, August 8, 2013 7:27 AM | Last reply by Christopher84 - Thursday, August 8, 2013 10:56 AM -
0 Votes
whats the difference between these situations
2- dragging a onworrkflowchanged activity which is fired when the item is change The workflow would like already running when it hits this activity, at which point it will ...Answered | 1 Replies | 6093 Views | Created by Lauren Zev - Saturday, July 9, 2011 5:10 PM | Last reply by Mike Smith MCT MVP - Saturday, July 9, 2011 7:19 PM -
5 Votes
what is the difference between Static cursor,Dynamic cursor and keyset cursor
If FORWARD_ONLY is specified without the STATIC, KEYSET, or DYNAMIC keywords, the cursor operates as a DYNAMIC cursor.Answered | 3 Replies | 16858 Views | Created by miruan - Wednesday, July 31, 2013 12:41 PM | Last reply by farkas.mate - Wednesday, July 31, 2013 4:41 PM -
1 Votes
what is the difference between dll and webservice
Hi, Dynamic-link library (or a DLL file) is a collection of subroutines or classes used to develop software....and it's specific to a platform.Answered | 3 Replies | 7715 Views | Created by Arulraj J - Tuesday, July 20, 2010 8:04 AM | Last reply by Arulraj J - Tuesday, July 20, 2010 1:53 PM -
5 Votes
What is the difference between const and static readonly?
5.Object of the class is not required for intialization.Answered | 13 Replies | 27512 Views | Created by Xiaoyun Li – MSFT - Tuesday, April 7, 2009 8:06 AM | Last reply by Amit Arora1 - Monday, February 25, 2013 5:51 AM - Items 1 to 20 of 2819112 Next ›
No announcements