I am a novice software developer and have only developed a few Java based applications. I want to make an ERP software for Windows using the .NET framework. I had decided upon using C# for GUI and logic.
I went through C# quickly as I am well versed with Java. I now also have an overview of Windows form.
I have a small application interacting with MS SQL server up and running. But I couldn't Google out of a few problems -
Links to reading resources would be very helpful..
I recommend doing some reading sir. One book I found that has given me a GREAT foundation on .NET architecture has been this book:
http://www.amazon.com/Microsoft%C2%AE-NET-Architecting-Applications-Pro-Developer/dp/073562609X
Goes into developing with testing in mind, n-tiered architecture, inheritance, everything.