Click here to Skip to main content
15,902,275 members

Comments by Sameer Alomari (Top 16 by date)

Sameer Alomari 21-Oct-13 21:26pm View    
Thanks! I will look at it :-)
Sameer Alomari 21-Oct-13 21:07pm View    
I don't have a problem with coding, if it is a regular ASP.NET website I won't need help. I just want to know how to implement my layers using CSLA. How to write business objects and Data Access classes according to CSLA guidance? I am not looking for a specific code sample. Any sample that shows all layers and how they interact will be a good start to learn the concept
Sameer Alomari 21-Oct-13 20:33pm View    
Thanks for the eBook, I already have a copy but I was trying to avoid reading 750 pages to do an assignement!
Sameer Alomari 27-Mar-13 16:17pm View    
This code is called by a timer every second to pull data.js file from the server, So I get a leak because the application calls this code constantly
Sameer Alomari 26-Mar-13 17:52pm View    
if I comment xmlHTTP.send(null); then the memory is stable! any clue?