Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


all groups > c# > april 2008 > threads for sunday april 13

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Creating ToolStripMenu based on user rights
Posted by Andrus at 4/13/2008 7:38:50 PM
I have .NET 2 WinForms MDI application containing 250 ToolStripMenu items. I need to make some submenus invisible and individual menus invisible if user has no rights or insuficient level of access. This can be determined at menu creation time. Possibilites: 1. Modify WinForms designer gen...more >>

help - i have a question with xsl
Posted by Julie Smith at 4/13/2008 4:41:56 PM
I apologise in advance for asking here. I know its a C# newsgroup, but i regard this newsgroup as one of the best to come to for dev help. I want to do this in xsl: <xsl:if test="true"></tr></xsl:if> However, i get an error regarding the </tr> part not having the initial tag. How do i do ...more >>

LINQ dataContext methods - should you put business logic there?
Posted by Andy B at 4/13/2008 4:13:05 PM
I was just wondering, when you create dataContext methods, should you put business logic there to try and minimize pushing data through 2-3 layers of code? or should the business logic still go in another class somewhere making it access the dataContext methods? ...more >>

linq vs. dataSet?
Posted by Andy B at 4/13/2008 2:12:52 PM
Is it more practicle to use linq instead of a dataSet for sql access? It seems like it would take up less resources and less code. Any ideas on this subject? ...more >>

using OUT in a method
Posted by Pascal at 4/13/2008 9:58:44 AM
hello everybody ! I get this error 3 times : "The output parameter must be assigned before the control leaves the current method" (dor dMin and dMax) this one 1 time : Use of the parameter 'out' is not assigned 'dMax' This is my first steps in C#: i can't manage(understand) this error. I ...more >>

citrate de sildenafil soft en France dans commande cialis corpus commander cialis en France en ligne aucune prescription citrate de Tadalafil bon marc
Posted by muggle21480@googlemail.com at 4/13/2008 8:58:01 AM
citrate de sildenafil soft en France dans commande cialis corpus commander cialis en France en ligne aucune prescription citrate de Tadalafil bon marche canada cialis us usa a vendre generique pharmacie en France +++ SANTE MASCULINE +++ SANTE MASCULINE +++ SANTE MASCULINE +++ + ACHET...more >>

threads (background worker) question
Posted by csharpula csharp at 4/13/2008 7:29:22 AM
Hello, I got a question regarding the usage of background worker. How can I run few threads via background worker with different objects as parameter each time. I understood that I can't do this: for (int i = 0; i < inputNum; i++) { string param = i.ToString(); bw.RunWorkerAsyn...more >>

complex List<> sorting
Posted by Tem at 4/13/2008 12:24:34 AM
I have an Interface InterfaceBase, and two classes Type 1 and Type 2 that implements InterfaceBase Class Type1 has a string property Title Class Type2 has a string property Title and an int property Ordering List<BaseC> list I would like to sort the list by the value of Ordering (Type 1'...more >>



Operator ?
Posted by MBSoftware at 4/13/2008 12:18:22 AM
Someone can explain me the meanings of the ? operator applied to declarations like that i found... private Point? startPoint; if i delete the ? the compiler gives me some errors but i don't understand what's the use of ? in that declaration position... help me please ...more >>

linq? what is it useful for? and where are some good tutorials/how to's?
Posted by Andy B at 4/13/2008 12:08:10 AM
Ok, I have seen linq mentioned before as well as seeing it online and in vs2008 a few times here and there. What is it, what is it useful for, and are there any good walkthroughs/tutorials on using linqToXml and linqToSQL? ...more >>


DevelopmentNow Blog