| bio | website | cuartico.com |
|---|---|---|
| location | Caracas, Venezuela | |
| age | 27 | |
| visits | member for | 1 year, 6 months |
| seen | Apr 26 at 23:21 | |
| stats | profile views | 6 |
My knowledge is based on: CSS3, UI Design, JQuery, ASP.NET, LINQ, EF, MVC3 Razor, C#, VB, Google API V3, T-SQL, WCF...
...just a humble programmer that wants to learn more every day...
My twitter: @cuartico
|
May 2 |
awarded | Autobiographer |
|
Apr 26 |
accepted | Is it a good practice to create a ClassCollection of another Class? |
|
Apr 25 |
comment |
Is it a good practice to create a ClassCollection of another Class? Following this approach, I could even dismiss the ClassCollection even for the add, delete, update methods, by adding a new CarCRUD which will encapsulate all this methods... |
|
Apr 25 |
comment |
Is it a good practice to create a ClassCollection of another Class? Even tho, I think I could include those methods on the main Class |
|
Apr 25 |
awarded | Commentator |
|
Apr 25 |
comment |
Is it a good practice to create a ClassCollection of another Class? What about the custom methods we could have inside that ClassCollection? is it a good practice to put them on the main Class? |
|
Apr 25 |
comment |
Is it a good practice to create a ClassCollection of another Class? List<T> already implements IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T> and IEnumerable... Besides, I could use Linq... |
|
Apr 25 |
asked | Is it a good practice to create a ClassCollection of another Class? |
|
Jul 21 |
comment |
How to test the render speed of my solution in a web browser? Yes, I did, but YSlow doesn't work with IE, and PageSpeed is an extension for chrome, I tried that one too, but I need to see the diff cross browsers, Thx! |
|
Jul 3 |
comment |
How to test the render speed of my solution in a web browser? @ElYusubov yeah I can also see the traffic with chrom, but its not helping me determinate with the final rendering of the whole page, thx! |
|
Jul 3 |
comment |
How to test the render speed of my solution in a web browser? @dreza ok, checking them |
|
Jul 3 |
asked | How to test the render speed of my solution in a web browser? |
|
Jun 6 |
comment |
FxCop / Code Analysis with VS2010 Ultimate Ok, so it looks like a better option to use only code analysis |
|
Jun 6 |
asked | FxCop / Code Analysis with VS2010 Ultimate |
|
May 19 |
comment |
Better use on the name of variables @MainMa In your code, you're using 1 less variable, which means less memory space used, for that reason I'm assuming it has a better performance than the original one... |
|
May 18 |
awarded | Supporter |
|
May 18 |
awarded | Scholar |
|
May 18 |
comment |
Better use on the name of variables You're right, it's even optimized, sorry I can't give you +1, I'll do it as soon I reach 15 rep. |
|
May 18 |
accepted | Better use on the name of variables |
|
May 18 |
awarded | Student |