1

I am wondering whether there's a good tutorial that walks you through the development of a full business application that is comparable to the real ones. I have learned the basics of C#, WPF, and programming and web development in general. All the books I have read only shows the syntax and code snippets but very rare shows you the development of a full business application from planning to testing to deployment.

What is the first step when creating a business application using C#/WPF? I know I need to have a plan first. Should I use UML?

What methodologies or techniques should I consider when starting to code. I have read about Domain Driven Design but there is also MVVM patterm. Which one should I use? Should I learn both of them.

I am currently searching for a work in .NET but I really need to know how the developer's workflow in a real life software development team. I have found some books that walks you through the creation of a full software such as Wrox's Problem-Design-Solution books. Does the content of this book comparable to the workflows of a real-life software development?

Thanks a lot in advance and I hope I can find an answer as I am planning to practice my skills to be ready in a corporate environment.

4

1 に答える 1

2

ええと、プラットフォームはこの時点では関係ありません。Winform または Web アプリを作成している場合、UML を使用しますか? その場合は、WPF でも使用します。そうでない場合は、それについてふざけます。

最初のステップは、ビジネス要件を慎重に収集することです。

コーディングを開始する際に考慮すべき方法論やテクニックは、プロジェクトのリーダーから引き継がれます。あなたは非常に経験が浅いように聞こえるので、決定はあなた次第ではありません。すべてのビジネスは異なります。一体、すべてのプロジェクトは異なります。最初の 5 つのプロジェクトごとに異なる方法論を使用できます。それらをブラッシュアップし、できる限り読んでください。ただし、常に学習曲線を上る必要があります。

すべての方法論やパラダイムを学ぶ必要はありません。あなたが行くように学びます。いくつかの基本的な前提、特に標準的なウォーターフォールを理解しますが、プロジェクトに割り当てられるまで深く掘り下げないでください。とにかく、私が行ったほとんどの場所は、独自の方法論に従っていません。それは、「安息日は人のために作られたものであり、安息日のために人が作ったものではない」タイプのものの1つです. 組織はさまざまな理由で逸脱します。

これは私が大学時代に持っていた本です。それは私によく役立っています。あなたはそれを$0.33で注文します。そんなものじゃない。 http://www.amazon.com/Software-Engineering-7th-Ian-Sommerville/dp/0321210263/ref=sr_1_25?s=books&ie=UTF8&qid=1342506249&sr=1-25&keywords=software+engineering

フィールドで頑張ってください。飛び込んで、一生懸命働いてください。あなたは大丈夫なはずです。

于 2012-07-17T06:33:54.857 に答える