Asp.net with Muhanad YOUNIS

Browse by Tags

All Tags » C# (RSS)
Call a Function With Retry Using Generics
What if you like to call a web service and retry the call again until response? let me show you a nice way to call a function with retry until you retrieve what ever is needed from the function. This could be achieved by using generics especially by extending...
C# 4.0 IN NUTSHELL
Share | I found this book very useful and a must-read. The book is really a good reference for C# in general and C# 4.0. Thanks Albahari C# 4.0 IN NUTSHELL
Posted: Apr 02 2010, 11:54 AM by mohi88 | with 3 comment(s)
Filed under: ,
Using 2 Tables Joined with LINQ as data source without anonymous cast error in databond method
Yesterday one of our project team member faced a challenge of using an anonymous data that is returned from joining 2 typed data tables with LINQ. The problem is not how to use the data, the problem was how to be able to cast and use the data in Repeater...
Posted: Nov 04 2009, 10:19 AM by mohi88 | with no comments
Filed under: , , ,
Log Off OWA from Code Behind
After many tries and havey googling to find out the best way to log off OWA from asp.net page code behind while logging out from my main application, i found out that this can be achieved in one way ( in my position). Rise a small popup window and call...
Observer Pattern C#
I wrote a small tutorial about how to use observer patter; view the article here. i hope this helps
Access OWA with C# inside Asp.net Site
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso...
Posted: Oct 12 2008, 11:10 AM by mohi88 | with 11 comment(s)
Filed under: , , ,
More Posts