Click here to Skip to main content
15,890,043 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Data Conversions Pin
Richard Deeming10-Jun-13 1:40
mveRichard Deeming10-Jun-13 1:40 
GeneralRe: Data Conversions Pin
Bram van Kampen11-Jun-13 13:11
Bram van Kampen11-Jun-13 13:11 
AnswerRe: Data Conversions Pin
Ron Beyer10-Jun-13 3:07
professionalRon Beyer10-Jun-13 3:07 
QuestionExecution time difference between VB.Net and C# code Pin
TnTinMn9-Jun-13 11:36
TnTinMn9-Jun-13 11:36 
AnswerRe: Execution time difference between VB.Net and C# code Pin
Bram van Kampen9-Jun-13 14:37
Bram van Kampen9-Jun-13 14:37 
GeneralRe: Execution time difference between VB.Net and C# code Pin
TnTinMn9-Jun-13 16:00
TnTinMn9-Jun-13 16:00 
AnswerRe: Execution time difference between VB.Net and C# code Pin
Ron Beyer9-Jun-13 19:05
professionalRon Beyer9-Jun-13 19:05 
GeneralRe: Execution time difference between VB.Net and C# code Pin
TnTinMn10-Jun-13 3:59
TnTinMn10-Jun-13 3:59 
Ron,

Thank you for the well deserved kick in the pants on optimizing the individual grayscale calculations. Smile | :)

I was too pleased with myself for figuring out that I could read/write the color as an integer versus the separate alpha, red, green, blue bytes and performance boost that yielded as those individual bytes are then re-assembled to recreate that integer value in the Color structure.

As I am writing this, I have realized that my logic (and attempt to optimize) was completely flawed from the start as it was all premised on creating and using a Color structure. There is absolutely no need for this structure other than as a pretty box. Oh-well, back to the drawing board. Blush | :O

I have never used a profiler, but I will look into it. Unless someone else has an explanation, I will have to chalk this up to the VB compiler optimizing this code segment better than the C# compiler.

Thanks again, you made me re-think this and also made me realize that I have become susceptible to falling for the shiny box.Unsure | :~
QuestionDisplay Comments in winforms Pin
Member 100156599-Jun-13 5:04
Member 100156599-Jun-13 5:04 
AnswerRe: Display Comments in winforms Pin
Abhinav S9-Jun-13 5:23
Abhinav S9-Jun-13 5:23 
QuestionHow The data by jquery Pin
hansraj.sm5-Jun-13 20:52
hansraj.sm5-Jun-13 20:52 
AnswerRe: How The data by jquery Pin
Richard MacCutchan5-Jun-13 21:15
mveRichard MacCutchan5-Jun-13 21:15 
AnswerRe: How The data by jquery Pin
Abhinav S5-Jun-13 22:14
Abhinav S5-Jun-13 22:14 
AnswerRe: How The data by jquery Pin
Pete O'Hanlon5-Jun-13 22:20
mvePete O'Hanlon5-Jun-13 22:20 
QuestionHow to defeat God Pin
Bram van Kampen5-Jun-13 15:02
Bram van Kampen5-Jun-13 15:02 
AnswerRe: How to defeat God Pin
Dave Kreskowiak5-Jun-13 15:13
mveDave Kreskowiak5-Jun-13 15:13 
AnswerRe: How to defeat God Pin
Pete O'Hanlon5-Jun-13 19:23
mvePete O'Hanlon5-Jun-13 19:23 
AnswerRe: How to defeat God Pin
Richard MacCutchan5-Jun-13 21:14
mveRichard MacCutchan5-Jun-13 21:14 
GeneralRe: How to defeat God Pin
Bram van Kampen7-Jun-13 0:25
Bram van Kampen7-Jun-13 0:25 
GeneralRe: How to defeat God Pin
Richard MacCutchan7-Jun-13 1:02
mveRichard MacCutchan7-Jun-13 1:02 
AnswerRe: How to defeat God Pin
dusty_dex6-Jun-13 6:59
dusty_dex6-Jun-13 6:59 
AnswerRe: How to defeat God Pin
RedDk6-Jun-13 12:12
RedDk6-Jun-13 12:12 
Questionhow can I make a online class ? Pin
barbodsoft4-Jun-13 6:02
barbodsoft4-Jun-13 6:02 
AnswerRe: how can I make a online class ? Pin
Pete O'Hanlon4-Jun-13 7:12
mvePete O'Hanlon4-Jun-13 7:12 
GeneralRe: how can I make a online class ? Pin
barbodsoft4-Jun-13 9:13
barbodsoft4-Jun-13 9:13 

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.