January 2008 - Posts

1
Comments

Tip: Try this to make a VS 2005 add-in work with VS 2008 by Mohamed Meligy

I knew it's there all over the web, and people are still asking, so, let's go through it together! Most simple Visual Studio 2005 add-ins could actually work with Visual Studio 2008. I'm not talking about huge add-ins like Resharper here, but most of...
Filed under: ,
0
Comments

LINQKit: "C# 3.0 In A Nutshell" Extras by Mohamed Meligy

The " C# 3.0 in a nutshell " book has some neat free extras that are worth mentioning for those who haven't already heard of (they have been released for long). Those are like must-have LINQ tools and helpers. The homepage of LINQKit (the major...
Filed under: ,
0
Comments

[Off Topic] SPAMMERS sometimes don't know that they are... Some advices by Mohamed Meligy

Note: This is ported from my old weblog. Originally published August 28, 2006 In the past to years, and even before, I used to get tons of SPAM of different types from my FRIENDS and members of yahoo groups I'm subscribed to. Of course this used to get...
Filed under:
2
Comments

ASP.NET 2.0 Themes: You know, you use! by Mohamed Meligy

Note: This is ported from my old weblog. Originally published June 22, 2006 First, I assume here that you know themes and read about them, but are a bit afraid or unfamiliar with using them. If you don't know what are Themes and skins in ASP.NET 2.0,...
0
Comments

Cross post from ASP.NET Weblogs (Community Server) to GeeksWithBlogs (SubTEXT) by Mohamed Meligy

I'm new to ASP.NET Weblogs. Thanks to Joe Stagner of course who setup my weblog account and whom I have thrown tons of questions at (Poor Joe. All day answering my messages!). I'm also an old member of GeeksWithBlogs (since January 2005) and cannot just...
7
Comments

The C# Modifier 'new' by Mohamed Meligy

Note: This is ported from my old weblog. Originally published April 07, 2005 There was a question in Microsoft Forums regarding the new modifier in C# and what's the difference between using it and using the virtual and override modifiers. I wanted to...
Filed under: ,
10
Comments

GridView DataBinding Events by Mohamed Meligy

Note: This is ported from my old weblog. Originally published December 19, 2005 This is a well commented example for a GridView with implementation of RowDataBound and DataBound events. I also demonstrate in it some of the important properties of GridView...
More Posts