Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~2K People Reached
Member Avatar for maurices5000

Are there two or more ways to couple and decouple the service type and service contract? The book I'm reading speaks of coupling and decoupling in two different ways. Am I reading it wrong? I can provide examples but I'm trying not to over complicate this post. 1) She speaks …

0
133
Member Avatar for maurices5000

I bought a book to help me learning WCF. Lots of people complained that the book was written for VS 2005 at first then there was a reprinting for VS 2008. What it seems is that the code for VS 2005 would not work in VS 2008. I'm wondering why? …

Member Avatar for maurices5000
0
261
Member Avatar for maurices5000

I was wondering if there were any good books or tutorials on how to use controls in ASP.net or Windows controls. (such as WinForm combobox, ASP dropdownbox, gridview, etc.) I remember in VB6.0 having a book that went over how to use many of the basic controls. But i don't …

Member Avatar for ddanbe
0
168
Member Avatar for maurices5000

I keep getting an error "not all code paths return a value." I've tried placing the return statement in several places to resolve the issue. Obviously I don't understand how to resolve this seemingly simple and common problem. Also I'm using a using statement for the datareader and a try …

Member Avatar for zachattack05
0
348
Member Avatar for maurices5000

Suppose I have a multiLine textbox such as this one. I type SELECT [tablename] dot....(for example: tblEmployee.FirstName) Do you think it is possible to get a list that will show a list of possible attributes for the table? All the intellisense textboxes I've seen are single line. I would like …

Member Avatar for maurices5000
0
145
Member Avatar for maurices5000

Is there a way to track or see which objects or variables are looking at the same location in memory?

Member Avatar for nmaillet
0
66
Member Avatar for maurices5000

public int CalculateProduct(int num1, int num2) Requires a return type of int. However, in main, when CalculateProduct is called, no variable is assigned to accept the int being returned. I don't understand why. Thanks! using System; delegate void NotifyCalculation(int x, int y, int result); class Calculator { NotifyCalculation calcListener; public …

Member Avatar for maurices5000
0
226
Member Avatar for maurices5000

Just a simple question, I'm just wondering if it is possible to wake a computer from hibernation with code. I've been thinking about trying to create an application that runs on a computer. It only activates at certain time intervals. The rest of the time, i'd like the computer to …

Member Avatar for maurices5000
0
112
Member Avatar for maurices5000

I'm just trying to get a bit more understanding about what seems to be to me a contradiction in the C# Pro book i bought. The book says >In simple terms,** a process is a running program**. However, formally speaking, a process is an operating system level concept used to …

0
134
Member Avatar for maurices5000

I thought you guys had an article about WinBatch on this page below. [url]http://www.daniweb.com/forums/member28964.html[/url] Is says what does this community think of WinBatch? or something like that. But i don't see any information on this forum about WinBatch.

0
61