Posted in
Blogging, Coding Musings, Geekery on
October 8th, 2009 by
Abubakr Abdurahman –
Be the first to comment

Abubakr
http://msdn.microsoft.com/en-us/vbpreview/default.aspx
Well although this is only the preview of the VB version we promised that the C# version will be here soon.
Besides a cleaner, cooler look they say you’ll find navigation easier
According to Hanselman (from his blog):
New MSDN - Why?
… Continue Reading
Posted in
Coding Musings on
August 31st, 2009 by
Abubakr Abdurahman –
Be the first to comment
Posted in
Coding Musings on
August 31st, 2009 by
Abubakr Abdurahman –
Be the first to comment
“…
Domain Driven design is not a technology or a methodology.
It’s a way of thinking and a set of priorities, aimed at accelerating software projects that have to deal with complicated domains
..”
Be sure to check out:
http://www.goeleven.com/Blog/2009/6/17/DDD_-_Slides_Visug_Talk
Posted in
Coding Musings on
August 24th, 2009 by
Abubakr Abdurahman –
2 Comments Tags: C#, SQL transactions

Abubakr
The .NET framework provides support for managing transactions from code via the System.Transactions namespace. Performing database operations in a transaction is as easy as writing a using block with the TransactionScope Class.
… Continue Reading