Click here to Skip to main content
15,903,830 members

Comments by Silver13 (Top 26 by date)

Silver13 13-Oct-15 18:50pm View    
I red on one of the articles that Dynamic is one of the underused feature of the code. That's what got me thinking about it.

Also, right here on Code Project i came across this.
http://www.codeproject.com/Tips/460614/Difference-between-var-and-dynamic-in-Csharp

Very informative answer to my question. Thanks Bill. I am definitely going to look at the free book you suggested.
Silver13 13-Oct-15 18:36pm View    
Thanks for the links, i have red them already. I do understand a bit about it but i cannot say that i truly understand it yet.

Just as you said it: "tell us the difference between apple and Apple"

I came to the same conclusion that they appear same but are not quite.. hence why i wanted someone with more experience help me understand it better.

Why do we have two things that are capable of seeming same things. Thanks for the second link though, i missed that one.
Silver13 16-Sep-15 19:34pm View    
Pretty straight forward. I always underestimate the power of Regex. This is a great solution!
Silver13 16-Sep-15 19:33pm View    
The numbers are always going to be inside val{} for this scenario.
The target is to get those numbers inside. The only other constrain for this would to ignore zeros.
Silver13 27-Jul-15 22:16pm View    
Also, very important to have is return statement for everytime e.HasMorePages is set to true, otherwise code wont realize it needs to start new page.

Thanks for the help.