Planning .NET applications

  • Thread starter Thread starter Gary
  • Start date Start date
G

Gary

Hello,

Does anyone have any recommendations of any articles on
the internet with guidelines on the best ways to plan
a .NET development project?

Regards,

Gary
 
Same way you plan any other project isnt it.

What works best for you. One size doesn't fit all.
 
I don't know of any internet articles, but I'd recommend a book named:
"Developing .NET Enterprize Applications" by John Kanalakis. It gives a good
overview of how to go about building a .NET application within a company
environment (integerating with Active Directory etc) and he provides a model
of development along the lines of User Interface - Business Objects -
Databases. He also provides the code for creating Business Objects which
should save you heaps of time.

Bear in mind that some of the stuff he does relies on you having Visual
Studio.NET Enterprize Architect or Enterprize Developer edition, and
assumes a working knowledge of C#.

Hope this is of use.
 
Back
Top