December 2006 - Posts

How to monitor any modification and send a notification for that
Fri, Dec 29 2006 14:23
Hi folks, read the below link is for create a windows service,to monitor any change for a file system,and send E-mail notification. http://www.vbdotnetheaven.com/UploadFile/satisharveti/Togetnotificationoffilesystem changesinamail12262006021129AM/Togetnotificationoffilesystemchangesinamail...
How to use a windows application into a web
Fri, Dec 29 2006 14:00
hi folks, this is really a useful article,i knew from it how can i use my windows application into an asp.net application,the trick point is really simple,and this gives more power and useability to a .net developer. read this article. http://www.vbdotnetheaven...
“WPF/E” (codename) Software Development Kit (SDK) Community Technology Preview (Dec 2006)
Fri, Dec 29 2006 13:51
Hi folks, WPF December CTP now is availble for all developers.................. http://www.microsoft.com/downloads/details.aspx?familyid=2B01EC7E-C3B8-47CC-B12A-67C30191C3AA&mg_id=10056&displaylang=en Regards, Moustafa arafa Read More...
Popular Downloads @ Microsoft.com
Fri, Dec 29 2006 13:42
Hi folks, the most popular downloads all in one page :) http://www.microsoft.com/downloads/results.aspx?mg_id=10056&displaylang=en Regards, Moustafa arafa Read More...
Problem when installing SQL 2005 Express Advanced Services
Thu, Dec 28 2006 5:06
Hi Folks, after installing the SQL 2005 Express Advanced Services,you will face a problem,the problem is the packing of the installation doesn't include the SQL Management studio express,don't try alot ,just download & then install the SQL Management...
BIG THANKS FROM MICROSOFT GULF TO DOTNETBOOM & GULF MVPs
Tue, Dec 26 2006 2:41
Dear All, Yesterday,we had a meeting with Microsfot Gulf,They would like to say "Thank you for Gulf MVPs",for there efforts and achievments for the last year. behind this celebration,we are planning to our programs/Plans to the nexr year. It is a hard...
Installing Visual Studio Foundation Server
Thu, Dec 21 2006 16:37
Dear Folks, when you strat installing Team Foundation Server as a part of VS Team System edition,you have to know some tips: 1- the pre-requisites for FS (Foundatiuon Server) such as : SQL 2005,.Net 2.0,WSS 2.0. 2- create different accounts to be used...
new competitor for ADOBE PDF FILES
Sat, Dec 16 2006 9:50
Hi Folks, Microsoft introduce a new file formats which will be a competitor for pdf files,the new file extension is called XPS,this file is available with Windows Vista. Try it and now the differences between them. http://researchlibrary.theserverside...
Are You Fit for Technical or Management Role ?
Tue, Dec 12 2006 2:06
Dear My Blog Reader, This post is not related to the technology or related to the development,but i want by this post to show some unclear points which all of us were met in our work environment. i met alot of developers or IT staff who don't know are...
Today Tip : "Response is not available in this context."
Sun, Dec 10 2006 3:27
Hi FOLKS, if you tried to wirte Response.redirect() in Global.asax you will get this error : Response is not available in this context." to resolve this problem,just replace : response.redirect() to Server.Transfer() the problem happens because of the...
Enhancements in C# 3.0
Thu, Dec 7 2006 2:17
Hi Folks, C# 3.0 has alot of enhancements and will be released on Q4 of 2007, and i read an artilce which highlight some enhancements in C# 3.0,read it and know your most like programming language. The top 5 changes in C# 3.0 for developers looking for...
Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.
Wed, Dec 6 2006 6:23
Hi Developers, since the developers are the only persons who are facing the first problems for any product and they have to find out a workaround for any thing or problem they face it. this post to solve one of the major problems in dataset in VS 2005...
Migrating applications from ASP.NET 1.1 to 2.0
Tue, Dec 5 2006 16:09
Again,this post for the tips you need to know before running the migration wizard for your asp.net 1.x to asp.net 2.0 Migrating applications from ASP.NET 1.1 to 2.0 http://articles.techrepublic.com.com/5100-3513-6139045.html Regards, Moustafa arafa Read...
Problem on GridView on RowCommand Event - Firing Twice
Mon, Dec 4 2006 7:23
Hi folks, if you try to add an image button on GridView ,specially if you are trying to delete rows from GridView,you will get amazaed of the behavior of the GridView since the Event handler will be called Twice...! Solution : Change the Type of the button...