Category Archives: Technical

.Net Framework or Crystal Reports is leaking handles and possibly memory

 This is an application created for testing the handles leaks and memory as proof of concept, so either CR(Crystal Reports) or MS(Microsoft) fix the problem in their future service packs.             When you click on the button to create reports, … Continue reading

Posted in Technical | Tagged | Leave a comment

Unity of Enterprise Library Problems

This post will take about what ever problems that might come into my way while using ms unity: http://unity.codeplex.com

Posted in Development, Technical | Tagged , , , , , | Leave a comment

Inversion of control (IoC), Dependency injection (DI)

Dependency injection (DI)     http://en.wikipedia.org/wiki/Dependency_injection “Dependency injection (DI) in object-oriented computer programming is a technique that indicates to a part of a program which other parts it can use, i.e. to supply an external dependency, or reference, to a software … Continue reading

Posted in Technical | Tagged , , , , , , , , , , , | Leave a comment

تنصيب سيكويل سيرفر اكسبرس 2008

Installing SQL Server Express 2008 R2   إذا كنت تستخدم ويندوز 7، فقم بتنصيب فقط التالي: If you are using windows 7 then just install: Else, if you are using windows XP then install the following in order:

Posted in Technical | Tagged , | Leave a comment

Enterprise Library: Loading the .config file

‘This .vb file shows how to load a .config file to be the defualt in the Enterprise Library Imports Microsoft.Practices.EnterpriseLibrary.Logging Imports Microsoft.Practices.EnterpriseLibrary.Logging.ExtraInformation Imports Microsoft.Practices.EnterpriseLibrary.Logging.Filters Imports Microsoft.Practices.EnterpriseLibrary.Common.Configuration

Posted in Technical | Tagged , , | Leave a comment