how many databases and tables are uses in one project?
Answer Posted / sandpura
it is depand upon you project
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the difference between client-side and server-side validations in ASP.NET?
Out of ASP or ASP.NET which one is stateless?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Which authentication uses a combination of windows and iis authentication?
What is the difference between runtime version and version?
Explain parts of assembly?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
How to create discussion forum in asp.net mvc? : Asp.Net MVC
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Can you explain page lifecycle in net?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
Explain Areas in MVC?
What are web server controls in asp.net?
What is the use of ASP.NET routing?
To redirect the user to another page which method do we use without performing a round trip to the client?