Hi Guys,
I have been browsing this site for a number of years now for articles, advice and code snippets, with great interest in the expertise displayed, never actually posting any questions until now.
I have been coding for a number of years now using procedural code, with breif interludes of OOP attempts, but due to speed necessity being drawn back into procedural to get the jobs done. After much pain I feel I may have come to a point where I can finally move the code forward into a real Object oriented design application. But now I feel a bit overloaded by where to start and how to go about it.
I would love some advice as to where\what to look at, design patterns? n-tier design? entity framework? Peta Poco?... the list seems endless.
I know I will make many mistakes as I have done many a time before, but I am just looking for at least a good start point, as this is a huge project that can be ever changing from outside influences.
I will be using visual studio 2010 (VB.net) I will be manipulating data taken from spreadsheets into both MS Access(moving to MS SQL) and XML(i have been using LinQ of late to manipulate the XML currently with the VB.Net environment)
Thanks guys, any help appreciated, particularly if you can point me towards some decent books or ideally online tutorials.