Click here to Skip to main content
15,897,518 members
Home / Discussions / C#
   

C#

 
QuestionC# MongoDB Guid Problem Pin
Kevin Marois31-Jan-19 7:49
professionalKevin Marois31-Jan-19 7:49 
AnswerRe: C# MongoDB Guid Problem Pin
BillWoodruff31-Jan-19 12:26
professionalBillWoodruff31-Jan-19 12:26 
AnswerRe: C# MongoDB Guid Problem Pin
Richard Deeming1-Feb-19 1:12
mveRichard Deeming1-Feb-19 1:12 
QuestionExtracting string between quotes Pin
Priya Karthish31-Jan-19 0:08
Priya Karthish31-Jan-19 0:08 
AnswerRe: Extracting string between quotes Pin
lmoelleb31-Jan-19 0:23
lmoelleb31-Jan-19 0:23 
AnswerRe: Extracting string between quotes Pin
OriginalGriff31-Jan-19 0:53
mveOriginalGriff31-Jan-19 0:53 
JokeRe: Extracting string between quotes Pin
Richard Deeming1-Feb-19 1:08
mveRichard Deeming1-Feb-19 1:08 
AnswerRe: Extracting string between quotes Pin
AFell231-Jan-19 5:35
AFell231-Jan-19 5:35 
If the entire C# reference is open to you and you don't have to reinvent the wheel, you could parse it like it is xml and use Linq to Xml or an XmlReader. It goes much faster and has the added benefit of teaching you how to use these libraries to solve your problem.

I'm all for learning how to use regex and pattern recognition to parse strings if that is the exercise, but an important part to learn about programming is to make full use of the tools available to you rather than writing a solution that is already there, and most likely better optimized than what you can write.
QuestionC# Winforms, Installation Folder Permission, parameter settings file is always admin read/write, user read only Pin
jkirkerx30-Jan-19 9:54
professionaljkirkerx30-Jan-19 9:54 
AnswerMy Bad! Pin
jkirkerx30-Jan-19 11:32
professionaljkirkerx30-Jan-19 11:32 
GeneralRe: My Bad! Pin
OriginalGriff30-Jan-19 21:20
mveOriginalGriff30-Jan-19 21:20 
GeneralRe: My Bad! Pin
jkirkerx1-Feb-19 7:45
professionaljkirkerx1-Feb-19 7:45 
AnswerRe: C# Winforms, Installation Folder Permission, parameter settings file is always admin read/write, user read only Pin
Eddy Vluggen1-Feb-19 2:12
professionalEddy Vluggen1-Feb-19 2:12 
GeneralRe: C# Winforms, Installation Folder Permission, parameter settings file is always admin read/write, user read only Pin
jkirkerx1-Feb-19 7:48
professionaljkirkerx1-Feb-19 7:48 
GeneralRe: C# Winforms, Installation Folder Permission, parameter settings file is always admin read/write, user read only Pin
Eddy Vluggen1-Feb-19 8:39
professionalEddy Vluggen1-Feb-19 8:39 
GeneralRe: C# Winforms, Installation Folder Permission, parameter settings file is always admin read/write, user read only Pin
jkirkerx1-Feb-19 8:44
professionaljkirkerx1-Feb-19 8:44 
GeneralRe: C# Winforms, Installation Folder Permission, parameter settings file is always admin read/write, user read only Pin
Eddy Vluggen1-Feb-19 9:29
professionalEddy Vluggen1-Feb-19 9:29 
GeneralRe: C# Winforms, Installation Folder Permission, parameter settings file is always admin read/write, user read only Pin
jkirkerx1-Feb-19 9:39
professionaljkirkerx1-Feb-19 9:39 
GeneralRe: C# Winforms, Installation Folder Permission, parameter settings file is always admin read/write, user read only Pin
Eddy Vluggen1-Feb-19 10:56
professionalEddy Vluggen1-Feb-19 10:56 
GeneralRe: C# Winforms, Installation Folder Permission, parameter settings file is always admin read/write, user read only Pin
jkirkerx1-Feb-19 11:15
professionaljkirkerx1-Feb-19 11:15 
GeneralRe: C# Winforms, Installation Folder Permission, parameter settings file is always admin read/write, user read only Pin
Eddy Vluggen1-Feb-19 11:20
professionalEddy Vluggen1-Feb-19 11:20 
GeneralRe: C# Winforms, Installation Folder Permission, parameter settings file is always admin read/write, user read only Pin
jkirkerx1-Feb-19 11:28
professionaljkirkerx1-Feb-19 11:28 
GeneralRe: C# Winforms, Installation Folder Permission, parameter settings file is always admin read/write, user read only Pin
Eddy Vluggen1-Feb-19 11:47
professionalEddy Vluggen1-Feb-19 11:47 
QuestionPackage Installation Failure Pin
NalaBI29-Jan-19 22:45
NalaBI29-Jan-19 22:45 
AnswerRe: Package Installation Failure Pin
OriginalGriff29-Jan-19 23:32
mveOriginalGriff29-Jan-19 23:32 

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.