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

.NET (Core and Framework)

 
Questionpassing values from the windows form to a crystal report in vb.net Pin
myinstincts13-Aug-09 23:03
myinstincts13-Aug-09 23:03 
Answer[Cross Post]Re: passing values from the windows form to a crystal report in vb.net Pin
Scott Dorman14-Aug-09 5:16
professionalScott Dorman14-Aug-09 5:16 
QuestionSigntool Pin
costas081113-Aug-09 7:23
costas081113-Aug-09 7:23 
AnswerRe: Signtool Pin
Dave Kreskowiak13-Aug-09 8:09
mveDave Kreskowiak13-Aug-09 8:09 
GeneralRe: Signtool Pin
costas081113-Aug-09 8:42
costas081113-Aug-09 8:42 
Question.Net System.IO.Packaging: Problem reading text, image, tables from a docx file Pin
GiliGiliGe13-Aug-09 5:41
GiliGiliGe13-Aug-09 5:41 
QuestionMerge wave files with different sample rates/bits per sample Pin
pimb213-Aug-09 1:21
pimb213-Aug-09 1:21 
AnswerRe: Merge wave files with different sample rates/bits per sample Pin
molesworth13-Aug-09 2:49
molesworth13-Aug-09 2:49 
GeneralRe: Merge wave files with different sample rates/bits per sample Pin
pimb215-Aug-09 7:16
pimb215-Aug-09 7:16 
Questionthe datagrid problem Pin
prakash.ss8313-Aug-09 1:16
prakash.ss8313-Aug-09 1:16 
AnswerRe: the datagrid problem Pin
Henry Minute13-Aug-09 4:12
Henry Minute13-Aug-09 4:12 
QuestionVC++.NET Question Pin
murktinez12-Aug-09 9:20
murktinez12-Aug-09 9:20 
AnswerRe: VC++.NET Question Pin
Luc Pattyn12-Aug-09 9:32
sitebuilderLuc Pattyn12-Aug-09 9:32 
GeneralRe: VC++.NET Question [modified] Pin
murktinez12-Aug-09 10:19
murktinez12-Aug-09 10:19 
GeneralRe: VC++.NET Question Pin
Luc Pattyn12-Aug-09 10:49
sitebuilderLuc Pattyn12-Aug-09 10:49 
QuestionXML Serialisation - is it possible to generate multiple views from an object? [modified] Pin
Kalyan_A12-Aug-09 4:56
professionalKalyan_A12-Aug-09 4:56 
AnswerRe: XML Serialisation - is it possible to generate multiple views from an object? Pin
Tristan Rhodes13-Aug-09 23:49
Tristan Rhodes13-Aug-09 23:49 
GeneralRe: XML Serialisation - is it possible to generate multiple views from an object? Pin
Kalyan_A19-Aug-09 2:53
professionalKalyan_A19-Aug-09 2:53 
QuestionSemaphore issue Pin
Member 330096911-Aug-09 21:14
Member 330096911-Aug-09 21:14 
AnswerRe: Semaphore issue Pin
N a v a n e e t h12-Aug-09 3:22
N a v a n e e t h12-Aug-09 3:22 
Member 3300969 wrote:
high volume of webservice calls the semaphore could no make locks using the WaitOne()


Semaphore in a web service? it doesn't looks good to me.

Semaphore will only allow the specified number of threads at a same time. When more number of threads calls WaitOne(), it will be queued and processed only when some thread releases the lock.

Probably you should provide more information about your method like what it does and why semaphore is used, etc.

Smile | :)


GeneralRe: Semaphore issue Pin
Member 330096912-Aug-09 3:41
Member 330096912-Aug-09 3:41 
GeneralRe: Semaphore issue Pin
N a v a n e e t h12-Aug-09 7:23
N a v a n e e t h12-Aug-09 7:23 
AnswerRe: Semaphore issue Pin
Mark Salsbery12-Aug-09 7:26
Mark Salsbery12-Aug-09 7:26 
QuestionPorting Remoting to WCF architecture problem Pin
cignox111-Aug-09 20:45
cignox111-Aug-09 20:45 
QuestionSynchronisation question Pin
Esmo200011-Aug-09 14:25
Esmo200011-Aug-09 14:25 

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.