Click here to Skip to main content
15,910,981 members
Home / Discussions / C#
   

C#

 
QuestionFree or commercial C# template framework available ? Pin
ngh16883-Mar-12 21:18
ngh16883-Mar-12 21:18 
AnswerRe: Free or commercial C# template framework available ? Pin
Abhinav S3-Mar-12 21:24
Abhinav S3-Mar-12 21:24 
GeneralRe: Free or commercial C# template framework available ? Pin
ngh16884-Mar-12 15:47
ngh16884-Mar-12 15:47 
AnswerRe: Free or commercial C# template framework available ? Pin
RobCroll3-Mar-12 21:40
RobCroll3-Mar-12 21:40 
GeneralRe: Free or commercial C# template framework available ? Pin
ngh16884-Mar-12 15:51
ngh16884-Mar-12 15:51 
GeneralRe: Free or commercial C# template framework available ? Pin
RobCroll5-Mar-12 1:13
RobCroll5-Mar-12 1:13 
GeneralRe: Free or commercial C# template framework available ? Pin
ngh16886-Mar-12 4:37
ngh16886-Mar-12 4:37 
QuestionNeed to convert this SQL Query to LINQ Pin
Paramu19733-Mar-12 19:46
Paramu19733-Mar-12 19:46 
Hi,
Iam using the following query to select the distinct field1 having more counts...
I mean, the following SQL Query

C#
<pre>select employee_position from company_labors group by employee_position having COUNT(*)>1

Suppose the data's like the following

Field1          Field2
Programmer      name1
Accountant      name2
Accountant      name3
store keeper    name4
Programmer      name5

then the following will be the output.

Programmer
Accountant

Hence is it possible to convert that SQL Query to linq?

THANKS
AnswerRe: Need to convert this SQL Query to LINQ Pin
murali_utr4-Mar-12 6:39
murali_utr4-Mar-12 6:39 
AnswerRe: Need to convert this SQL Query to LINQ Pin
thatraja4-Mar-12 6:56
professionalthatraja4-Mar-12 6:56 
QuestionCalling Base Class Constructor - base() Pin
AmbiguousName3-Mar-12 19:39
AmbiguousName3-Mar-12 19:39 
AnswerRe: Calling Base Class Constructor - base() PinPopular
Abhinav S3-Mar-12 21:22
Abhinav S3-Mar-12 21:22 
GeneralRe: Calling Base Class Constructor - base() Pin
BillWoodruff3-Mar-12 23:14
professionalBillWoodruff3-Mar-12 23:14 
GeneralRe: Calling Base Class Constructor - base() Pin
Abhinav S5-Mar-12 1:00
Abhinav S5-Mar-12 1:00 
GeneralRe: Calling Base Class Constructor - base() Pin
ProEnggSoft5-Mar-12 22:21
ProEnggSoft5-Mar-12 22:21 
AnswerRe: Calling Base Class Constructor - base() Pin
DaveyM694-Mar-12 0:35
professionalDaveyM694-Mar-12 0:35 
QuestionCrystal report problem in C# application Pin
Shuaib wasif khan3-Mar-12 4:37
Shuaib wasif khan3-Mar-12 4:37 
GeneralRe: Crystal report problem in C# application Pin
Shameel3-Mar-12 5:08
professionalShameel3-Mar-12 5:08 
GeneralRe: Crystal report problem in C# application Pin
Shuaib wasif khan3-Mar-12 20:34
Shuaib wasif khan3-Mar-12 20:34 
GeneralRe: Crystal report problem in C# application Pin
Shameel3-Mar-12 20:44
professionalShameel3-Mar-12 20:44 
GeneralRe: Crystal report problem in C# application Pin
Shuaib wasif khan3-Mar-12 21:27
Shuaib wasif khan3-Mar-12 21:27 
GeneralRe: Crystal report problem in C# application Pin
Shameel3-Mar-12 21:49
professionalShameel3-Mar-12 21:49 
AnswerRe: Crystal report problem in C# application Pin
jschell5-Mar-12 8:38
jschell5-Mar-12 8:38 
QuestionC# Favorites Pin
MAW302-Mar-12 18:30
MAW302-Mar-12 18:30 
AnswerRe: C# Favorites Pin
thatraja2-Mar-12 19:26
professionalthatraja2-Mar-12 19:26 

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.