Feeds:
Posts
Comments

Archive for the ‘by Areas’ Category

Almost a year of community tech preview, the first true beta of the ASP.NET MVC framework has been released. It is a radical departure from the WebForms that has been promoted in the past, returning to mainstream web programming. The MVC pattern used in most of the current framework such as Ruby on Rails and Java’s Spring Framework (spring.net)

It also emphasis on JavaScript, AGAIN…. While WebForms tried to hide JavaScript from the developer, either by wrapping it in controls or by processing data on the server, ASP.NET MVC embraces it. By default MVC web sites get a “Scripts” folder already pre-populated with ASP.NET AJAX and jQuery

Another example of vendor influences, which trying to trap you under their proprietary way of thinking, can’t suppress the community evolutions and innovations…

Read Full Post »

MS Arch Journal 17

Journal 17: Distributed Computing.
Welcome to the 17th issue of The Architecture Journal! In this issue, we focus on Distributed Computing. We are approaching an inflection point with today’s hardware and technologies where a vision from only a few years ago is becoming reality—from deploying applications on microscopic devices in our environment through to football-sized datacenters offering applications in the cloud. Whether small or large, distribution and concurrency of multiple services can introduce a number of challenges—the focus of this issue is to understand what these challenges are, and how they can be overcome.  Download your electronic copy HERE.  

Read Full Post »

NHibernate 2.0 is here…

NHibernate 2.0 was made official with the announcement of its general availability by Ayende Rahien. You can download the latest build here. The announcement follows months of alphas and release candidates and now matches the features of Hibernate 3.2.

Read Full Post »

Full of bells-and-whistles of Velocity, Oslo, Sync Framework and .NET parallel extension. Gates also disclosed that UML will be part of Visual Studio 10, which I asked for years… The reappearance of the general-purpose industry standard UML for modeling in the flagship products in Microsoft’s developer line comes after several years of emphasis on special-purpose Microsoft-brewed DSLs, or Domain-Specific Languages. It proves Microsoft do listen… but they need a bit more time. It seems that Microsoft still don’t have clear or integrated direction for cloud computing so far… looking forward for the PDC Oslo release…

And can’t miss the last full day of Bill Gates in Microsoft… whatever big names that you can ever imagine are there… Somasegar’s demo is also very interesting too… but the fist silverlight demo just like piclens

You can also view more videos for this event here

Read Full Post »

EF Debate…

As the new VS2008 SP1 is coming out the door, Scott have a great post for all the improvements… One of the data development improvement is ADO.NET Entity Framework.

Danny Simmons, a Microsoft developer for ADO.NET Entity Framework project, has recently written a blog post comparing the Entity Framework with other data access solutions, which create a huge debate. I interest on how it compares with nHibernate. Here is an excerpt

The EF was specifically structured to separate the process of mapping queries/shaping results from building objects and tracking changes. This makes it easier to create a conceptual model which is how you want to think about your data and then reuse that conceptual model for a number of other services besides just building objects. Long-term we are working to build EDM awareness into a variety of other Microsoft products so that if you have an Entity Data Model, you should be able to automatically create REST-oriented web services over that model (ADO.Net Data Services aka Astoria), write reports against that model (Reporting Services), synchronize data between a server and an offline client store where the data is moved atomically as entities even if those entities draw from multiple database tables on the server, create workflows from entity-aware building blocks, etc. etc.

Dan admit that nHibernate is a rather full-featured ORM, and try to position EF to be more long team vision s for different layers or usages of the data. However, It seems that the EF team are strictly focused on data, the EF framework is very intrusive which made your application entity aware and bake its infrastructure directly into your business objects. NHibernate is not, it lets you use POCO in your business process.

I’d prefer a framework to be able to let me focus on business objects and problems, without data access infrastructure concerns bleeding into my business classes.

Greg Young, a Vancouver MVP, I met in Qcon last year, on his blog:

A single model cannot possibly be appropriate for all facets of your application including transactional behaviors, searching, and reporting. … Let me say for the 1000th time. If you are reporting off your transactional model you are seeking trouble!

I highly doubt a system like EF and what they suggest would work beyond trivial cases and is (as proposed) one small step up from using sprocs and linked servers as your integration model.

Jimmy Bogard, a senior consultant with Headspring Systems, had his reaction on his blog:

I think it’s a mistake to share a data model with anyone outside your bounded context (see Evans, Domain-Driven Design). It’s also a mistake to share a conceptual model or a EDM or whatever we’re calling this.

The EF goal is well beyond simple ORM. It’s an Object-Relational Mapper Mapper. You map your ORM to another conceptual map, which maps to the data model map, which maps to the database. The “just building objects” part tells me that EF is seriously discounting the idea of a rich domain model, which is where the heart of my business logic is.

There, and in stored procedures of course.

So far, it seems that there is lack of EF cheerleaders so far…

Read Full Post »

Read Full Post »

Since the second tech preview relaese of ASP.NET MVC in MIX08 on March, there is a lot of activities in the community to start using it for real application now… Besides Scott’s formal detail about the ASP.NET MVC, there is a few good resource to help us up to speed…

Rob Conery has been used the MVC Framework along with Agile coding practices such as test-driven development and common patterns such as the Repository Pattern. You may still remember his ASP.NET 2.0 Commerce Starter Kit (renamed as dashCommerce now). He created the MVC Storefront as an ongoing series, each part of the series describe the intent of part with great video demonstrating the detail.

(more…)

Read Full Post »

Journal 15: THE ROLE OF AN ARCHITECT.Welcome to the 15th issue of The Architecture Journal! In this issue, we wanted to kick start a discussion about our emerging profession. We’ve assembled a wide variety of perspectives from architects throughout the industry and at organizations like IASA and the Open Group. Download your electronic copy HERE.

Read Full Post »

Day 2`s Session Videos
You can check my notes on the sessions that I’ve attended here

Keynote (Day 2) – Enterprise Architecture at the Government of Canada
The Government of Canada has started to apply EA in innovative ways and they are getting results in ways (and places) you will not expect. Come learn how Canada’s Chief Architect and his team are pushing the EA envelop and driving towards Coherent Government by Design.

(more…)

Read Full Post »

CSAF 2008 – Day 2 My Notes

Day 2 in general is interesting… but when I found that Simon Guest won`t come tomorrow, a bit disappointed. For the full list of sessions videos, click here

KeyNote: EA – Everything Aligned
Gary Doucet from Government of Canada shared his insight in EA implementation. He emphasised that the enterprise architecture already exist in the enterprise… just not in a structure way…we need to make it coherent/align. The EA process should be a driver role to design the business process instead of just capturing the requirement, progressing from foundation, extended to embedded stage of the alignment between business process and architecture.

(more…)

Read Full Post »

Older Posts »