Eduardo Dias
Thoughts on Architecture, Methodologies, Domain Design and .NET Technologies.
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
Agile
ASP.NET
ASP.NET MVC
C#
DDD
General Software Development
jQuery
running objects
Sponsors
advertise here
News
Navigation
Home
Blogs
Archives
December 2012 (2)
September 2012 (2)
August 2012 (1)
July 2012 (1)
Recent Posts
0
Comments
Small Dependency Injection Framework with Lambda Expressions
by
edurdias
Hi everyone, I was evaluating some frameworks for Dependency Injection for a given project here in the company. Frameworks such as Ninject and Unity are very good, but four needs, to 'big'. So we came up with a more 'minimalist' solution. Based on the...
0
Comments
Introducing Native Query Filters for Running Objects
by
edurdias
In my previous post we have discussed how to create queries and associate them to domain models. To create these queries, the developer can use Dynamic LINQ API using string values parameters (as shown below) It is powerful and complete, but we still...
1
Comments
Creating Multiple Queries for Running Objects
by
edurdias
Running Objects combines the power of LINQ with Metadata definition to let you leverage multiples perspectives of your queries of objects. By default, RO brings all the objects in natural order of insertion and including all the visible properties of...
Filed under:
General Software Development
,
ASP.NET
,
C#
,
Agile
,
ASP.NET MVC
,
DDD
,
running objects
0
Comments
Running Objects – Associations and Relationships
by
edurdias
After the introduction to the Running Objects with the tutorial Movie Database in 2 Minutes ( available here ), I would like to demonstrate how Running Objects interprets the Associations where we will cover: Direct Association – A reference to another...
4
Comments
Movie Database in 2 Minutes with Running Objects
by
edurdias
Demonstrating how to use Running Objects, we have published a tutorial in how to create a Movie Database, like the one from Stephen Walther, in just 2 minutes. The tutorial demonstrate how to create the application end-to-end. You can access the tutorial...
Filed under:
C#
,
jQuery
,
Agile
,
ASP.NET MVC
,
running objects
5
Comments
Introduction to Running Objects
by
edurdias
In the last years, the fast and constant evolution of business requirements together with the high priority and short development schedule became the main problems for thousands of developers trying to tackle the challenge of deliver high quality...
More Posts