Click here to Skip to main content
15,891,698 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to paste clipboard contents to another app window? Pin
Eddy Vluggen18-Apr-11 2:23
professionalEddy Vluggen18-Apr-11 2:23 
AnswerRe: How to paste clipboard contents to another app window? Pin
Luc Pattyn18-Apr-11 2:26
sitebuilderLuc Pattyn18-Apr-11 2:26 
QuestionHuge Xml Document(more than 10GB) import to Sql Server 2005 Pin
ntiin18-Apr-11 0:18
ntiin18-Apr-11 0:18 
AnswerRe: Huge Xml Document(more than 10GB) import to Sql Server 2005 Pin
Ravi Sant18-Apr-11 1:14
Ravi Sant18-Apr-11 1:14 
QuestionFxCop Performance Warning CA1822 Pin
Subin Mavunkal17-Apr-11 23:32
Subin Mavunkal17-Apr-11 23:32 
AnswerRe: FxCop Performance Warning CA1822 Pin
DaveyM6917-Apr-11 23:41
professionalDaveyM6917-Apr-11 23:41 
GeneralRe: FxCop Performance Warning CA1822 Pin
Subin Mavunkal17-Apr-11 23:49
Subin Mavunkal17-Apr-11 23:49 
AnswerRe: FxCop Performance Warning CA1822 Pin
Mirko198017-Apr-11 23:49
Mirko198017-Apr-11 23:49 
Don't worry too much about that, it's only a warning.

If a non-static method don't use any instance-level method or property, FxCop tells you that there are no reasons that method should not be static, and suggest you to make it static.
But, if that method is part of an interface implementation (or exposed publicly and alraedy used from other methods), there ARE reasons that should not be static, so you should ignore the warning.

If you want, you can use the SuppressMessage attribute to avoid getting the warning for specific methods.
AnswerRe: FxCop Performance Warning CA1822 Pin
#realJSOP18-Apr-11 1:42
mve#realJSOP18-Apr-11 1:42 
GeneralRe: FxCop Performance Warning CA1822 Pin
SledgeHammer0118-Apr-11 7:54
SledgeHammer0118-Apr-11 7:54 
QuestionGlobal Keyboard hook Pin
Xelalem17-Apr-11 23:04
Xelalem17-Apr-11 23:04 
AnswerRe: Global Keyboard hook Pin
lukeer18-Apr-11 2:20
lukeer18-Apr-11 2:20 
QuestionC# Exchange Mailstore Location Pin
Jinxx198317-Apr-11 15:37
Jinxx198317-Apr-11 15:37 
QuestionRe: C# Exchange Mailstore Location Pin
Jinxx198326-Apr-11 12:41
Jinxx198326-Apr-11 12:41 
QuestionWebserver works in a console app but not windows forms? Pin
venomation17-Apr-11 13:21
venomation17-Apr-11 13:21 
AnswerRe: Webserver works in a console app but not windows forms? Pin
BobJanova17-Apr-11 23:53
BobJanova17-Apr-11 23:53 
QuestionWindows Notify icon Pin
Xelalem17-Apr-11 8:01
Xelalem17-Apr-11 8:01 
Questionapplication client/serveur sous c# Pin
zoubou17-Apr-11 7:15
zoubou17-Apr-11 7:15 
AnswerRe: application client/serveur sous c# Pin
RobCroll17-Apr-11 7:31
RobCroll17-Apr-11 7:31 
AnswerRe: application client/serveur sous c# Pin
Pete O'Hanlon17-Apr-11 9:34
mvePete O'Hanlon17-Apr-11 9:34 
AnswerRe: application client/serveur sous c# Pin
Ravi Sant17-Apr-11 23:50
Ravi Sant17-Apr-11 23:50 
QuestionVisual Studio 2010 Photo Gallery website or project Pin
georgehowell17-Apr-11 3:35
georgehowell17-Apr-11 3:35 
AnswerRe: Visual Studio 2010 Photo Gallery website or project Pin
Not Active17-Apr-11 4:30
mentorNot Active17-Apr-11 4:30 
AnswerRe: Visual Studio 2010 Photo Gallery website or project Pin
Prasanta_Prince18-Apr-11 0:18
Prasanta_Prince18-Apr-11 0:18 
Questionadding a different references depending on the system.(32 bit or 64 bit) Pin
prasadbuddhika16-Apr-11 20:38
prasadbuddhika16-Apr-11 20:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.