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

July 2008 - Posts

Update on My First Book on ASP.NET - Professional ASP.NET 3.5 Security, Membership and Role Management with C# and VB

Now you can check my book on www.amazon.com by visiting the following link: Professional ASP.NET 3.5 Security, Membership, and Role Management with C# and VB See larger image Professional ASP.NET 3.5 Security, Membership, and Role Management with C# and

C# Tutorial Online

I passed by the following website that contains a tutorial of 22 Lessons on C#. If you are newly learning C#, make sure to check it here ( http://www.csharp-station.com/Tutorial.aspx ) Hope this helps, Regards
Posted by BilalHaidar [MVP] | 0 Comments
Filed under: ,

Binding a DropDownList in ASP.NET to an Enumeration

Here is a snippet code that helps you bind the items contained in an enumeration into a DropDownList in ASP.NET. To start with, let us define an enumeration as follows: public enum Directions { North = 1, East, South, West } The above is a C# definition

ASP.NET AJAX Roadmap

The ASP.NET AJAX Roadmap is published and can be reached here ( http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=14924 ) Enjoy it! Regards

ASP.NET Session State for Native HTTP Requests in IIS 7.0

In ASP.NET 2.0 and ASP.NET 3.5 applications hosted under IIS 7.0 and are running with the Integrated Mode, ASP.NET Session State does not get initialized when a native or non-managed request enters the Integrated HTTP Request pipeline. If you look at

Advertising on www.bhaidar.net

Hello, If you are interested to advertise on my website, I have started by today adding some advertisements on my website. Mainly the Ads will be inline text paragraphs or images that can be embedded either inline with the post or either on the bottom
Posted by BilalHaidar [MVP] | 2 Comments
Filed under: ,

Windows SDK for Windows Server 2008 and .NET Framework 3.5

I was searching for the WinSDK for .NET 3.5 and found it on the MSDN website. This is very essential especially when you are about to learn a new technology, it is worth hundreds of books out there!! Check it out here: Windows SDK for Windows Server 2008

Interfaces and Abstraction - New Community Nights Session @ www.LebDev.net

Community Nights Session Interfaces and Abstraction Ralph Varjabedian (Telephone.com Team Leader) Monday, July 14, 2008 - 6:00 - 8:00 PM Microsoft office Please use the REGISTRATION PAGE to register for the session. Seats are limited, make sure you confirm

Haissam Abdul Malak Blog

This post should have been written long time ago in fact!! Haissam is running a very interesting blog at: http://dotnetslackers.com/Community/blogs/haissam/ What is worth mentioning about Haissam's blog is that he is posting nowadays on integrating ASP.NET

FYI : Telerik Trainer

Few months ago Telerik started a new strategy of delivering guides and tutorials to its products by adding the Telerik Trainer. The Telerik Trainer is a special Media-Player software that you can download for free from the Telerik website ( http://www.telerik.com/training.videos/TelerikTrainer.zip
Posted by BilalHaidar [MVP] | 1 Comments
Filed under: