Here are some links/posts to get you started on WPF:
Josh Smith: A Guided Tour of WPF – Part 1 (XAML); WPF.JoshSmith (Control Library)
Sacha Barber: WPF: A Beginner's Guide - Part 1 of n; List of Other Articles
Karl Shifflett: WPF Business Application Series Part 1 of n - Application Structure, Skinning & Custom ToolBar Button Control
Tuesday, April 27, 2010
Getting Started on ASP.NET MVC
If you are wondering about ASP.NET MVC, here are a couple articles to get you started:
Dr. Dobbs: Web Development Renewed
www.asp.net: What is ASP.NET MVC?
Dr. Dobbs: Web Development Renewed
www.asp.net: What is ASP.NET MVC?
Why is Software Engineering So Hard?
I've often thought that calling ourselves 'Software Engineers' and describing what we do as 'Software Engineering' implies that building software should be more like other engineering disciplines. For example, why is it so hard to accurately plan/predict/estimate what it takes to accomplish building some piece of software? Why do so many projects fail? Not that I am an expert on other engineering disciplines, but they don't seem to suffer the same problems we do, at least not too the same extent. Why is that?
Martin Folwer, in a post completely unrelated to the above, quotes Alistair Cockburn:
Martin Folwer, in a post completely unrelated to the above, quotes Alistair Cockburn:
...[who] explained that since people are the central element in software development, and people are inherently non-linear and unpredictable - such an effort is fundamentally doomed. Or at least it is until people become predictable agents that can be described with tractable mathematics.Perhaps that is at least part of the answer to my above questions--people play a much bigger role in software engineering efforts. Particularly in that it is often impossible to know upfront precisely what needs to be done and what the requirements are, leading to changes as the project moves along. In short, much more unpredictability.
Visual Studio 2010 and C# 4.0
With the release of Visual Studio 2010, Microsoft's Clint Edmonson offers a load of links on Visual Studio 2010 and C# 4.0.
Friday, April 9, 2010
New in VB 2010
Andrew Troelsen lists three of VB 2010's new features:
- Line continuation characters are no longer needed.
- Multi-statement lambdas are now supported.
- A lambda no longer requires a return value--in other words, lambdas which represent Subs are now allowed, not just lambdas representing Functions as was true previously.
Subscribe to:
Comments (Atom)