What is the importence of the INTERFACE? but not the inheritence concept?and why we r declaring the empty methods in that? we can directly implements with in the class know? Tell me the importence?
2 5320is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
2421I have one application, one user purchase some products in my application? and another person came he is also purchase some products?how can we identify which user purchase which items? my answer is by using session id? but i dont know how? can u give me programming for that?
1 3910
What is rich control in asp.net?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
How many types of state management are there in asp net?
What are httphandlers and httpmodules and difference between them?
Can you use Web API with ASP.NET Web Form?
Why is global asax is used?
What is the difference between session and viewstate in asp.net?
How we implement web farm and web garden concept in asp.net?
What are the disadvantages of asp.net?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
What are the asp.net list controls and difference between them?
What is the difference between dispose() and finalize()?
What is authentication in asp.net?
What is asp.net mvc? : asp.net mvc
What is ispostback method in asp.net? Why do we use that?