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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|