ahmadadnan

Stories kicked by ahmadadnan

The Only Pattern for Data Access is There Are No Patterns for Data Acc(theahmadblog.blogspot.com)

submitted by ahmadadnanahmadadnan(30) 2 years, 11 months ago

Over the years of software development, one thing that has eluded most developers is Data Access. Yes, I mean writing code that accesses a database from your application. It is an age old problem since the days when data storage and computing were invented. We would have thought that by now we would have been able to come up with a clean universal pattern for data access such as the M-V-C pattern for User Interfaces or the Singleton pattern or the Factory pattern. read more...

add a comment |category: |Views: 14

tags: another

Regional Conflicts(wijix.com)

submitted by syedtayyabalisyedtayyabali(135) 2 years, 11 months ago

We have all come to love our IDE features and take them from granted nowadays. Features like intellisense, code-complete, refactoring and code organization and of course the use of Regions. The #region and #endregion keywords basically provide the ability to hide code and collapse it into a short word or phrase provided at the beginning of the block with the IDE showing a plus sign to expand and collapse the region. Eg: #region Public Methods #endregion read more...

add a comment |category: |Views: 11

tags: another

Var Wars – Abuse of the CSharp var(theahmadblog.blogspot.com)

submitted by ahmadadnanahmadadnan(30) 2 years, 11 months ago

CSharp 3.0 introduced the var keyword for declaring variables without having to explicitly specify the type. This was done for using anonymous types returned from LINQ queries. Now, I am seeing many developers use it all over their code and think its a good thing. read more...

add a comment |category: |Views: 104

tags: another

Unraveling the Mysteries behind the favicon.ico(wijix.com)

submitted by syedtayyabalisyedtayyabali(135) 3 years ago

Ever wonder how some sites can have a cool icon in the top corner of the browsers, and yours only has the default browser icon read more...

add a comment |category: |Views: 14

tags: another

The DataSet rant(sleeplesscoder.com)

submitted by larsmaehlumlarsmaehlum(30) 3 years ago

A small rant on the pain of DataSet read more...

add a comment |category: |Views: 15

tags: another

Comparison of Linq to Sql and Orasis Generated Data Access Code(orasissoftware.com)

submitted by neophytosneophytos(60) 3 years ago

This is a very good and fair comparison. What does not show here is the difference in performance which I suspect LinQ to SQL must be slower. read more...

11 comments |category: |Views: 303

tags: another