Click here to Skip to main content
15,884,923 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I've been developing web apps, for a while now so i know how to get the job done, what i don't know is how every thing really works, i know some but the rest i can't get a grasp on like how abstract works, what happens when i instantiate an object from a class that inherits from an abstract class?, where things get stored Heap vs Stack?, in other words the Interview questions that i suck at, so any advice would be great, books, videos, online courses, whatever you can provide would really help me.
Posted

I would say, this:
http://en.wikipedia.org/wiki/.NET_Framework[^],
http://www.microsoft.com/net[^].

The operation of stack vs. heap is quite obvious. If you need explanation, search for CodeProject answers. I answered similar questions good number of times and not giving you the references just because I understand that this is not your real question.

You should understand: you should not learn how to answer interview questions, you should get knowledge of technologies themselves. And you won't get this knowledge without practice and experience. However, from your question, I think you do understand it yourself.

—SA
 
Share this answer
 
Comments
Ibrahim.Me.2011 3-Nov-13 15:26pm    
I am not asking for the interview i really need a useful book or online course to learn on that matter.
Sergey Alexandrovich Kryukov 3-Nov-13 15:31pm    
Very good. Yes, I understand that. I mentioned it just in case, as a number of inquirers tried to ask about preparations for the interviews. I would really advise to learn original Microsoft documentation, which is complete enough. I think it's better to lead your study in the directions you prefer, instead of being led by some course. Don't get me wrong: the course could also be useful...
—SA
Ibrahim.Me.2011 3-Nov-13 15:56pm    
Alright, Sergey thanks for your time.
Sergey Alexandrovich Kryukov 3-Nov-13 16:37pm    
Sure.
—SA
Your question reminds me of this CP article, check it out.
A Look under the hood of the .NET Framework[^]

And here more than couple of ways to learn anything in Internet.
Education Needed[^]
 
Share this answer
 
Comments
Ibrahim.Me.2011 4-Nov-13 11:52am    
Your answer make me happier than i would be if i saw a flying dolphin, very thankful :).
thatraja 4-Nov-13 12:30pm    
:) One of the interesting replies from Enquirer for my answer. Glad to be of service!
Use this link

http://en.wikipedia.org/wiki/.NET_Framework[^]

Browse in youtube for .net framework and each and every components in the different framework of .net framework.

Watch the following video

http://www.youtube.com/watch?v=qOQubtK-Vtg[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900