No announcements
Found 2632207 threads
-
1 Votes
what is the difference between implementation of DateTime.Now method ??
In many cases you can probably optimize or spruce up what I present.Answered | 3 Replies | 769 Views | Created by kranthi88 - Saturday, November 30, 2013 4:12 PM | Last reply by HomeGrownCoder - Sunday, December 1, 2013 5:15 AM -
1 Votes
What is the difference between these Invoke Methods....
However, you are really asking about the difference between using a delegate of any sort (if InvokeRequired is True) and not using a delegate.Answered | 3 Replies | 3661 Views | Created by TrainerScoobyDoo - Friday, April 1, 2011 1:41 AM | Last reply by Mike Feng - Tuesday, April 12, 2011 3:25 AM -
2 Votes
What is the difference between XMLReader and XMLTextReader?
I did mention the difference.Answered | 5 Replies | 3179 Views | Created by Mou_kolkata - Thursday, November 17, 2016 1:51 PM | Last reply by CoolDadTx - Friday, November 18, 2016 2:42 PM -
2 Votes
what is difference between finalize and dispose??????
Please Give me Exact Difference between Finalyze & DisposeAnswered | 7 Replies | 26794 Views | Created by Sanjay Sutar - Friday, July 27, 2007 8:18 AM | Last reply by Roy satani - Tuesday, July 31, 2012 9:55 AM -
2 Votes
What is difference between delegate and interface
Try to declare a delegate that implements multiple methods.Answered | 6 Replies | 1265 Views | Created by Sudip_inn - Saturday, November 5, 2016 4:37 PM | Last reply by Wendy Zang - Monday, November 7, 2016 6:27 AM -
1 Votes
The Difference between OnPreview* and On* methods
Hi, is there anyone can point me what the difference between OnPreview* and On* methods?Answered | 2 Replies | 4132 Views | Created by Maximilian Haru Raditya - Saturday, December 20, 2008 5:06 AM | Last reply by Maximilian Haru Raditya - Saturday, December 20, 2008 9:20 AM -
0 Votes
DateTime.Now
DateTime.Now is a static method, which in a strict sense probably does create (internally) a DateTime struct, which is then copied to your variable (abc).Answered | 2 Replies | 3259 Views | Created by George2 - Tuesday, June 10, 2008 3:33 AM | Last reply by Darren Oster - Tuesday, June 10, 2008 4:47 AM -
3 Votes
what is the difference between convert.tostring() and tostring()
Hi, There are many diffrerences : Convert.ToString : your object should implement IConvertible to customize your ToString() toString : ...Answered | 2 Replies | 4854 Views | Created by Edara Bala - Monday, August 16, 2010 9:08 AM | Last reply by Link.fr - Tuesday, August 24, 2010 9:46 AM -
0 Votes
How to implement DateTime.Now detour
However that I tried to run the test - it failed with cryptic message (pls see below) I am using VS 2008 Sp1 TS and latest academic version of Pex What ...Answered | 5 Replies | 6842 Views | Created by Dimitry2009 - Thursday, October 22, 2009 2:05 AM | Last reply by Dimitry2009 - Thursday, October 22, 2009 10:14 PM -
0 Votes
Differences between method overloading and Generics
Hi, It appears there is no relation between method overloading and Generics.Answered | 4 Replies | 7386 Views | Created by srkvellanki - Monday, April 20, 2009 4:38 PM | Last reply by DeborahK - Friday, April 24, 2009 3:02 PM -
3 Votes
what is the difference between String.Empty and "" ?
There is no difference at all between String.Empty and "".Answered | 18 Replies | 13693 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
Difference between ADO.NET and DBProviderFactory method
What's advantage of using DbProviderFactory is that you can create and use DbConnection, DbCommand and other abstract classes so you can possibly ...Answered | 1 Replies | 1067 Views | Created by XXX_K - Wednesday, March 20, 2013 10:54 AM | Last reply by MasaSam - Wednesday, March 20, 2013 11:48 AM -
1 Votes
C# What are the difference between "==" and "equals"
The == performs a "ReferenceEquals", and therefore returns false when the two objects are not the same object (they are located at different addresses, even if ...Answered | 2 Replies | 566 Views | Created by Aimee.Young - Saturday, October 28, 2017 4:20 PM | Last reply by Alberto Poblacion - Saturday, October 28, 2017 5:42 PM -
3 Votes
main difference between virtual and abstract method
1 more difference is...Answered | 4 Replies | 6586 Views | Created by Droisys - Tuesday, December 27, 2011 10:26 AM | Last reply by Neeraj Wadhwani - Wednesday, December 4, 2013 5:29 AM -
1 Votes
What is the difference between application and assembly.
sir i have a doubt in this following topics 1.what is the difference between CLASS LIBRARY AND ASSEMBLY?Answered | 4 Replies | 4876 Views | Created by Nikolai Villarin - Monday, August 15, 2011 1:42 AM | Last reply by Andreas Johansson - Saturday, November 5, 2011 7:30 PM -
4 Votes
What's the difference between async Task<T> method and Task<T> method.
If you don't put async keyword in the method signatures which returns Task or Task<T>, you wouldn't be able to use await keyword inside that method ...Answered | 4 Replies | 4281 Views | Created by CrazyOldPotato - Friday, April 21, 2017 8:23 AM | Last reply by Sabah Shariq - Friday, April 21, 2017 11:50 AM -
1 Votes
whats the difference between a cast and a convertion?
Convert.ToString(c) and c.ToString(c) are method calls.Answered | 1 Replies | 2699 Views | Created by code_warrior - Sunday, August 22, 2010 9:47 AM | Last reply by Louis.fr - Sunday, August 22, 2010 1:03 PM -
8 Votes
difference between method vs function
Hello, In C# specifically...no difference other than the spelling.Answered | 12 Replies | 27108 Views | Created by Sudhir Goswami - Sunday, February 21, 2010 6:19 PM | Last reply by Adam_Turner - Monday, February 22, 2010 8:28 PM -
3 Votes
What is difference between Assembly and Namespace?
We also understand "Namespaces" as Room and Class as washroom in room and methods as "teeth brushing etc"and properties as other work we ...Answered | 5 Replies | 35270 Views | Created by PKSDotNet - Saturday, June 13, 2009 12:53 PM | Last reply by Mohsin Azam - Sunday, October 14, 2012 6:09 PM -
0 Votes
What is the difference between ?
http://stackoverflow.com/questions/1015766/difference-between-n-and-environment-newline Syed Mustehsan IkramAnswered | 1 Replies | 4971 Views | Created by David alice DD - Thursday, July 8, 2010 8:35 AM | Last reply by Mustehsan Ikram - Thursday, July 8, 2010 9:08 AM - Items 1 to 20 of 2632207 Next ›
No announcements