Browse by Tags
All Tags »
.NET (
RSS)
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...
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...
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...
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...
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;...
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...
More Posts