Click here to Skip to main content
15,795,793 members
Home / Discussions / C#
   

C#

 
QuestionHow to convert sample code (available in java, PHP and python) to C# for creating a bot using mediawiki API? Pin
Pallavi H Shinde9-Feb-22 6:57
Pallavi H Shinde9-Feb-22 6:57 
AnswerRe: How to convert sample code (available in java, PHP and python) to C# for creating a bot using mediawiki API? Pin
Eddy Vluggen9-Feb-22 7:01
professionalEddy Vluggen9-Feb-22 7:01 
GeneralRe: How to convert sample code (available in java, PHP and python) to C# for creating a bot using mediawiki API? Pin
Pallavi H Shinde9-Feb-22 8:09
Pallavi H Shinde9-Feb-22 8:09 
GeneralRe: How to convert sample code (available in java, PHP and python) to C# for creating a bot using mediawiki API? Pin
Eddy Vluggen9-Feb-22 9:03
professionalEddy Vluggen9-Feb-22 9:03 
AnswerRe: How to convert sample code (available in java, PHP and python) to C# for creating a bot using mediawiki API? Pin
Richard Deeming10-Feb-22 0:09
mveRichard Deeming10-Feb-22 0:09 
QuestionAsp.Net Core. Sending requests with Postman Pin
Kamil Kluska5-Feb-22 23:08
Kamil Kluska5-Feb-22 23:08 
AnswerRe: Asp.Net Core. Sending requests with Postman Pin
Tony Hill6-Feb-22 2:38
mveTony Hill6-Feb-22 2:38 
QuestionExtend Intellisense Pin
101100102-Feb-22 13:28
101100102-Feb-22 13:28 
Hello,

when i set three '/' over my Property, i can declare a Comment for Intellisense.

Like this:
C#
/// <summary>
/// My Comment
/// </summary>

Now i have a special custom Attribute on this Proeprty.
I want to includ einformations of this Attribute into the Comment für Intellisense

Sample:
C#
/// <summary>
/// Zugehöriger Auftrag 
/// </summary>
[MyCustomAttribute("ExtendedInformation")]
IPickingOrder Order { get; }

Now i see in intellisense the Text "Zugehöriger Auftrag" but i want to include the Attribute.

Anybody knows how to do that?

Best regard
Armin
AnswerRe: Extend Intellisense Pin
Dave Kreskowiak2-Feb-22 14:16
mveDave Kreskowiak2-Feb-22 14:16 
AnswerRe: Extend Intellisense Pin
OriginalGriff2-Feb-22 22:52
mvaOriginalGriff2-Feb-22 22:52 
AnswerRe: Extend Intellisense Pin
Gerry Schmitz3-Feb-22 6:48
mveGerry Schmitz3-Feb-22 6:48 
QuestionHi Pin
Dijana Deleva31-Jan-22 10:56
Dijana Deleva31-Jan-22 10:56 
AnswerRe: Hi Pin
Richard MacCutchan31-Jan-22 11:06
mveRichard MacCutchan31-Jan-22 11:06 
AnswerRe: Hi Pin
OriginalGriff31-Jan-22 12:10
mvaOriginalGriff31-Jan-22 12:10 
QuestionEF Core - Auto apply migrations with different SQL user Pin
Germghost31-Jan-22 2:33
Germghost31-Jan-22 2:33 
AnswerRe: EF Core - Auto apply migrations with different SQL user Pin
Victor Nijegorodov31-Jan-22 2:54
Victor Nijegorodov31-Jan-22 2:54 
AnswerRe: EF Core - Auto apply migrations with different SQL user Pin
Richard Deeming31-Jan-22 2:54
mveRichard Deeming31-Jan-22 2:54 
QuestionRe: EF Core - Auto apply migrations with different SQL user Pin
Germghost31-Jan-22 3:17
Germghost31-Jan-22 3:17 
AnswerRe: EF Core - Auto apply migrations with different SQL user Pin
Germghost31-Jan-22 4:02
Germghost31-Jan-22 4:02 
QuestionFill multiple comboboxes with identical information Pin
Richard A Knox27-Jan-22 3:32
Richard A Knox27-Jan-22 3:32 
AnswerRe: Fill multiple comboboxes with identical information Pin
OriginalGriff27-Jan-22 5:01
mvaOriginalGriff27-Jan-22 5:01 
AnswerRe: Fill multiple comboboxes with identical information Pin
RobertSF27-Jan-22 7:40
professionalRobertSF27-Jan-22 7:40 
AnswerRe: Fill multiple comboboxes with identical information Pin
Gerry Schmitz27-Jan-22 7:56
mveGerry Schmitz27-Jan-22 7:56 
GeneralRe: Fill multiple comboboxes with identical information Pin
RobertSF27-Jan-22 9:47
professionalRobertSF27-Jan-22 9:47 
GeneralRe: Fill multiple comboboxes with identical information Pin
Gerry Schmitz27-Jan-22 18:28
mveGerry Schmitz27-Jan-22 18:28 

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.