Welcome to Bilal Haidar [MVP, MCT] Official Blog
Sign in
|
Join
|
Help
Bilal Haidar [MVP, MCT]
.net, .life, .love, .society, .work, .articles, .lebanon
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
ADO.NET
AJAX-ATLAS
ASP.NET 1.x
ASP.NET 2.0 - General
ASP.NET 2.0 - Master Pages
ASP.NET 3.5
ASP.NET Extensions 3.5
ASP.NET MVC
ASP.NET Security
C# 3.0
Community Server
Databases & SQL
Databases &
Design Patterns
Design Patterns in ASP.NET
DLinq
DotNetNuke
General
HttpHandlers
HttpModules
IIS
IIS 7.0
Internet Information Services
Linq
MSDN WebCasts
MVC
Online Resources
Silverlight
SQL
SQL Server Session State
Telerik Controls
Visual Studio
WF
Windows Forms
Windows Server 2008
Windows Setup
Windows Workflow Foundation
WPF Browser Applications
XLinq
XSLT, XPath, XML
Navigation
Home
Blogs
Photos
Downloads
Archives
July 2008 (1)
June 2008 (7)
May 2008 (6)
April 2008 (10)
March 2008 (20)
February 2008 (12)
January 2008 (3)
December 2007 (13)
November 2007 (18)
October 2007 (13)
September 2007 (17)
August 2007 (13)
July 2007 (29)
June 2007 (9)
May 2007 (17)
April 2007 (6)
March 2007 (4)
February 2007 (5)
January 2007 (16)
December 2006 (10)
November 2006 (12)
October 2006 (11)
September 2006 (2)
August 2006 (8)
July 2006 (14)
June 2006 (9)
May 2006 (16)
April 2006 (18)
March 2006 (16)
February 2006 (17)
January 2006 (31)
August 2005 (1)
July 2005 (6)
Must Read Articles
An Extensive Examination of User Controls
Provider Model Design Pattern and Specification, Part 1
Provider Design Pattern, Part 2
Create Windows Service
Setup Project for Windows Service in VS.NET 2005
XPath and XSLT in .NET
My Published Articles
A Customizable Login Server Control
Get Started with the Enterprise Library Data Access Application Block
An Extended Look at the Profile Object - Part 1
An Extended Look at the Profile Object - Part 2
An Extended Look at the Profile Object - Part 3
CodeSnip: One Application, Several Languages
Code Snippets in Visual Studio 2005
Localization in ASP.NET 2.0
Store View State in a Persistent Medium, the Proper Way
Extended GridView Control
How to Popup a Window Using DIV Layer in ASP.NET 1.x/2.x
Smart ListControl in ASP.NET 1.x/2.0
Mover List Control for ASP.NET 1.x/2.0
Creating a Custom BuildProvider in ASP.NET 2.0
Creating a Custom ExpressionBuilder in ASP.NET 2.0
Review: ASP.NET 2.0: Website Programming Problem - Design - Solution
Review: ASP.NET 2.0: Website Programming Problem - Design - Solution
Introducing JSON
Tips and Tricks: ASP.NET AJAX 1.0 and User Controls
Tips and Tricks: ASP.NET 2.0 AJAX 1.0 Extensions and Master Pages
Special Thanks
Tutorial Links
Macon State University Tutorials
Server Intellect ASP.NET
ATLAS Examples
ASP.NET Tutorials And Guides
Developing Custom ASP.NET Server Controls
January 2007 - Posts
Friday, January 26, 2007 10:05 AM
C#/VB.NET Convertors
I want to thank Dave for the great C#/VB.NET Convertor tool that his company (Tangible Software Solutions Inc.) owns! This tool comes in two flavours: 1- Instant VB 2- Instant CSharp You can convert your code from C# to VB.NET or from VB.NET to C# in
Posted by
BilalHaidar [MVP]
|
0 Comments
Friday, January 26, 2007 6:32 AM
The Dream - Episode 4
Those of you following my blog must have checked some posts for me about The Dream . If you didn't, check it here . In this Episode, I am going to announce THE DREAM!! In March 2007, I will be publishing my first printed article in a very popular magazine!
Posted by
BilalHaidar [MVP]
|
2 Comments
Tuesday, January 23, 2007 8:57 PM
Creating a Custom ExpressionBuilder in ASP.NET 2.0
I kindly invite you to check my latest article on www.aspalliance.com under the title of: Creating a Custom ExpressionBuilder in ASP.NET 2.0 Hope you will enjoy it! Regards
Posted by
BilalHaidar [MVP]
|
0 Comments
Tuesday, January 23, 2007 11:29 AM
ASP.NET AJAX 1.0 Released
Scott Guthrie just announced the release of the ASP.NET AJAX 1.0 . Check his post here: ASP.NET AJAX 1.0 Released Regards
Posted by
BilalHaidar [MVP]
|
0 Comments
Filed under:
ASP.NET 2.0 - General
Tuesday, January 23, 2007 11:21 AM
StatementCompleted Event in SqlCommand
A new Event in ADO.NET 2.0 has been addeed to the SqlCommand object called the *StatementCompleted* event. Usually, if you are executing a set of UPDATE statements on your database as a batch using ExecuteNoneQuery() method, you get the number of affected
Posted by
BilalHaidar [MVP]
|
0 Comments
Filed under:
Databases & SQL
Sunday, January 21, 2007 5:28 AM
ASP.NET 2.0 Website Programming Problem - Design - Solution
I have just finished submitting my book review on ASP.NET 2.0 Website Programming Problem - Design - Solution to www.aspallance.com It is just a wonderful book that I recommend every serious ASP.NET developer to read it! The book is an accompanying documentation
Posted by
BilalHaidar [MVP]
|
1 Comments
Thursday, January 18, 2007 12:03 AM
Server Variables
I always find a difficulty in remembering all the server variables and how they can help me, here is a list of all the server variables I ran in a testing application. You will see the server variables with a sample data coming from the testing application:
Posted by
BilalHaidar [MVP]
|
0 Comments
Filed under:
ASP.NET 2.0 - General
,
ASP.NET 1.x
Wednesday, January 17, 2007 8:49 PM
Transactions in .NET 2.0
I was introduced yesterday to the new namespace in .NET 2.0 about Transactions. Transactions at the business layer (C# domain objects) without the use of COM+ Transactions. There are two kinds Light Weight that depends on the SQL Server 2005 (single connection),
Posted by
BilalHaidar [MVP]
|
0 Comments
Filed under:
ASP.NET 2.0 - General
Wednesday, January 17, 2007 2:19 AM
CS Search Engine Breaks
When I upgraded my site from CS 2.0 to CS 2.1, the Search Engine broke down! All my old posts were unable to be searched! Read on those two posts and your problem will be solved: The Official "My CS Search Isn't Working" Thread Search Issue Hope this
Posted by
BilalHaidar [MVP]
|
0 Comments
Filed under:
Community Server
Tuesday, January 16, 2007 8:41 PM
Mono Project 1.2 Released
The Mono project 1.2 is now released. For those of you who don't know what Mono is, it provides you with an environment to run .NET code on Linux, Solaris, Mac OS, and Windows. Check it out here: Mono-Project Hope this helps, Regards
Posted by
BilalHaidar [MVP]
|
0 Comments
Filed under:
ASP.NET 2.0 - General
Tuesday, January 16, 2007 12:40 AM
Creating a Custom BuildProvider in ASP.NET 2.0
I kindly invite you to check my 14 th article on www.aspalliance.com under the title of: Creating a Custom BuildProvider in ASP.NET 2.0 . In summary, this article discusses a new feature in ASP.NET 2.0, which allows you to have an XML file, and represent
Posted by
BilalHaidar [MVP]
|
0 Comments
Monday, January 15, 2007 8:39 PM
SQL Server 2005 Express Edition for Beginners
Check out this lovely SQL Server 2005 Express tutorials' page. It includes so many videos to help beginners with SQL Server 2005 Express put their feet on the ground and start using it! I highly recommend checking it out! SQL Server 2005 Express Edition
Posted by
BilalHaidar [MVP]
|
0 Comments
Filed under:
Online Resources
Sunday, January 14, 2007 11:01 AM
Site upgrade to CS 2.1
I have successfully upgraded my website from CS 2.0 Beta 3 to CS 2.1 SP2. I had several problems at first, but thanks to Webhost4life.com support and Rick Reszler I was able to upgrade the site. Thanks again Rick and special thanks to Rob Howard with
Posted by
BilalHaidar [MVP]
|
0 Comments
Filed under:
General
Sunday, January 07, 2007 9:14 PM
Mover List Control for ASP.NET 1.x/2.0
I kindly invite you to read my latest article on ASPAlliance.com: Mover List Control for ASP.NET 1.x/2.0 Hope you enjoy it! Regards
Posted by
BilalHaidar [MVP]
|
0 Comments
Friday, January 05, 2007 11:01 AM
Session on Generics in .NET 2.0
On Thursday, January 4, 2007 I gave a session on Generics - .NET 2.0 for my students at the training center. The material I had didn't include any chapter on this topic, so I prepared a small power point from the Visual C# - Complete Reference and you
Posted by
BilalHaidar [MVP]
|
0 Comments
Filed under:
ASP.NET 2.0 - General
Wednesday, January 03, 2007 8:55 AM
Session - Collections in .NET 2.0
On Tuesday, January 2, 2007 I gave a session on Collection - .NET 2.0 for my students at the training center. The material I had didn't include any chapter on this topic, so I prepared a small power point from the Visual C# - Complete Reference and you
Posted by
BilalHaidar [MVP]
|
0 Comments
Filed under:
ASP.NET 2.0 - General