I am asking about that as I am going to develop a client side application using c# to display stock data and make some user-interaction, so give me links for best tutorials you read before
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Jeremy Miller’s guide is an excellent starting place. It covers several important patterns including:
You will also want to look at inversion of control and dependency inversion. Fowler’s overview does a good job of explaining the concept. When you’ve looked at this, here is a tutorial on just one implementation of an IoC tool.
If you are still hungry for more, check out Rich Newman’s series on Microsoft’s Composite Application Block. The CAB is chock full of patterns, but avoid the official documentation as it is notoriously difficult.