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# > january 2008 > threads for saturday january 12

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 31

Convert Linq IOrderedQueryable to IQueryable
Posted by Andrus at 1/12/2008 11:28:46 PM
I need to force DbLinq to generate select statement without ORDER BY. I tried IOrderedQueryable<T> orderedQueryable; orderedQueryable = (IOrderedQueryable<T>) (from b in Default.Db.Klients where region =="xx" orderby b.Kood,b.Tanav select b); var cnt = ( (IQueryable<T>) orderedQuery...more >>


ADO.NET: named parameter or unnamed, use ? or @, even % [ ]
Posted by Ryan Liu at 1/12/2008 9:43:47 PM
Does ADO.NET unified the way to use parameters in sql query string? No matter what database server or driver are being used, can ADO.NET layer supports so called named or unnamed parameters? And defines fixed parameter marker character? Does ANSI SQL define rules for parameter marker? That...more >>

Send Ctrl+C in testcase.
Posted by zlf at 1/12/2008 7:53:25 PM
Hello I'm writing testcase for my console application. One testcase requires to test press Ctrl+C while the application is running. How to send Ctrl+C while running application through System.Diagnostics.Process? I know I can simulate input through p.StandardInput.WriteLine, but I do not kn...more >>

MVP question
Posted by Steve K. at 1/12/2008 5:38:25 PM
I'm using Model View Presenter for my UI, I like to structure it introduces and it tends to make me "do the right thing" One problem I'm having is making the distinction between what I can and can't do in the View code. For example if a user modifies a value in the View and I want to chang...more >>

using class diagram in VS 2005
Posted by Tony Johansson at 1/12/2008 3:59:26 PM
Hello! I try to use the class diagram feature in VS 2005 but the drawing is different se below. If I have an Interface that "implement" two other interface these vill be shown with arrows pointing to the top interface which is correct. If I instead have a class that implement an interfa...more >>

Calling DLL function from C# and char** parameter type
Posted by Siol at 1/12/2008 11:37:14 AM
I'm trying to call a dll function from C# which has the following form: int some_function(int count, char **arg1, char **arg2) Which parameter type I need to use in C# for C++ char** type? I tried byte[][] (array of byte[]) but I get error "There is no marshaling support for nested arr...more >>

BUG: C# 2008 Express changed the tooltip color in all Vista's wind
Posted by BillD at 1/12/2008 5:51:00 AM
I have installed C# 2008 Express edition in Windows Vista, and I found this huge bug: the tooltip shown to the up corner of a window has the old yellow style color. Minimize, Maximize, Close buttons show a yellow tooltip in Explorer and all other programs; instead buttons, system tray icon...more >>

Practice Test Search Engine, It will be your best web site | http://exams.googletoad.com
Posted by Savas Ates at 1/12/2008 1:02:51 AM
http://exams.googletoad.com Just write your exam number or general phrase (70-227,642-642,cisco,oracle,microsoft,hp,juniper etc.) and hit the search button. Choose your dump (actualtests,pass4sure) , click detail page and click download button. If you have any request just fill the...more >>




DevelopmentNow Blog