Asp.net with Muhanad YOUNIS

Browse by Tags

All Tags » .NET (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...
AppFabric
A nice Microsoft Windows Server AppFabric introducing slide show http://bit.ly/afNVHi . do not hesitate to ask me about appfabric and i’ll try to help you as i can to install and operate it.
Posted: Jul 02 2010, 02:17 PM by mohi88 | with 3 comment(s)
Filed under: , ,
Parent – Child in recursive data table with LINQ
If you have a data table which looks like this one below and holds child,parent rows at the same table; ID ParentID Name guid1 null parent 1 guid2 guid1 child for parent 1 so on so on so on and you wont to retrieve all records from the table in a table...
Posted: Nov 07 2009, 04:19 PM by mohi88 | with 8 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: , , ,
Extend Forms Authentication Ticket Depending on Session Time Out
I know that this subject is not new! but last week one of my students asked me about how we can extend client authentication ticket according to session time out. We should do some coding to achieve such a goal. I’ll suppose that you have a master page...
.net Workshop
while surfing i found out that there is people that love to share knowladge. one of them is Richard Grimes. He shared a full workshop about three subjects; Fusion Workshop This workshop teaches you all of the aspects of how .NET locates and loads assemblies...
VS 2008 SP1 Released!
Microsoft Visual Studio 2008 Service Pack 1 released. for more information /* 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;...
Posted: Aug 12 2008, 11:53 AM by mohi88 | with no comments
Filed under: ,
When TO SOA
In the last few years developer start to use SOA in many applications, because of that many new developers are too much excited to use SOA and apply the architecture of it to their applications. I found out that many applications start to be more complicated...
Posted: Aug 02 2008, 05:41 PM by mohi88 | with no comments
Filed under: , , ,
More Posts