Clustered and nonclustered indexes in sql server Part 36
Related Posts:
What is Session ID in Asp.net? Ans: Asp.Net use 120 bit identifier to track each session. This is secure enough and can't be reverse engineered. When client communicate with server, only session id is transmitted, between them. When client request for dat… Read More
What is Session? Ans: We know that Http is stateless, means when we open a webpage and fill some information and then move to next page then the data which we have entered will lost.It happed do to Http protocol stateless nature. So here ses… Read More
Http is stateless, What does this mean? Ans: Stateless protocol is a communications protocol that treats each request as an independent transaction that is unrelated to any previous request so that the communication consists of independent pairs of reque… Read More
What is state management? Ans: State management is the process by which you maintain state and page information over multiple requests for the same or different pages. … Read More
What are the Advantage and disadvantage of Session? Ans: Advantages:Session provide us the way of maintain user state/data.It is very easy to implement.One big advantage of session is that we can store any kind of object in it. :eg, datatabe, dataset.. etcBy using session we … Read More
0 comments:
Post a Comment