Click here to Skip to main content
15,890,282 members
Home / Discussions / C#
   

C#

 
AnswerRe: FAQ.aspx Pin
Pete O'Hanlon1-Oct-07 22:46
mvePete O'Hanlon1-Oct-07 22:46 
Questionremote and policy Pin
enescevik1-Oct-07 19:08
enescevik1-Oct-07 19:08 
AnswerRe: remote and policy Pin
ESTAN1-Oct-07 23:19
ESTAN1-Oct-07 23:19 
GeneralRe: remote and policy Pin
enescevik5-Oct-07 2:24
enescevik5-Oct-07 2:24 
GeneralRe: remote and policy Pin
ESTAN5-Oct-07 3:33
ESTAN5-Oct-07 3:33 
QuestionHelp for multitier application Pin
Shahriat Hossain1-Oct-07 18:59
Shahriat Hossain1-Oct-07 18:59 
AnswerRe: Help for multitier application Pin
Christian Graus1-Oct-07 19:34
protectorChristian Graus1-Oct-07 19:34 
QuestionEquivalent of these Macros in C# Pin
Mushtaque Nizamani1-Oct-07 18:41
Mushtaque Nizamani1-Oct-07 18:41 
There are some predefined macros in C++!
__FILE__ : The name of the current source file. it expands to a string surrounded by double quotation marks.
__LINE__ : The line number in the current source file. The line number is a decimal integer constant. It can be altered with a #line directive.

List of these macros can be found at.
http://msdn2.microsoft.com/en-us/library/b0084kay(VS.71).aspx[^]

Can any one please tell the equivalent of these macros in C#.

Best Regards,
Mushq

Mushtaque Ahmed Nizamani
Software Engineer
Ultimus Pakistan

AnswerRe: Equivalent of these Macros in C# Pin
Hoss Fly1-Oct-07 18:56
Hoss Fly1-Oct-07 18:56 
AnswerRe: Equivalent of these Macros in C# Pin
TJoe1-Oct-07 18:59
TJoe1-Oct-07 18:59 
QuestionDataGridView how to... A little help here guys Pin
jcasti12261-Oct-07 17:55
jcasti12261-Oct-07 17:55 
AnswerRe: DataGridView how to... A little help here guys Pin
kubben2-Oct-07 2:53
kubben2-Oct-07 2:53 
AnswerRe: DataGridView how to... A little help here guys Pin
Andrei Ungureanu2-Oct-07 3:14
Andrei Ungureanu2-Oct-07 3:14 
GeneralRe: DataGridView how to... A little help here guys Pin
jcasti12262-Oct-07 13:31
jcasti12262-Oct-07 13:31 
QuestionImplying method return type Pin
eggie51-Oct-07 17:47
eggie51-Oct-07 17:47 
AnswerRe: Implying method return type Pin
Christian Graus1-Oct-07 17:52
protectorChristian Graus1-Oct-07 17:52 
GeneralRe: Implying method return type Pin
eggie51-Oct-07 18:13
eggie51-Oct-07 18:13 
GeneralRe: Implying method return type Pin
TJoe1-Oct-07 18:41
TJoe1-Oct-07 18:41 
GeneralRe: Implying method return type [modified] Pin
eggie51-Oct-07 19:07
eggie51-Oct-07 19:07 
GeneralRe: Implying method return type Pin
TJoe1-Oct-07 19:35
TJoe1-Oct-07 19:35 
GeneralRe: Implying method return type Pin
eggie51-Oct-07 19:42
eggie51-Oct-07 19:42 
AnswerRe: Implying method return type Pin
TJoe1-Oct-07 20:00
TJoe1-Oct-07 20:00 
GeneralRe: Implying method return type Pin
eggie51-Oct-07 20:10
eggie51-Oct-07 20:10 
GeneralRe: Implying method return type Pin
eggie51-Oct-07 20:57
eggie51-Oct-07 20:57 
GeneralRe: Implying method return type Pin
Pete O'Hanlon1-Oct-07 22:49
mvePete O'Hanlon1-Oct-07 22:49 

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.