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

.NET (Core and Framework)

 
GeneralRe: About the .Net Framework Pin
0x3c03-Aug-09 9:30
0x3c03-Aug-09 9:30 
AnswerRe: About the .Net Framework Pin
Blikkies3-Aug-09 2:18
professionalBlikkies3-Aug-09 2:18 
AnswerSomeone needs to remove this thread Pin
leckey3-Aug-09 4:27
leckey3-Aug-09 4:27 
Questionexplanation of all properties,events and methods of each and every control Pin
koushikraj30-Jul-09 22:13
koushikraj30-Jul-09 22:13 
AnswerRe: explanation of all properties,events and methods of each and every control Pin
Eddy Vluggen30-Jul-09 22:36
professionalEddy Vluggen30-Jul-09 22:36 
GeneralSomewhat better question Pin
supercat931-Jul-09 7:20
supercat931-Jul-09 7:20 
GeneralRe: Somewhat better question Pin
Dave Kreskowiak31-Jul-09 7:34
mveDave Kreskowiak31-Jul-09 7:34 
GeneralRe: Somewhat better question Pin
Eddy Vluggen31-Jul-09 10:16
professionalEddy Vluggen31-Jul-09 10:16 
supercat9 wrote:
The original question was not well-written, and the poster failed to indicate what resources he'd tried to look at. Microsoft's documentation isn't as helpful as it could be; it would certainly be useful to have some better explanations of some common scenarios.


That part of MSDN can best be used as a reference-manual. I've remapped my F1-key to point there, as it loads quite quickly. It's not a good learning resource, but there's a different portal for that[^]. If you're after a specific common scenario, browse the "How Do I" video's[^].

There are some hidden nuggets in MSDN, explaining the differences between the French[^], Spanish and Polish sort-orders. My personal favorite is definitely the UX Guide[^] (also available as PDF[^]) explaining how a decent user-interface is made, and what one has to consider during the design Smile | :)

supercat9 wrote:
For example, what happens when a user presses the space bar when a particular form is the front-most window, and what factors control that behavior?


There's some electrical things going on, there's some things going on in the driver, some in the OS, and then some. I very much enjoyed reading the weblog[^] of Raymond Chen, learning about Messages[^] and how they are handled[^]. It's not all in the form of guides, but you can go far just by reading what's online.

supercat9 wrote:
What happens in various circumstances when someone interacts with a TextBox (e.g. typing a printable character, using an arrow key or shift+arrow key, control-V, control-insert, tab, enter, etc.)


Like I said, there's some gems hidden[^] on MSDN Smile | :)

supercat9 wrote:
I'd really like to have a guide that explained how all the events and overridable methods interact, but I'm not aware of any. Would you have any to recommend?


I'm not sure what it is that you seek; the best "guide" that I found on both events and OO is the book "Head First C#[^]".

If I interpret the question right, then you already know what an event is, how it differs from a delegate and how you replace a method in a derived class. In that case, you might be interested in the poster[^] that graphically depicts the Framework (part of the poster-pack[^]).

Ask five developers what you should learn next, and you'll get five[^] different[^] answers[^].

The only good piece of advice that I can give is to become very, very curious Smile | :)


GeneralRe: Somewhat better question Pin
Luc Pattyn31-Jul-09 18:35
sitebuilderLuc Pattyn31-Jul-09 18:35 
GeneralRe: Somewhat better question Pin
Eddy Vluggen1-Aug-09 0:43
professionalEddy Vluggen1-Aug-09 0:43 
GeneralRe: Somewhat better question Pin
Luc Pattyn1-Aug-09 6:56
sitebuilderLuc Pattyn1-Aug-09 6:56 
GeneralRe: Somewhat better question Pin
supercat92-Aug-09 9:21
supercat92-Aug-09 9:21 
GeneralRe: Somewhat better question Pin
Eddy Vluggen3-Aug-09 21:19
professionalEddy Vluggen3-Aug-09 21:19 
QuestionWindows Service Pin
Rolando Y. Puno30-Jul-09 16:11
Rolando Y. Puno30-Jul-09 16:11 
AnswerRe: Windows Service Pin
N a v a n e e t h30-Jul-09 16:22
N a v a n e e t h30-Jul-09 16:22 
GeneralRe: Windows Service Pin
scottgp31-Jul-09 2:53
professionalscottgp31-Jul-09 2:53 
AnswerRe: Windows Service Pin
Pete O'Hanlon31-Jul-09 3:14
mvePete O'Hanlon31-Jul-09 3:14 
AnswerRe: Windows Service Pin
Arindam Sinha1-Aug-09 2:32
Arindam Sinha1-Aug-09 2:32 
Questionvb.net Pin
koushikraj30-Jul-09 3:27
koushikraj30-Jul-09 3:27 
QuestionRemoting or WCF? Migration Help Pin
cignox129-Jul-09 21:34
cignox129-Jul-09 21:34 
QuestionHow to Update and Retrieve records on server? Pin
NeilRanjan29-Jul-09 19:53
NeilRanjan29-Jul-09 19:53 
AnswerRe: How to Update and Retrieve records on server? Pin
Pete O'Hanlon29-Jul-09 21:38
mvePete O'Hanlon29-Jul-09 21:38 
QuestionSort grouped listview in Windows XP Pin
JarpoK29-Jul-09 1:33
JarpoK29-Jul-09 1:33 
QuestionLogging and Instrumentation Pin
Sandumone28-Jul-09 10:32
Sandumone28-Jul-09 10:32 
AnswerRe: Logging and Instrumentation Pin
Mike Ellison28-Jul-09 10:57
Mike Ellison28-Jul-09 10:57 

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.