Click here to Skip to main content
16,019,199 members

Comments by sreesankar89 (Top 11 by date)

sreesankar89 11-Jul-17 5:07am View    
Yes you are right ,I am overthinking this!
So shall I create a web api with methods relating to my bussiness needs and then say that this is a restful api. There are different ways of doing thing. I am trying to understand and doing it correctly.
sreesankar89 8-Jun-15 6:08am View    
How to construct a Tier architecture?
how do these tier communicate?
sreesankar89 8-Jun-15 6:07am View    
Ya thats what i am asking?
I am trying to achieve the physical separation by keeping them in separate class library.
But still they are deployed in a single pc. Can I deploy these Dlls (DAL and BLL) as such on to separate server machine. How this is achieved?
How to construct a 3 tier architecture then?
sreesankar89 5-Jan-15 7:46am View    
dtData.Rows[0]["RequestType"].Equals((byte)1) -- working
i dont know how?
sreesankar89 5-Jan-15 7:45am View    
if(dtData.Rows[0]["Column1"].Equals(1)) -- not working