Click here to Skip to main content
15,793,139 members
Home / Discussions / C#
   

C#

 
AnswerRe: Tool or style help to manage coding Pin
BillWoodruff2-Aug-17 19:34
professionalBillWoodruff2-Aug-17 19:34 
GeneralRe: Tool or style help to manage coding Pin
Kanel Roath2-Aug-17 19:47
Kanel Roath2-Aug-17 19:47 
GeneralRe: Tool or style help to manage coding Pin
Richard MacCutchan2-Aug-17 21:43
mveRichard MacCutchan2-Aug-17 21:43 
GeneralRe: Tool or style help to manage coding Pin
Kanel Roath2-Aug-17 22:26
Kanel Roath2-Aug-17 22:26 
AnswerRe: Tool or style help to manage coding Pin
Mycroft Holmes2-Aug-17 23:00
professionalMycroft Holmes2-Aug-17 23:00 
AnswerRe: Tool or style help to manage coding Pin
Gerry Schmitz4-Aug-17 12:21
mveGerry Schmitz4-Aug-17 12:21 
SuggestionRe: Tool or style help to manage coding Pin
BenScharbach12-Aug-17 11:26
BenScharbach12-Aug-17 11:26 
QuestionResolution Changes Due To Linq Statement Pin
Member 127548282-Aug-17 14:50
Member 127548282-Aug-17 14:50 
The second time my program encounters this linq statement it changes the resolution of the application.

List<type> ZObjects = AppDomain.CurrentDomain.GetAssemblies()
.SelectMany(assembly => assembly.GetTypes())
.Where(x=> x.FullName.Contains("MyDataClasss") &&
x.Name.Substring(0,1) == "Z").ToList();

Can anyone explain why this would happen?

Thanks
AnswerRe: Resolution Changes Due To Linq Statement Pin
Dave Kreskowiak2-Aug-17 17:59
mveDave Kreskowiak2-Aug-17 17:59 
GeneralRe: Resolution Changes Due To Linq Statement Pin
Member 127548286-Aug-17 2:45
Member 127548286-Aug-17 2:45 
AnswerRe: Resolution Changes Due To Linq Statement Pin
Pete O'Hanlon4-Aug-17 0:34
subeditorPete O'Hanlon4-Aug-17 0:34 
QuestionInfo File vs. Hardlink Pin
my Nick1-Aug-17 9:01
my Nick1-Aug-17 9:01 
AnswerRe: Info File vs. Hardlink Pin
Richard Deeming1-Aug-17 10:32
mveRichard Deeming1-Aug-17 10:32 
GeneralRe: Info File vs. Hardlink Pin
my Nick1-Aug-17 22:28
my Nick1-Aug-17 22:28 
GeneralRe: Info File vs. Hardlink Pin
Jochen Arndt2-Aug-17 0:02
professionalJochen Arndt2-Aug-17 0:02 
AnswerRe: Info File vs. Hardlink Pin
Thomas Daniels2-Aug-17 0:06
mentorThomas Daniels2-Aug-17 0:06 
Questionhow to bind a wpf app to the hardware? Pin
Member 131965741-Aug-17 2:51
Member 131965741-Aug-17 2:51 
AnswerRe: how to bind a wpf app to the hardware? Pin
Afzaal Ahmad Zeeshan1-Aug-17 3:35
professionalAfzaal Ahmad Zeeshan1-Aug-17 3:35 
AnswerRe: how to bind a wpf app to the hardware? Pin
OriginalGriff1-Aug-17 4:40
mvaOriginalGriff1-Aug-17 4:40 
AnswerRe: how to bind a wpf app to the hardware? Pin
Bernhard Hiller1-Aug-17 23:23
Bernhard Hiller1-Aug-17 23:23 
AnswerRe: how to bind a wpf app to the hardware? Pin
Gerry Schmitz4-Aug-17 12:36
mveGerry Schmitz4-Aug-17 12:36 
AnswerRe: how to bind a wpf app to the hardware? Pin
BenScharbach12-Aug-17 10:37
BenScharbach12-Aug-17 10:37 
Questionhi how can i download offline Mappoint SDK API to integrate in my .net desktop software where i can find that file Pin
shaz171-Aug-17 2:51
shaz171-Aug-17 2:51 
AnswerRe: hi how can i download offline Mappoint SDK API to integrate in my .net desktop software where i can find that file Pin
Afzaal Ahmad Zeeshan1-Aug-17 3:55
professionalAfzaal Ahmad Zeeshan1-Aug-17 3:55 
AnswerRe: hi how can i download offline Mappoint SDK API to integrate in my .net desktop software where i can find that file Pin
Richard MacCutchan1-Aug-17 6:18
mveRichard MacCutchan1-Aug-17 6:18 

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.