Click here to Skip to main content
15,887,843 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Observed that the execution of the second request starts only when the processing of the first request is completed Pin
Ian Darling22-Dec-03 23:51
Ian Darling22-Dec-03 23:51 
GeneralRe: Observed that the execution of the second request starts only when the processing of the first request is completed Pin
hemrajs@bsil.com22-Dec-03 23:53
susshemrajs@bsil.com22-Dec-03 23:53 
GeneralRe: Observed that the execution of the second request starts only when the processing of the first request is completed Pin
Philip Fitzsimons23-Dec-03 4:31
Philip Fitzsimons23-Dec-03 4:31 
GeneralRe: Observed that the execution of the second request starts only when the processing of the first request is completed Pin
Richard Deeming9-Jan-04 7:25
mveRichard Deeming9-Jan-04 7:25 
GeneralHttpWebRequest problems Pin
SpaceWokker22-Dec-03 15:55
SpaceWokker22-Dec-03 15:55 
GeneralRe: HttpWebRequest problems Pin
SpaceWokker22-Dec-03 17:26
SpaceWokker22-Dec-03 17:26 
GeneralString parsing in C# Pin
stephen wilkerson22-Dec-03 7:07
stephen wilkerson22-Dec-03 7:07 
GeneralRe: String parsing in C# Pin
J. Dunlap22-Dec-03 9:15
J. Dunlap22-Dec-03 9:15 
stephen wilkerson wrote:
We do a lot of string parsing and was shocked to see that the .NET String classes don't appear to have Find, Mid, Left, Right etc... How can you disect strings without those functions?

They do - but they're named differently, and are members of the String class.

Find=IndexOf, LastIndexOf, IndexOfAny
Mid=SubString(int startIndex, int length)
Left=SubString(int startIndex, int length)
Right=SubString(int startIndex)

"If it is not right do not do it; if it is not true do not say it." -- Marcus Aurelius

FLUID UI Toolkit | FloodFill in C# & GDI+







GeneralRe: String parsing in C# Pin
Philip Fitzsimons23-Dec-03 4:36
Philip Fitzsimons23-Dec-03 4:36 
Questionhow use "bitblt" API functiong in vb.net? Pin
hy100021-Dec-03 21:04
hy100021-Dec-03 21:04 
AnswerRe: how use "bitblt" API functiong in vb.net? Pin
Philip Fitzsimons22-Dec-03 4:45
Philip Fitzsimons22-Dec-03 4:45 
GeneralLooking for good .NET book suggestions Pin
Flack21-Dec-03 14:14
Flack21-Dec-03 14:14 
GeneralRe: Looking for good .NET book suggestions Pin
Colin Angus Mackay21-Dec-03 15:07
Colin Angus Mackay21-Dec-03 15:07 
GeneralRe: Looking for good .NET book suggestions Pin
Colin Angus Mackay21-Dec-03 15:11
Colin Angus Mackay21-Dec-03 15:11 
GeneralKey Mapping Pin
Colin Angus Mackay20-Dec-03 15:34
Colin Angus Mackay20-Dec-03 15:34 
GeneralRe: Key Mapping Pin
J. Dunlap20-Dec-03 16:34
J. Dunlap20-Dec-03 16:34 
GeneralRe: Key Mapping Pin
Colin Angus Mackay20-Dec-03 17:09
Colin Angus Mackay20-Dec-03 17:09 
Generalnew Install Problem Pin
Vikingbear20-Dec-03 15:10
Vikingbear20-Dec-03 15:10 
GeneralRe: new Install Problem Pin
ThoWeib22-Dec-03 22:54
ThoWeib22-Dec-03 22:54 
GeneralRe: new Install Problem Pin
Michael A. Barnhart23-Dec-03 4:24
Michael A. Barnhart23-Dec-03 4:24 
GeneralHelp with Datasets! Pin
Emilio Guijarro20-Dec-03 5:11
Emilio Guijarro20-Dec-03 5:11 
GeneralDeployment Pin
Member 39145119-Dec-03 16:52
Member 39145119-Dec-03 16:52 
GeneralRe: Deployment Pin
Charlie Williams19-Dec-03 20:45
Charlie Williams19-Dec-03 20:45 
GeneralXCOPY deployment Pin
Barry Etter19-Dec-03 7:13
Barry Etter19-Dec-03 7:13 
GeneralRe: XCOPY deployment Pin
Uwe Keim20-Dec-03 5:01
sitebuilderUwe Keim20-Dec-03 5:01 

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.