Welcome to Bilal Haidar [MVP, MCT] Official Blog Sign in | Join | Help

July 2006 - Posts

HttpResponse.ApplyAppPathModifier Method

A very interesting method I came over today: HttpResponse.ApplyAppPathModifier According to the MSDN documentation: Adds a session ID to the virtual path if the session is using Cookieless session state and returns the combined path. If Cookieless session

The Last Night!!

This is my last night I sleep here in my home in Beirut!! Tomorrow morning I am leaving outside the country following my company and going away from this ugly war we have that stopped everybody in Lebaon from going to their jobs, stopped them from their

Support my country!!

For the 7th consecutive day, my country is under attack by Israel!!! More and more civilians are killed daily!! Support my country and express your resistance for the barbarians here by posting your comments below!!!

XSLT Debugging in .NET 2.0

You can now debug an XSLT document in .NET 2.0. You have now the XslCompiledTransform object that is used to do the transformation in .NET 2.0. When you create your instance of the XslCompiledTransform use this constructor: XslCompiledTransform xsl =

Lebanon under attack, 6th day

Today is the 6th day of the Israeli attacks on Lebanon. More civilians are killed, more buildings, bridges, ports, etc .. are destroyed. Anybody to care or stop all that???????

Lebanon still under attack

My beloved country is still under attack for the 4rth consecutive day by the barbarians, Isarel. The primse minister declared Lebanon a "disaster zone" and asked all the internal community to help us get out of this disaster. Any country can listen and

Lebanon Under Attack by Israel

For the second consecutive day, Lebanon, my beloved country, is under the Israeli bombing and attack!!! Civilians are being killed more than 50 up till now, most of our main roads and bridges have been destroyed. This morning I woke up on the sounds of
Posted by BilalHaidar [MVP] | 1 Comments
Filed under:

By the Community, For the Community

The By The Community, For the Community samples series will create ASP.NET samples that are in high demand. These samples will not be created by Microsoft but instead by a select group of ASP.NET community member MVPs. You can see their bios below. On

By the Community, For the Community

The By The Community, For the Community samples series will create ASP.NET samples that are in high demand. These samples will not be created by Microsoft but instead by a select group of ASP.NET community member MVPs. You can see their bios below. On

SQL Server Provider Statistics

SQL Server Provider in .NET Framework 2.0 provides a way to generate per-connection reports for measuring performance through a property in the SqlConnection object called StatisticsEnabled. This is a sample code of how to do so: SqlConnection conn =

Microsoft Private Folder 1.0

Microsoft released a new utility to password-protect your folder. This is the description from the Microsoft site: Microsoft Private Folder 1.0 is a useful tool for you to protect your private data when your friends, colleagues, kids or other people share
Posted by BilalHaidar [MVP] | 0 Comments
Filed under:

Provider ToolKit Configuration Utility - Part 2

In a previous post, Provider ToolKit Configuration Utility , I published a small utility that helps you create all the needed files when you are building a new Service Provider Model. In this post, I have upgraded that utility to allow you to create Providers

Parameter Types in C#

I read a nice article this morning, wanted to share with you, it is an old and every day article I guess. The article is titled: Parameter passing in C# . It explains in details the different parameter types we have in C#. So I will be just summarizing
Posted by BilalHaidar [MVP] | 0 Comments
Filed under: