Stories recently tagged with 'Model'

Waterfall development just work as great(blog.decayingcode.com)

submitted by arch4ngelarch4ngel(585) 3 years, 2 months ago

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. read more...

add a comment |category: |Views: 16

tags: another

Anti-Pattern: Anemic Domain Model(blog.decayingcode.com)

submitted by arch4ngelarch4ngel(585) 3 years, 2 months ago

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 first blush it looks like the real thing. read more...

add a comment |category: |Views: 46

tags: another

Stop using those stupid Model example(blog.decayingcode.com)

submitted by arch4ngelarch4ngel(585) 3 years, 3 months ago

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. read more...

add a comment |category: |Views: 35

tags: another

Using the ASP.NET MVC ModelBinder attribute(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 8 months ago

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 Message properties. This blog post shows you how to use the ModelBinder attribute which allows ASP.NET MVC action methods to accept complex types. read more...

add a comment |category: |Views: 645

tags: another

The Oncoming Microsoft ASP.NET MVC with Some LINQ Tossed In - Part 2(adronbhall.com)

submitted by adronadron(835) 4 years, 3 months ago

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 green lighted along with some other tests for getting the basic navigation methods tested and green lighted.&nbsp; In this part of the series I'm going to go over the model from a LINQ point of view.&nbsp; After that in subsequent parts of this series I'll start building out the views, utilizing of course a test driven development process.&nbsp; So no more blabbering, let's code. read more...

add a comment |category: |Views: 1

tags: another

How to Write a Provider Model(dotnetslackers.com)

submitted by keyvankeyvan(4086) 4 years, 4 months ago

In this article Keyvan teaches you how to write your own data provider for .NET applications using the provider model. read more...

add a comment |category: |Views: 12

tags: another

Concurrent Affairs: Async additions to C#(msdn.microsoft.com)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 7 months ago

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. read more...

1 comment |category: |Views: 49

tags: another