Fluent C#: Application Development
- Let's Review that Process...
- Meet Neil & Gordon...
- Task List
- The Development Process
- ...One More Time
- System Design
- Agile Waterfalls
- Use Cases
- What If...?
- UML State Diagrams
- An Example
- Specification Components
- User Requirements
- ...One More Time
- Creating executables
- Compiled or Interpreted?
- Just-in-Time...
So, you want to learn to program. That’s great. You’re reading the right book. But what exactly is programming? Is it the same as software development?
And what about that other stuff you might have heard about...development platforms, application architectures, development methodologies, design patterns, best practices. It all starts to sound a little scary, doesn’t it?
In this chapter, we’ll figure out what all these things are, and where they all fit in the process of getting from here (an idea for some software) to there (a working application).
Relax, it’s not as complicated as you think...
Let’s Review that Process...
Start with a good idea (that’s the hard part!), and you’re just five steps away from a solution. In this book we’ll mostly be looking at how you write source code, but don’t worry, we’ll look at the rest of the steps too—at least enough to get you started on the right path.