By tag: Model
0
kicks
Waterfall development just work as great
Waterfall development is still a valid way to develop software. Setting up the requirements, making proper analysis, coding and then testing works just as fine. However… not for ever changing software like a website.
If I were to build an e-Commerce website, I would never choose to go Waterfall.
0
kicks
Anti-Pattern: Anemic Domain Model
Here is an anti-pattern Martin Fowler will agree with. In fact, it’s Martin Fowler that first described this anti-pattern in November 2003. Like Fowler said, it looks like a model, it smells like a model but there is no behaviour inside.
The basic symptom of an Anemic Domain Model is that at firs...
0
kicks
Stop using those stupid Model example
Stop using Circle/Square/Rectangle, People/Employee, Car/Model examples for models or example on how to use Object-Oriented Principles or any example at all.
There is plenty of "Open" model that you can use. Here's a simple list for those who needs inspiration.
0
kicks
Using the ASP.NET MVC ModelBinder attribute
ASP.NET MVC action methods can be developed using regular method parameters. In earlier versions of the ASP.NET MVC framework, these parameters were all simple types like integers, strings, booleans, … When required, a method parameter can be a complex type like a Contact with Name, Email and Messag...
0
kicks
The Oncoming Microsoft ASP.NET MVC with Some LINQ Tossed In - Part 2
In the <a href="http://adronbhall.com/blogs/technology__software_development/archive/2007/12/25/6062.aspx" target="_blank">first part of this series</a> I went over how to create a basic skeleton of controllers and models so that we could create a mock test and get it...
0
kicks
How to Write a Provider Model
In this article Keyvan teaches you how to write your own data provider for .NET applications using the provider model.
0
kicks
Concurrent Affairs: Async additions to C#
My man-crush, Jeffrey Richter (of CLR Via C# fame) writes in the November issue of MSDN magazine about some of the recent additions to C# that makes the async programming model easier, plus other stuff.