programming .NET 2.0 windows appz, how???

J

Jeff

Hey

I have about 9 years of experience programming windows applications. My
knowledge is mainly from PowerBuilder. MFC, Java and .NET 1.1. I also got 2
years experience programming ASP.NET 2.0

But now I want to quickly be good at programming .NET 2.0 windows
applications!

So I was wondering if someone knows about a website containing great
articles about .NET 2.0 windows programming. If so please post the link here

I'm not interested in articles explaining for example the Main method (I
have a book which explain it). I'm more interested in reading about what is
best practice for coding things for .NET 2.0 appz

any suggestions?

Jeff
 
M

Mr. Arnold

I'm not interested in articles explaining for example the Main method (I
have a book which explain it). I'm more interested in reading about what
is best practice for coding things for .NET 2.0 appz

any suggestions?

http://www.lhotka.net/Article.aspx?id=1351540e-b941-446a-bacb-e0059cc82ee7

I have used the concepts taught in the books to build powerful Windows
desktop, Console Application, NT Service and ASP.NET solutions, both VB and
C# .NET. After I had learned what was happening with making objects, it
directly applied to all the various .NET solutions.

It's not about taking that Framework and trying to implement it. It's about
what the objects were doing and how they were doing it, which I just took
the concepts of manually building objects and ran with it to build powerful
..NET solutions.

Yes, the concepts of what was happening with the UI is important, along with
other aspects. But what was happening on the back-end and how the objects
were doing it gave me a lot of insight on many aspects of building .NET
solutions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top