| bio | website | |
|---|---|---|
| location | ||
| age | 22 | |
| visits | member for | 1 year, 9 months |
| seen | May 9 at 6:32 | |
| stats | profile views | 26 |
|
Oct 25 |
comment |
How do you organize an ASP.NET MVC 3 application with potentially hundreds of views but with only a few entry points? @WyattBarnett I think by entity he means a class, and by ViewModel he means a class only needed for displaying the page(View). |
|
Oct 21 |
comment |
What is the purpose of arrays in C, when pointers could have done the job? Why have 0xAB when you can achieve the same thing with 171? |
|
Oct 3 |
awarded | Enthusiast |
|
Sep 29 |
comment |
Unicode clarification @ImranOmarBukhsh 3 bytes because UTF-8 is a multibyte encoding. See this if you want to know how that works. |
|
Sep 28 |
awarded | Commentator |
|
Sep 26 |
comment |
Why are zero-based arrays the norm? I like zero-based arrays because of the first bit in a byte is 2^0, not 2^1. This helps me sometimes :) |
|
Sep 26 |
comment |
How exactly do we go from Binary/Hex to Assembly Instruction sets? I'm not sure if I understand your question perfectly, but I think you can find your answer here, here or here. |
|
Sep 22 |
comment |
Mobile PC Remote thanks, I will try Qt maybe. |
|
Sep 22 |
awarded | Scholar |
|
Sep 22 |
accepted | Mobile PC Remote |
|
Sep 15 |
comment |
What's the reasoning behind the “I” prefix naming convention for interfaces in .NET? IBaseBall and IBaseBallBase makes more sense to me than BaseBallBase and BaseBallBaseBase (silly example, I know :D) |
|
Sep 14 |
comment |
What are the benefits of using comments I think you just answered your own question with: "I am finding it difficult to understand how the application works". That is THE argument that you are looking for :) |
|
Sep 13 |
awarded | Student |
|
Sep 13 |
revised |
Mobile PC Remote edited body |
|
Sep 13 |
asked | Mobile PC Remote |
|
Sep 13 |
comment |
What other languages, beside Transact SQL, state that 22/7 is equal to 3? almost all languages return int when both are int, except those who have different operators for division (ex. pascal: 22/7=3.1428571 and 22 div 7=3) |
|
Aug 28 |
awarded | Supporter |
|
Aug 27 |
revised |
How do you learn a language's standard framework/API/functionality? deleted 9 characters in body |
|
Aug 26 |
revised |
How do you learn a language's standard framework/API/functionality? edited body |
|
Aug 26 |
revised |
How do you learn a language's standard framework/API/functionality? added 1 characters in body |